提交历史

作者 SHA1 备注 提交日期
  m9710797 8e96880015 Use c++17 std::string_view instead of our own version 5 年之前
  m9710797 320bc596f2 Add more convenience functions to TclObject 5 年之前
  m9710797 72d6c29139 Extended TclObject list/dict creation functions 5 年之前
  Wouter Vermaelen 4fc1763ac3 Replace 'array_ref' utility with 'span' 6 年之前
  m9710797 9f2312e3d0 Make use of strCat() and strAppend() 6 年之前
  Wouter Vermaelen f7db4b7ba2 [1/3] Enable/fix -Wshadow compiler warnings 9 年之前
  m9710797 d0ece56cd1 Added operator==(TclObject, string_ref) 9 年之前
  Wouter Vermaelen 0461258f54 [2/2] Changed FileContext into a value-type 9 年之前
  m9710797 faa0b70e89 Revert "[5/7] use std::initializer_list in TclObject" 10 年之前
  m9710797 fa0b5e5531 [6/7] Remove vector<string> interface from RecordedCommand 10 年之前
  m9710797 312b7551ed [5/7] use std::initializer_list in TclObject 10 年之前
  m9710797 dc4bd77202 [4/7] Replace vector<TclObject> with array_ref<TclObject> 10 年之前
  m9710797 97b1c63025 [2/7] pass Interpreter& param to TclObject methods 10 年之前
  m9710797 7777c25290 [1/7] remove TclObject::getInterpreter() 10 年之前
  Wouter Vermaelen 79d81bac1c Use initializer lists (new in c++11) 16 年之前
  wouter 9c58265013 Ran include-what-you-use and removed some #includes 11 年之前
  wouter ac05d5749b Mechanical changes, preparations for the next patch 11 年之前
  wouter d089095d55 Various text-processing stuff 11 年之前
  Wouter Vermaelen 834da875d9 Replace most uses of std::set<> with std::vector<> 12 年之前
  Wouter Vermaelen 6976a69122 [1/5] speedup Tcl stuff: replace vector<TclObject*> with vector<TclObject> 12 年之前
  Wouter Vermaelen 35f3e132ab Use string_ref instead of std::string in TclObject 12 年之前
  Wouter Vermaelen e3b59ab5a1 Removed 'user_directories' setting from code 14 年之前
  Manuel Bilderbeek 9827e85681 Do not record querying commands 14 年之前
  Wouter Vermaelen 93da651082 Converted RecordedCommand to the new StateChange stuff 15 年之前
  Maarten ter Huurne 3387c6529a Inject "power" setting into HDCommand instead of fetching it. 15 年之前
  Wouter Vermaelen f4eb30d3bd pass EmuTime by-value on 64-bit CPUs 16 年之前
  Wouter Vermaelen 25dbe2f2dc more cleanups 16 年之前
  Wouter Vermaelen e56ce7b7e7 fixed assert in cassetteplayer loadstate 16 年之前
  Wouter Vermaelen c922758a65 try harder to find the hd image on loadstate (only for user specified images, not the initial auto-created image) 16 年之前
  Wouter Vermaelen 71aea7ec73 refactor HD image switching: HDCommand is no longer friend of HD 16 年之前