Commit Graph

  • 06209f8c2e Add forgotten header beda 2019-02-07 13:06:22 +0100
  • 7d2094ce95 Add tests, reworked key_to_string function beda 2019-02-07 12:54:44 +0100
  • 14d0d140a7 Added dummy function with C linkage so that configure scripts can link against yaml-cpp Pushkar Pradhan 2019-01-29 05:50:31 +0000
  • b87c76a2ef Fix GCC-types flags appended on Clang-cl (#659) pent0 2019-01-06 13:23:52 +0700
  • 7219c9f618
    Fix GCC-types flags appended on Clang-cl pent0 2019-01-06 04:16:53 +0700
  • 88ac439b47 Add forgotten header beda 2018-12-31 08:42:44 +0100
  • 8bfb33f605 Better error messages beda 2018-12-28 17:20:36 +0100
  • abf941b20d Fix float precision (#649) Simon Gene Gottlieb 2018-12-21 15:05:19 +0100
  • 62a9a17009 use max_digits10 instead of digits (std::numeric_limits) Simon Gene Gottlieb 2018-12-11 22:21:50 +0100
  • b6b521fccb add unittest for YAML::Node <-> float Simon Gene Gottlieb 2018-12-11 22:18:36 +0100
  • f2608bf2f1 adjusting test to use stable floating point numbers Simon Gene Gottlieb 2018-12-11 21:45:43 +0100
  • b659858b19 Some small changes as a result of using a static analyzer (#643) Alexander Anokhin 2018-11-23 20:12:55 +0300
  • df9206778f Export only YAML_CPP_API-tagged symbols on Linux. Christopher James Halse Rogers 2018-11-23 15:26:53 +1100
  • 3c2fab8853 nextEmptyLine is always false so it is removed from the expression Alexander Anokhin 2018-11-22 19:02:54 +0300
  • 601062f040 The second expression (ch is space) is removed because the first one contains space 0x20 Alexander Anokhin 2018-11-22 18:55:44 +0300
  • 49d8254de8 Removed an expression which is always true Alexander Anokhin 2018-11-22 18:46:34 +0300
  • 2443da5224 Don't stomp on build flags (#635) Joel Frederico 2018-11-19 07:10:10 -0800
  • 15fb22eee0 Introduce class TagResolver, CoreTagResolver Jakob Leben 2018-11-18 22:11:51 -0800
  • 54fc4dadbb Add YAML_CPP_INSTALL option for disabling install target (#624) (#625) Lassi Hämäläinen 2018-11-18 19:27:15 +0200
  • f25087fa30
    Don't stomp on build flags Joel Frederico 2018-10-22 19:12:14 -0700
  • 14d32fda26
    Merge a545f014a1 into 774f25800e traderggl 2018-09-28 14:18:33 +0000
  • a545f014a1
    Update README.md traderggl 2018-09-28 07:17:07 -0700
  • 73e0b6c2d6
    Merge 5e39d3df21 into 774f25800e traderggl 2018-09-27 10:29:07 +0000
  • 774f25800e fix up static, so works as DLL (#559) dand-oss 2018-09-25 09:12:12 -0500
  • 5fa7bbef77 remove extra space Dan Dees 2018-09-25 08:26:48 -0500
  • ca77ef716e Fix -Wmaybe-uninitialized warning (#600) Florian Eich 2018-09-24 01:40:53 +0200
  • dc215eddf6 fix requested items Dan Dees 2018-09-12 09:25:32 +0700
  • a4512d5de7 fix up static, so works as DLL Dan Dees 2017-12-16 20:49:54 +0700
  • 1ebc92124b
    Merge acf5912d90 into ee99c4151c Dan D'Avella 2018-09-06 13:30:22 +0000
  • ee99c4151c Fix a warning from -Wshadow (#627) Andy Maloney 2018-09-06 00:16:02 -0400
  • 86c19e44da Fix a warning from -Wshadow Andy Maloney 2018-09-05 20:53:05 -0400
  • 1c1761394e Add YAML_CPP_INSTALL option for disabling install target (#624) Lassi Hämäläinen 2018-09-05 23:23:06 +0300
  • d0da14404e Fix include for std::isspace, fixes #621 (#622) Stefan Reinhold 2018-09-04 15:34:18 +0200
  • e70196539c Fix include for std::isspace, fixes #621 Stefan Reinhold 2018-09-04 12:49:05 +0200
  • 2d42687bea
    Merge 91a1a0a1c5 into 45d9035a33 Jarle Ladstein 2018-09-04 09:20:10 +0000
  • 91a1a0a1c5 Bugfix include file Jarle Ladstein 2018-09-04 11:05:58 +0200
  • a66f38f0f4
    Test anchor and merge key interaction Oliver Hamlet 2018-09-04 08:11:18 +0100
  • 45d9035a33 Skip newlines in binary decoding (Fix #387) (#616) Stefan Reinhold 2018-09-03 22:55:45 +0200
  • 1567795d05 Add test case for issue #387 Stefan Reinhold 2018-09-03 17:53:31 +0200
  • 6373219de7 Fix formatting Stefan Reinhold 2018-09-03 17:52:56 +0200
  • b71e672caf Suppress unused variable warning in release builds (#611) Antony Polukhin 2018-09-03 18:37:47 +0300
  • 5e79f5eed3 Improvements to CMake buildsystem Azamat H. Hackimov 2018-09-03 18:37:06 +0300
  • bd672bbdc8 Correctly define the required symbols to export the dll symbols under MSVC. Problem described in issue #461 CHAIKHA DOUAIHY Mehrez 2018-09-02 15:06:34 +0200
  • 15178cb4a0 Skip all whitespace characters Stefan Reinhold 2018-08-31 11:22:42 +0200
  • 256065f957 Skip newlines in binary decoding This fixes #387 Stefan Reinhold 2018-08-30 17:46:34 +0200
  • 5d2dfe8011
    Add support for merge keys Oliver Hamlet 2015-03-31 12:32:09 +0100
  • ba4b4a273a Replace CMAKE_SOURCE_DIR with CMAKE_CURRENT_SOURCE_DIR Azamat H. Hackimov 2018-08-12 14:21:11 +0300
  • 7aa52c0989 Revert "Revert "Improvements to CMake buildsystem (#563)"" Azamat H. Hackimov 2018-08-12 02:08:53 +0300
  • c90c08ccc9 Revert "Improvements to CMake buildsystem (#563)" Jesse Beder 2018-08-09 10:05:07 -0500
  • 3e33bb3166 Improvements to CMake buildsystem (#563) Azamat H. Hackimov 2018-08-09 15:11:50 +0300
  • 752f58a1e0
    Suppress unused variable warning in release builds Antony Polukhin 2018-08-04 10:31:42 +0300
  • 2fbe9fe98e
    Merge 0bb5fedc3e into 1698b47b65 Bill Hoffman 2018-07-05 03:43:22 +0000
  • 1698b47b65 Use nullptr instead of 0 or NULL (clang-tidy warns) (#603) Alexander 2018-07-03 07:59:04 +0300
  • 89fd3e1a92 Fix using 0 instead of nullptr in required places (clang-tidy warns) Alexander Zaitsev 2018-07-03 03:37:11 +0300
  • 0f9a586ca1 Fix _NOEXCEPT not available in VS2017 15.8. Use noexcept for VS2015+ (#597) Alexander Karatarakis 2018-06-30 14:23:28 -0700
  • e7e7b6f2d2 Fix _NOEXCEPT not available in VS2017 15.8. Use noexcept for VS2015+ Alexander Karatarakis 2018-06-15 14:53:00 -0700
  • ee766d333a Fixes -Wmaybe-uninitialized warning Florian Eich 2018-06-20 08:34:01 +0200
  • 61b7d2f569
    Merge 5d76a761f4 into 4fb1c4b92b ael 2018-05-14 15:50:43 +0000
  • 5d76a761f4 cmake: Set include dirs property on exported target Tommaso Tocci 2018-05-14 16:32:22 +0200
  • afbf9d6cee
    Merge fad021fa36 into 4fb1c4b92b ael 2018-05-14 14:46:42 +0000
  • fad021fa36 cmake: Set include dirs property on exported target Tommaso Tocci 2018-05-14 16:32:22 +0200
  • 4fb1c4b92b Enable items to be removed from a sequence (#582) Jiao 2018-05-14 21:50:28 +0800
  • acf5912d90 Change nodebuilder private members to protected Daniel D'Avella 2018-05-10 10:32:52 -0400
  • f881758b84 Make nodebuilder part of the public API Daniel D'Avella 2018-05-10 10:32:01 -0400
  • 28741f5892 Make private members of Node class protected instead Daniel D'Avella 2018-05-08 15:39:23 -0400
  • 7cbbbe3a0e
    Merge 7e6c611746 into ab5f9259a4 Robert J. Gebis 2018-05-10 11:39:38 +0000
  • 66c18d5ecf format code with "clang-format" and add a test for removing a pair with a integer key in a map star 2018-05-08 11:39:55 +0800
  • bd2f01c9f6
    Merge f008774edc into ab5f9259a4 Sam Kellett 2018-05-07 12:24:47 +0000
  • ab5f9259a4 Use target-based include_directories to enable modern CMake usage (#583) Patrick Stotko 2018-05-05 18:03:13 +0200
  • 3a9aec8b2a modify test code star 2018-05-03 00:31:14 +0800
  • 869c6d8daa remove log code case it cause bug while building star 2018-05-03 00:25:48 +0800
  • 1018c83fc5 modify unsuitable code star 2018-05-03 00:11:33 +0800
  • b67425536e remove item from sequence : not cover sequence to map while remove the elements star 2018-05-02 23:50:41 +0800
  • a05718648d Use target-based include_directories to enable modern CMake usage Patrick Stotko 2018-05-01 18:16:31 +0200
  • 60e433a8ef
    Merge f9fbdd3085 into 124ae47600 Léonard Gérard 2018-04-29 02:57:15 +0000
  • f9fbdd3085
    Fix convert.h too Léonard Gérard 2018-04-28 19:57:12 -0700
  • e5cededa6d
    Fix node_data.h too Léonard Gérard 2018-04-28 19:56:21 -0700
  • 0991734185
    Fix node_iterator.h too Léonard Gérard 2018-04-28 19:54:51 -0700
  • 1292650a8f
    Fix clang error: a space is required between '>>' Léonard Gérard 2018-04-28 19:51:34 -0700
  • 5e39d3df21
    Update README.md traderggl 2018-04-28 17:43:27 -0700
  • 5bb4e81c0c
    Merge 53fa062e1b into 124ae47600 Richard 2018-04-11 06:02:53 +0000
  • 124ae47600 Update the iterator implementation for C++17 (#575) Tanki Zhang 2018-04-10 23:47:23 -0500
  • 1c61d2ac64 Using clang-format to correctly format the file Tanki Zhang 2018-04-10 15:53:47 -0500
  • eb910ee916 This patch fixed the compiled error which prevent user from deriving from std::iterator when using C++17 compiler. Tanki Zhang 2018-04-04 19:59:34 -0500
  • 4e9594da4f
    Merge pull request #1 from keith-bennett-gbg/keithb/depth-guard anarcat 2018-03-29 18:21:46 -0400
  • 1690cacb3f
    use RAII type class to guard against stack depth recursion instead of error-prone manual increment/check/decrement Keith Bennett 2018-03-29 16:45:11 -0500
  • f996468a6a Fix UTF-8 code points emitting (#571) maek 2018-03-24 15:48:39 +0000
  • fe03559eb7 Fix UTF-8 code points emitting maek 2018-03-24 12:28:33 +0000
  • 61e237d892 adapt unittests, to use explicit alias assignment where intended Robert Haschke 2018-03-17 17:59:32 +0100
  • 7542e04151 make alias assignment explicit Robert Haschke 2018-03-17 17:58:55 +0100
  • 1b38ced175 remove include to avoid warnings about unused variables Robert Haschke 2018-03-17 17:30:39 +0100
  • 67bd61531d start unittest from well-defined working dir Robert Haschke 2018-03-10 21:22:30 +0100
  • 1eb1301c7c unittest for accessing aliases Robert Haschke 2018-03-17 14:48:10 +0100
  • 98d58d0b4d failing unittest Robert Haschke 2018-03-11 10:47:56 +0100
  • 8eaa971d07 extend introduction wiki chapter with complete project to get started: Steven Samuel Cole 2018-03-09 16:48:36 +0100
  • 540ae70a52 Fix compiling in Windows MSVC Azamat H. Hackimov 2018-03-09 20:20:18 +0500
  • 562aefc114 Bump CMake version to 0.6.2. yaml-cpp-0.6.2 Jesse Beder 2018-03-05 22:56:23 -0600
  • 68eb6ef27b Remove defined cmake_policies Azamat H. Hackimov 2018-02-27 14:25:59 +0500
  • ec8862d7d1 Externalize googletest project Azamat H. Hackimov 2018-02-27 14:17:49 +0500
  • 4b1054e1aa Added CMake's checks for C++11 standards Azamat H. Hackimov 2018-02-27 10:42:48 +0500