Commit Graph

  • e4ca88d8b7 Replace node's YAML_CPP_OPERATOR_BOOL macro with an explicit bool operator Andy Maloney 2019-10-02 13:33:16 -0400
  • 6e87b37034 Modernize: Use "using" instead of "typedef" (#754) Andy Maloney 2019-10-02 12:14:49 -0400
  • 1f9ff49268 Modernize: Use "using" instead of "typedef" Andy Maloney 2019-10-02 11:39:43 -0400
  • 0fddd1e5bd Modernization: Use "override" when overriding base class methods (#753) Andy Maloney 2019-10-02 10:21:18 -0400
  • bae610724d Modernization: Use "override" when overriding base class methods Andy Maloney 2019-10-02 10:10:27 -0400
  • 99d95d8edc Pass std::string by const ref (#749) Andy Maloney 2019-10-02 09:39:41 -0400
  • a6ed66abca Modernize: Use "default" for destructors and copy constructors (#751) Andy Maloney 2019-10-02 09:38:49 -0400
  • e6b3a92e67 Use cassert instead of old assert.h (#750) Andy Maloney 2019-10-02 09:37:38 -0400
  • 66b04564a3 Modernize: Use "default" for destructors and copy constructors Andy Maloney 2019-10-01 13:31:06 -0400
  • a7a320ea58 Use cassert instead of old assert.h Andy Maloney 2019-10-01 13:24:20 -0400
  • dca394342c Pass std::string by const ref Andy Maloney 2019-10-01 13:21:18 -0400
  • 196a6af113
    Review README.md changes João Marcos Pereira Bezerra 2019-10-01 12:15:25 -0300
  • 47d32aadf0 CMake: Remove unused option YAML_APPLE_UNIVERSAL_BIN (#744) Andy Maloney 2019-09-27 13:26:35 -0400
  • 9d7e556ed5 Fix DEBUG_POSTFIX property (#746) Isabella Muerte 2019-09-27 10:25:27 -0700
  • bdba703505
    🐛 Fix DEBUG_POSTFIX property Isabella Muerte 2019-09-27 10:15:17 -0700
  • 850243e2a9 CMake: Remove unused option YAML_APPLE_UNIVERSAL_BIN Andy Maloney 2019-09-27 12:22:17 -0400
  • 62ff351432 Add bazel Support (#724) Ezekiel Warren 2019-09-27 08:11:38 -0700
  • 5e9cb0128d Refactor CMake to use more modern paradigms (#741) Isabella Muerte 2019-09-27 07:59:53 -0700
  • ae0441458b
    Merge branch 'master' into master Isabella Muerte 2019-09-26 12:22:58 -0700
  • 385b5fd78f 👌 Update variables names for MSVC Runtime Library as requested Isabella Muerte 2019-09-26 11:28:07 -0700
  • 26c4f92400
    Merge df9206778f into 9a3624205e Christopher James Halse Rogers 2019-09-26 06:40:38 +0000
  • 9a3624205e
    Update version to 0.6.3. yaml-cpp-0.6.3 Jesse Beder 2019-09-25 09:56:00 -0700
  • 56b896cb53 ♻️ Refactor CMake to use more modern paradigms Isabella Muerte 2019-09-21 12:58:45 -0700
  • 3552ae98f4
    Merge branch 'master' into master João Marcos Pereira Bezerra 2019-09-18 15:12:18 -0300
  • 9665659719
    Merge 1bcc5e2390 into 968e0c1f02 Jesse Beder 2019-09-16 20:13:33 +0000
  • 968e0c1f02 Fix shared lib build with new YAML_BUILD_SHARED_LIBS option (#737) Andy Maloney 2019-09-14 21:21:35 -0400
  • b218787b98 Remove extraneous conversion from string -> c_str -> string (#739) Andy Maloney 2019-09-14 20:24:17 -0400
  • db0bda7087 Static analysis fix: replace 0 and NULL with nullptr (#738) Andy Maloney 2019-09-14 20:23:22 -0400
  • 5479e5f9cd Remove extraneous conversion from string -> c_str -> string Andy Maloney 2019-09-14 12:17:57 -0400
  • 6a7f3400ba Static analysis fix: replace 0 and NULL with nullptr Andy Maloney 2019-09-14 12:09:46 -0400
  • 27fc6a6c99 Fix shared lib build with new YAML_BUILD_SHARED_LIBS option Andy Maloney 2019-09-14 10:37:11 -0400
  • 6cdf363625 CMake: Prefix options with "YAML" and hide platform-specific options (#734) Andy Maloney 2019-09-10 13:00:07 -0400
  • df609f2a9d Update docs for change from BUILD_SHARED_LIBS to YAML_BUILD_SHARED_LIBS Andy Maloney 2019-09-10 12:12:15 -0400
  • 9ae699aa11 CMake: Prefix options with "YAML" and hide platform-specific options Andy Maloney 2019-09-10 09:27:48 -0400
  • d638508d33 Set C++ standard options in CMake per-target instead of globally (#735) Andy Maloney 2019-09-10 10:51:13 -0400
  • 90350662c9 Use VERSION on the CMake project (#733) Andy Maloney 2019-09-10 10:50:10 -0400
  • 35e1a45992 CMake: Avoid setting options that infect parent project Andy Maloney 2019-09-10 09:44:08 -0400
  • a87bb0857e User VERSION on the project Andy Maloney 2019-09-10 09:16:27 -0400
  • b5cacd9911
    Typo João Marcos Pereira Bezerra 2019-09-08 16:38:31 -0300
  • 4eac69e72f README.md complete revision João Marcos 2019-09-08 16:21:03 -0300
  • f2b1a2eb8a changed cmake version from 3.x to 2.8 for centos 7 Kurt Godwin 2019-09-05 09:10:01 -0400
  • 551f95d171
    Merge pull request #5 from swift-nav/kdade/yaml-gtest-fixups Kevin Dade 2019-09-04 14:26:05 -0700
  • 7826e0104d Couple tweaks to the CMake around gtest. Kevin Dade 2019-09-04 14:16:14 -0700
  • 57fa626c9b Another attempt to fix 0.6.2 in starling. Kevin Dade 2019-08-28 18:26:42 -0700
  • 419ad605e2
    Merge pull request #4 from swift-nav/kdade/make-0.6.2-update-work Kevin Dade 2019-08-28 18:05:14 -0700
  • 88f118414d Woops, add gtest as well. Kevin Dade 2019-08-28 16:37:16 -0700
  • fe067081c7
    Merge pull request #3 from swift-nav/kdade/make-0.6.2-update-work Kevin Dade 2019-08-28 13:34:40 -0700
  • 582cbe9369 Stop gmock from conflicting. Kevin Dade 2019-08-28 13:24:32 -0700
  • 921276ba36 Merge remote-tracking branch 'upstream/master' Kevin Dade 2019-08-28 12:57:27 -0700
  • 7c1312aeb2 Bazel Support Ezekiel Warren 2019-04-09 20:12:16 -0700
  • 429205a487
    Merge f8ff3ac8e4 into e0e01d53c2 Ryan 2019-08-05 18:29:08 +0000
  • c0b79203f2 Whack gtest files with Python syntax errors cclauss 2019-08-04 14:44:59 +0200
  • 2e7ce75cfd Modernize Python 2 code to prepare for Python 3 cclauss 2019-08-04 08:38:29 +0200
  • e0e01d53c2 Make sure output of NaN, Infinity and -Infinity is identical on all platforms (#717) Jeppe Blicher Tarp 2019-08-04 03:41:45 +0200
  • 4bce607757 Keep code c++11 compliant Jeppe Tarp 2019-08-03 19:34:33 +0200
  • c0ce549f08 Add unit tests for double infinity and nans Jeppe Tarp 2019-08-03 19:28:18 +0200
  • b15b56041d Use std::isnan over self-inequality check Jeppe Tarp 2019-08-03 19:19:11 +0200
  • 8739e21e6a Fix NaN check and add unit tests Jeppe Tarp 2019-08-03 18:00:03 +0200
  • 92693d6e60 Make sure output of NaN, Infinity and -Infinity is identical on all platforms Jeppe Tarp 2019-08-03 13:14:13 +0200
  • 67ae33d908 Make nodes hashable Fredrik Appelros 2018-06-07 17:37:53 +0200
  • 9ae096b87e
    Travis CI: Discover Python syntax errors and undefined names cclauss 2019-07-01 13:25:38 +0200
  • be4491fc1d Added ability to emit folded strings Lemongrass3110 2019-06-25 22:40:26 +0200
  • 0afb418320
    Merge pull request #1 from swift-nav/woodfell/cmake_dependency_resolution Matt Woodward 2019-05-29 19:00:39 +1000
  • f0661bd20e Export build interface include path Matt Woodward 2019-04-29 19:36:11 +1000
  • 0122697561 Improve error messages on operator[] or as<> (#656) bedapisl 2019-04-17 15:44:09 +0200
  • 2145c18879 meson build system support Lukas Weber 2019-04-04 14:38:11 +0200
  • 22bf0e1c05 Merge remote-tracking branch 'origin/master' into autoconf-support till straumann 2019-04-02 10:57:13 -0700
  • 9554a3b77f Added gnu-autoconf support till straumann 2019-04-02 10:54:18 -0700
  • ed7b46b2df Warnings, better return in stream_to_string beda 2019-03-28 10:14:04 +0100
  • 1bb768e3d4 Merge beda 2019-03-28 09:31:21 +0100
  • a19f74515e
    simpler type signature 刺史色笛 2019-03-26 12:21:43 +0100
  • 01f01c3ecf
    simpler type signature for as_if::operator () 刺史色笛 2019-03-26 12:19:35 +0100
  • f34639ac84
    make use of convert::decode_optional 刺史色笛 2019-03-26 02:48:03 +0100
  • 1bcc5e2390 Switch build command to use cmake instead of make. travis Jesse Beder 2019-03-24 18:27:01 -0500
  • 8f3b8dffb0 Change language from c++ to cpp. Jesse Beder 2019-03-24 18:06:06 -0500
  • 7710ef360b Add windows to travis build. Jesse Beder 2019-03-24 17:57:10 -0500
  • 67d029b7b1 moved move/copyop to cpp for MSVC dekken 2019-03-24 23:14:28 +0100
  • bd7f8c60c8 Disallow moving for the Parser. Jesse Beder 2019-03-24 17:01:14 -0500
  • 82e9571213 Add MSVC Debugger Visualizer config for YAML::Node (#693) peterchen-cp 2019-03-24 22:02:09 +0100
  • 5f438f5851 MSVC Debugger Visualizer for YAML::Node ph 2019-03-24 20:29:11 +0100
  • e1f2c48187 deleting incomplete types philip.deegan 2019-03-15 13:31:28 +0000
  • 0d5c57150c Apply formatting/style tweaks to comply with compile time diagnostics for g++ and clang++ (#686) Ted Lyngmo 2019-03-13 23:18:34 +0100
  • ed0087b76e Fix missed comments on initial commit Ted Lyngmo 2019-03-13 14:28:24 +0100
  • 0b2309d17b clang-format only the files changed on the cppref branch Ted Lyngmo 2019-03-13 07:24:03 +0100
  • eca9cfd648 Add optional OnAnchor method to EventHandler (#530) caryoscelus 2019-03-12 22:24:32 +0000
  • 0beba2c30f Revert "Run clang-format on all *.h and *.cpp files" Ted Lyngmo 2019-03-12 18:55:27 +0100
  • b8360657dc Make a deleted ctor default Ted Lyngmo 2019-03-12 18:28:32 +0100
  • ba5cabaae5 Run clang-format on all *.h and *.cpp files Ted Lyngmo 2019-03-12 18:08:32 +0100
  • d1a722aba9 Fix comments on previous commit Ted Lyngmo 2019-03-12 17:45:33 +0100
  • a1d8c12e1a
    Merge 61e237d892 into a2a113c6ff Robert Haschke 2019-03-11 17:09:18 +0000
  • 5ab904311f Add more compile time diagnostics for g++ and clang++ Ted Lyngmo 2019-03-07 22:41:33 +0100
  • 908afc1bd5
    Merge bba5a816b0 into a2a113c6ff Jonathan Graehl 2019-02-28 10:23:08 +0000
  • a2a113c6ff Fix ninja build error. (#677) Olli Wang 2019-02-28 04:58:45 +0800
  • 6fbb7f2074 Package hunterized. Olli Wang 2019-02-27 19:56:05 +0800
  • 4206ca66d8 Fix ninja build error. Olli Wang 2019-02-27 15:25:30 +0800
  • 5e60c73fbb Update tests, change is_streamable beda 2019-02-18 10:21:29 +0100
  • 5eefba2b11 Fixed building with Ninja on Windows Zingam 2019-02-14 01:13:23 +0200
  • 283d06f9f7 Fix warning C4127 on Visual Studio (#672) tt4g 2019-02-14 00:39:59 +0900
  • 94b7f599da Suppress warning C4127 tt4g 2019-02-12 09:42:45 +0900
  • a6e755f7d7 Disable warning C4127 in Visual Studio tt4g 2019-02-09 21:38:17 +0900