1. 22 Nov, 2016 1 commit
  2. 11 Nov, 2016 3 commits
  3. 12 Oct, 2016 2 commits
  4. 02 Oct, 2016 1 commit
  5. 18 Aug, 2016 1 commit
  6. 18 Jul, 2016 1 commit
    • c0nk's avatar
      Change node_map type from map<ptr,ptr> to vector<pair<ptr,ptr>> (#386) · f0b15cd6
      c0nk authored
      * 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.
      f0b15cd6
  7. 13 Jun, 2016 2 commits
  8. 13 May, 2016 5 commits
  9. 12 May, 2016 2 commits
  10. 02 Apr, 2016 6 commits
  11. 01 Apr, 2016 8 commits
  12. 29 Mar, 2016 1 commit
  13. 28 Mar, 2016 1 commit
    • Paul Novotny's avatar
      Include cmake files in install · 500db60f
      Paul Novotny authored
      This adds yaml-cpp-config.cmake, yaml-cpp-config-version.cmake, and
      yaml-cpp-targets.cmake to the cmake install. As a result, cmake's
      find_package can easily find yaml-cpp for software that depends on
      yaml-cpp.
      
      Add code to install cmake files to $CMAKE_INSTALL_PREFIX/CMake on
      Windows, which is the de-facto standard.
      
      Closes jbeder/yaml-cpp#336 jbeder/yaml-cpp#127
      500db60f
  14. 26 Mar, 2016 2 commits
  15. 16 Mar, 2016 1 commit
  16. 31 Jan, 2016 3 commits