summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-2711-35/+33
* cgenie.cpp: expanded .cas support so that also files created by etabeta782016-04-241-30/+40
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2448-214/+219
* Move a few odds and ends out of the emu core AJR2016-04-232-0/+209
* Add missing files. couriersud2016-04-232-0/+132
* Implemented dynamic loading of precompiled solver code. [Couriersud] couriersud2016-04-2311-701/+212
* Simplify solver infrastructure. couriersud2016-04-189-63/+35
* merge me later bug fix couriersud2016-04-181-1/+4
* Merge me later couriersud2016-04-182-0/+619
* Merge pull request #809 from jmakovicka/master Miodrag Milanović2016-04-161-2/+2
|\
| * Fix type mismatch Jindřich Makovička2016-04-131-2/+2
* | chd: initialized m_hunknum inside the constructor. (nw) dankan18902016-04-151-0/+1
* | cdrom: declared (std::nothrow) some allocations. (nw) dankan18902016-04-151-3/+3
* | Significant speed improvement: couriersud2016-04-159-74/+346
* | Recover from creating solvers by copy paste. Move common code were it couriersud2016-04-1510-408/+232
* | Moved solver members to proper place. Minor code changes. (nw) couriersud2016-04-158-55/+44
|/
* Merge pull request #776 from jmallach/typos R. Belmont2016-04-122-2/+2
|\
| * Typo fix: nonexistant → nonexistent Jordi Mallach2016-04-011-1/+1
| * Typo fix: threshholds → thresholds Jordi Mallach2016-03-311-1/+1
* | Make un7z a bit chattier, too Vas Crabb2016-04-112-39/+66
* | Make unzip less opaque about what it's doing Vas Crabb2016-04-111-23/+246
* | netlist_t no longer descends from netlist::object_t. couriersud2016-04-105-36/+47
* | Get rid of some init_object calls. couriersud2016-04-103-10/+27
* | Replace macros with templates. couriersud2016-04-102-16/+38
* | Fix crash Vas Crabb2016-04-101-1/+0
* | Second thoughts about default status Vas Crabb2016-04-101-1/+1
* | Visual Studio says it can be uninitialized (nw) Miodrag Milanovic2016-04-101-1/+1
* | foobar is not a subdirectory of foo called bar Vas Crabb2016-04-102-7/+11
* | STL makes life easier Vas Crabb2016-04-101-35/+18
* | Fix for archives containing directories like foobar following foo Vas Crabb2016-04-101-3/+4
* | Fix phantom files in archives containing directories Vas Crabb2016-04-101-18/+12
* | Work with more ZIP64 files Vas Crabb2016-04-101-48/+73
* | zip cleanup Vas Crabb2016-04-101-64/+39
* | Use templates in nl_math. couriersud2016-04-091-13/+18
* | Use c++11 features to use more templates. couriersud2016-04-097-177/+78
* | Solver model simplification. couriersud2016-04-097-414/+153
* | zip method 14 Vas Crabb2016-04-091-2/+135
* | More ZIP support Vas Crabb2016-04-091-138/+127
* | Update LZMA SDK to 15.14 Vas Crabb2016-04-092-15/+29
* | Align with standalone-build. couriersud2016-04-093-16/+15
* | ZIP64 support [Vas Crabb] Vas Crabb2016-04-091-170/+353
* | nld_ms_sm.h: better use '!' instead of 'not' (nw) yz70s2016-04-081-1/+1
* | Add includes for dependency documentation. There is still inconsistent couriersud2016-04-084-2/+4
* | Minor changes, mostly signed comparisons and adding includes for couriersud2016-04-089-38/+42
* | Added m62(kidniki) to nl.lua. Started some experiments around parallel couriersud2016-04-082-11/+197
* | Improve 7zip file I/O code (should fix >=4GB 7z archives on LP32/LLP64) Vas Crabb2016-04-061-18/+18
* | Revert software-installed slot/image options when changing software AJR2016-04-042-8/+8
* | screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+6
* | fix: inline not allowed. (nw) dankan18902016-04-031-1/+1
* | Small changes. (nw) dankan18902016-04-032-1/+7