Commit History

Author SHA1 Message Date
  m9710797 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
  m9710797 28e4dba70f Implement callback for 'invalid PPI mode' 4 years ago
  m9710797 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
  m9710797 07a37c3a1a Using make_xxx() factory functions is often no longer needed in c++17 4 years ago
  m9710797 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
  Wouter Vermaelen 45ea749a4e Use c++17 structured binding 4 years ago
  m9710797 11ee12675c Check for errors returned from gzwrite() and gzclose() 4 years ago
  m9710797 5d915cd38d Re-apply serialization improvements. 4 years ago
  Wouter Vermaelen b07412d411 Change std::map -> hash_map in serialize 8 years ago
  m9710797 c077f1f595 Added lookup() function for std::map and hash_map 5 years ago
  m9710797 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
  Wouter Vermaelen e436981231 apply clang-tidy-7 'modernize-use-auto' 5 years ago
  Wouter Vermaelen 4adaad5da1 fix clang-tidy-7 'readability-named-parameter' 5 years ago
  m9710797 fb56f4838a avoid string-copy when converting one exception type into another 5 years ago
  m9710797 ac039c81b6 Renamed string_ref to string_view 5 years ago
  m9710797 9f2312e3d0 Make use of strCat() and strAppend() 5 years ago
  Maarten ter Huurne b28e07a600 Use explicit integer type conversions to avoid MSVC++ warnings 7 years ago
  m9710797 3297f4593d [4/12] extend serialize_blob() with no-changes flag 7 years ago
  m9710797 e02cfcb9b6 [1/12] Initial version of DeltaBlock based reverse snapshots 7 years ago
  m9710797 b3155378b1 Fix bug #1026 Reverse removes cassette, when using -cassetteplayer option 8 years ago
  m9710797 cb0b6c594d Saving a replay on windows triggered a crash on exit 8 years ago
  Wouter Vermaelen 2e1191cd8d Revert some problematic patches for vs2015 8 years ago
  Wouter Vermaelen 633507c292 [1/5] Extend OutputBuffer with insert_tuple_ptr() 8 years ago
  Wouter Vermaelen f7db4b7ba2 [1/3] Enable/fix -Wshadow compiler warnings 8 years ago
  m9710797 1dbfb1ab23 [3/3] decode inplace 8 years ago
  Wouter Vermaelen 16e7444591 [2/3] avoid copy on passing string to decode() 8 years ago
  Wouter Vermaelen 28790d912d [1/3] return 'MemBuffer<uint8_t>' instead of string 8 years ago
  m9710797 79aeb0df59 Make more use of MemBuffer 9 years ago
  Wouter Vermaelen aca56d288e Don't store size in MemBuffer 9 years ago
  m9710797 c07469c881 Replace FILE* with FILE_t 10 years ago