summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-295-15/+14
* Fixed incorrect implementation of win_time_point_from_filetime() Vas Crabb2016-06-264-84/+141
|\
| * Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and... Nathan Woods2016-06-263-42/+135
* | Fix Clang compile on OSX Brad Hughes2016-06-252-2/+2
|/
* clang on windows fixes (nw) Miodrag Milanovic2016-06-251-3/+0
* Supply modified time for files in archives [Vas Crabb] Vas Crabb2016-06-254-39/+242
* fix Clang build. it still fails b/c of the file and directory stuff. (nw) arbee2016-06-241-2/+2
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-2589-232/+130
* Merge remote-tracking branch 'origin/master' into netlist_dev couriersud2016-06-242-35/+35
|\
| * POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-4/+4
| * Load save state preparations [Nathan Woods] Vas Crabb2016-06-242-33/+33
| |\
| | * Changed osd_stat() to return std::unique_ptr<osd::directory::entry> Nathan Woods2016-06-241-1/+1
| | * C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-242-33/+33
* | | Add explicit to constructors to avoid bad surprises later. (nw) couriersud2016-06-247-17/+17
* | | Merge remote-tracking branch 'origin/master' into netlist_dev couriersud2016-06-242-18/+18
|\| |
| * | Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller] Vas Crabb2016-06-242-18/+18
| |/
* / Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool couriersud2016-06-246-30/+42
|/
* Netlist changes couriersud2016-06-2330-623/+1122
* Added rgb_t::transparent constant Nathan Woods2016-06-182-0/+2
* remove all usages of tagmap Miodrag Milanovic2016-06-181-96/+0
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-3/+3
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-1668-1425/+1044
* MT 06236 [Robbbert] Robbbert2016-06-151-5/+8
* MT 05783 [Robbbert] Robbbert2016-06-121-13/+21
* add cmath include to plists.h couriersud2016-06-071-0/+1
* Fix travis build. (nw) couriersud2016-06-071-0/+1
* - More code cleanup. couriersud2016-06-0770-1986/+1539
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-0740-634/+420
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-07107-4659/+4841
* fsd_dsk: logging (nw) Nigel Barnes2016-06-051-18/+13
* e01: added acorn filestore floppy format and softlist Nigel Barnes2016-06-052-0/+97
* sorcerer: calculate baud rates based on actual dividers on pcb. Fixed a bug w... Robbbert2016-06-051-1/+1
* chdman: attempt to workaround hang during chd creation MetalliC2016-06-041-1/+4
* misc fixes (nw) Vas Crabb2016-05-281-38/+26
* Fix pongf. (nw) couriersud2016-05-271-10/+10
* build with MSVC (nw) smf-2016-05-271-2/+2
* Leading underscore massacre. (nw) couriersud2016-05-2770-902/+902
* Moved more code into plib namespace. (nw) couriersud2016-05-2745-536/+591
* Remove dependency on osd_ticks. Converted palloc and friends into couriersud2016-05-2716-160/+102
* Make netlist compile with c++11, use own implementation of make_unique couriersud2016-05-254-4/+11
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-2539-294/+322
* Fixed breakout attract mode. (nw) couriersud2016-05-254-2/+22
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-2519-55/+43
* fix android build (nw) Miodrag Milanovic2016-05-241-2/+2
* Fixed multiple instance of operator = , fixes VS build (nw) Miodrag Milanovic2016-05-221-2/+3
* Fix VS c++ compile following couriersud2016-05-211-2/+2
* Added == operator to netlist_time couriersud2016-05-212-1/+13
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-2169-2135/+1949
* More memory timebombs removed. (nw) couriersud2016-05-216-12/+25
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-2127-418/+510