"library/vscode:/vscode.git/clone" did not exist on "6d8614ee503f6a7879b252f006d92458c11acae1"
  1. 03 Dec, 2016 1 commit
  2. 02 Dec, 2016 2 commits
  3. 22 Nov, 2016 1 commit
  4. 11 Nov, 2016 3 commits
  5. 12 Oct, 2016 2 commits
  6. 02 Oct, 2016 1 commit
  7. 18 Aug, 2016 1 commit
  8. 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
  9. 13 Jun, 2016 2 commits
  10. 13 May, 2016 5 commits
  11. 12 May, 2016 2 commits
  12. 02 Apr, 2016 6 commits
  13. 01 Apr, 2016 8 commits
  14. 29 Mar, 2016 1 commit
  15. 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
  16. 26 Mar, 2016 2 commits
  17. 16 Mar, 2016 1 commit