1. 25 Sep, 2018 1 commit
  2. 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
  3. 11 Jan, 2016 1 commit
    • Matt Blair's avatar
      Replace Boost usage with C++11 features · 24fa1b33
      Matt Blair authored
       - Adds 'std=c++11' compiler flags
       - Replaces boost::type_traits with std::type_traits
       - Replaces boost::shared_ptr with std::shared_ptr
       - Replaces std::auto_ptr with std::unique_ptr
       - Replaces raw pointers with std::unique_ptr in ptr_vector, ptr_stack, and SettingChanges
       - Replaces boost::noncopyable with deleted copy and assignment operators
       - Replaces boost::next with std::next
       - Replaces boost::enable_if with std::enable_if
       - Replaces boost::is_convertible with std::is_convertible
       - Replaces ptrdiff_t with std::ptrdiff_t
       - Replaces boost::iterator_facade and boost::iterator_adaptor with std::iterator, borrowing the 'proxy reference' technique from boost
       - Removes Boost dependency from CMakeLists
       - Formats changed files using clang-format
      24fa1b33
  4. 02 Apr, 2015 1 commit
  5. 30 Mar, 2015 1 commit
  6. 24 Jan, 2015 2 commits
  7. 23 Mar, 2014 2 commits
  8. 22 Mar, 2014 1 commit
  9. 02 Apr, 2013 1 commit
  10. 01 Nov, 2012 1 commit
  11. 19 May, 2012 1 commit
  12. 21 Jan, 2012 1 commit
  13. 13 Sep, 2011 1 commit
  14. 12 Sep, 2011 1 commit
  15. 11 Sep, 2011 4 commits
  16. 10 Sep, 2011 4 commits
  17. 09 Sep, 2011 4 commits
  18. 07 Sep, 2011 9 commits