| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rendlay: allow user variables and repetition in layouts, also add a few more ↵ | 2018-07-22 | 1 | -1/+1 | |
| | | | | | predefined variables | ||||
| * | use C locale for int/float in XML files | 2018-01-05 | 1 | -22/+48 | |
| | | |||||
| * | Add a method for copying part of an XML tree into another tree and use it to ↵ | 2017-07-21 | 1 | -6/+54 | |
| | | | | | fix Cocoa debugger fatal error | ||||
| * | * Make XML file a class of its own managed with smart poitners | 2017-07-21 | 1 | -63/+61 | |
| | | | | | * Save/restore a little more of Cocoa debugger state | ||||
| * | XML refactoring: | 2016-12-11 | 1 | -97/+102 | |
| | | | | | | | | * move stuff to namespace util::xml * scope down some enums * split config load/save delegate types * make config load take const so it can't mangle data | ||||
| * | Work around buggy standard libraries (nw) | 2016-11-21 | 1 | -2/+2 | |
| | | |||||
| * | gah, wasn't quite compatible (nw) | 2016-11-17 | 1 | -3/+3 | |
| | | |||||
| * | more xmlfile cleanup (nw) | 2016-11-17 | 1 | -126/+30 | |
| | | | | | | | | | * an empty tag and a self-closing tag are semantically equivalent, so std::string can be used saving some manual allocation * a valid tag can't have an empty name, so that can be std::string too * still expose empty strings as nullptr to API users * scope down the int_format enum * # is not £ ffs | ||||
| * | Turn xmlfile API into something that looks like C++ | 2016-11-17 | 1 | -492/+387 | |
| | | | | | It's still a bit quirky but it's far better encapsulated before, and it plays nice with const (nw) | ||||
| * | Cleanup linux OSD (nw) | 2016-10-22 | 1 | -1/+1 | |
| | | |||||
| * | more TRUE/FALSE cleanup (nw) | 2016-10-22 | 1 | -5/+5 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -7/+7 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -6/+6 | |
| | | |||||
| * | Turn core_file into a proper class that gets cleaned up safely using unique_ptr | 2016-03-06 | 1 | -15/+15 | |
| | | | | | Subverted somewhat by chd_file class | ||||
| * | clang-modernize part 1 (nw) | 2015-12-03 | 1 | -72/+72 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+1100 | |
