Commit Verlauf

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