- 10 Nov, 2017 2 commits
-
-
Remove use of CMAKE_INSTALL_PREFIX when specifying install destinations. It is preferred that install destinations are specified as relative paths, not absolute paths. This is also needed to create relocatable installs, and thus should fix #526.
Matthew Woehlke committed -
Don't install LIBRARIES on Windows to `bin`; they belong in `lib`. (This appears to have been done in a mistaken attempt to install the DLL's to `bin`, which do need to be there, but RUNTIME DESTINATION already takes care of this.)
Matthew Woehlke committed
-
- 08 Nov, 2017 1 commit
-
-
Alain Vaucher committed
-
- 25 Aug, 2017 2 commits
-
-
The combination of clang++ 3.4 with libstdc++ from GCC 4.6 doesn't work.
Roger Leigh committed -
Note that with the release of 1.8.0, googlemock and googletest are unified into a single release.
Roger Leigh committed
-
- 25 Jul, 2017 1 commit
-
-
This way it's possible to build using older MSVC (<13) that don't support this yet. Macro is undefined in each file where it is used so it should stack well with other libs and sources.
Petr Bena committed
-
- 24 Jul, 2017 1 commit
-
-
Taken from https://github.com/google/googletest/issues/705#issuecomment-235067917
Peter-Levine committed
-
- 03 Apr, 2017 1 commit
-
-
* fix two compile warnings in public headers both warnings have to do with variable name shadowing
Dan Ibanez committed
-
- 07 Mar, 2017 1 commit
-
-
devnoname120 committed
-
- 02 Mar, 2017 1 commit
-
-
Andrew committed
-
- 01 Feb, 2017 1 commit
-
-
Liosan committed
-
- 05 Jan, 2017 1 commit
-
-
* Fixed compiler warning -Wdeprecated with clang. Starting with C++11 implicit copy-constructors are deprecated when the class has a user defined destructor. * Fixes -Wdocumentation warning. yaml-cpp/parser.h:50:65: warning: parameter 'eventHandler}.' not found in the function declaration [-Wdocumentation] * Handles the next document by calling events on the {@param eventHandler}. ^~~~~~~~~~~~~~ yaml-cpp/parser.h:50:65: note: did you mean 'eventHandler'? * Handles the next document by calling events on the {@param eventHandler}. ^~~~~~~~~~~~~~ eventHandlerJens Breitbart committed
-
- 02 Jan, 2017 1 commit
-
-
Previously, just referencing the next element in the sequence (and so constructing it, as an undefined element) would allow you to skip defining an element without turning the sequence into a map. E.g: node[0] = "foo"; // sequence of size 1 node[1]; // sequence of size 1, with an undefined element at 1 node[2] = "bar"; // FIX: should be map of size 2 (since there's no element at index 1)
butataatawa committed
-
- 13 Dec, 2016 1 commit
-
-
Raul Tambre committed
-
- 06 Dec, 2016 1 commit
-
-
butataatawa committed
-
- 03 Dec, 2016 4 commits
-
-
Jens Breitbart committed
-
Raul Tambre committed
-
Jens Breitbart committed
-
Jens Breitbart committed
-
- 02 Dec, 2016 2 commits
-
-
butataatawa committed
-
Ovidiu-Florin BOGDAN committed
-
- 22 Nov, 2016 1 commit
-
-
Jesse Beder committed
-
- 11 Nov, 2016 3 commits
-
-
Add hint for 64-bit solution in the cmake's generator argument.
michaelkonecny committed -
Returning a const value prevents the use of non-copyable return types such as unique_ptr.
Victor Mataré committed -
Fix compiler flags for MSVC_STATIC_RT=OFF builds
James E. King, III committed
-
- 12 Oct, 2016 2 commits
-
-
Jesse Beder committed
-
Jesse Beder committed
-
- 02 Oct, 2016 1 commit
-
-
CMake policy CMP0042 changes the default value of the MACOSX_RPATH target property to TRUE, therefore setting the directory portion of the install_name field of a shared library to be @rpath on OS X.
Jamie Snape committed
-
- 18 Aug, 2016 1 commit
-
-
Joseph Langley committed
-
- 18 Jul, 2016 1 commit
-
-
* Change node_map type from map<ptr,ptr> to vector<pair<ptr,ptr>> Map nodes are now iterated over in document order. * Change insert_map_pair to always append Always append in insert_map_pair even if the key is already present. This breaks the behavior of force_insert which now always inserts KVs even if the key is already present. The first insert for duplicated keys now takes precedence for lookups.
c0nk committed
-
- 13 Jun, 2016 2 commits
-
-
* Remove extra semicolon * Fix automatic type conversion * Replace dynamic exception specifications by C++11 noexcept * Fix deprecated definition of implicit copy constructor for 'Exception'
Vincent Cogne committed -
Vincent Cogne committed
-
- 13 May, 2016 5 commits
-
-
Jesse Beder committed
-
Jesse Beder committed
-
Jesse Beder committed
-
Jesse Beder committed
-
(Not stack<unique_ptr<T>> because it wasn't quite a stack; we needed to get the second-to-last element sometimes.)
Jesse Beder committed
-
- 12 May, 2016 2 commits
-
-
Add the .codedocs config file and badge to the README.md file.
Paul Novotny committed -
Fix for broken build on cygwin using gcc - "error '[fileno, strdup, fdopen]' are not in scope" (#374)
SirLoxley committed
-
- 02 Apr, 2016 1 commit
-
-
Jesse Beder committed
-