summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/plib
Commit message (Expand)AuthorAgeFilesLines
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-1213-4388/+0
* Some pedantic netlist changes. (nw) couriersud2015-08-282-11/+124
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-264-10/+8
* Moved nltool.c and nlwav.c into src/emu/netlist/prg. couriersud2015-08-237-53/+31
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-236-56/+258
* Fix netlist build (nw) Vas Crabb2015-08-171-2/+2
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
* Some netlist_time maintenance. Straightened code using it and added couriersud2015-08-143-0/+22
* Changed UINT16 .. UINT64 to generic types in pformat. couriersud2015-08-132-31/+133
* Make more use of pformat. (nw) couriersud2015-08-133-23/+18
* Fix emscripten compile (nw) Justin Kerk2015-08-121-1/+1
* Remove vsscanf from netlist. Change default format for double to "g". couriersud2015-08-112-13/+2
* Fix mingw compiles (both 32 and 64). These seem to have a different couriersud2015-08-111-2/+3
* Temporarily fix compile by commenting line 395 and kepping 409 in file src/em... yz70s2015-08-111-1/+1
* Fix clang issues. (nw) couriersud2015-08-102-5/+5
* Make netlist more typesafe. Added a pformat class to reduce sprintf couriersud2015-08-103-2/+85
* utf8 support for pstring. Opted for a scalable solution which should be couriersud2015-08-107-250/+527
* More usage of streams and aligned exception use. (nw) couriersud2015-08-107-12/+37
* Added simple stream classes to netlist code. (nw) couriersud2015-08-036-106/+698
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-294-17/+15
* Consolidate the scattered model parsing code. Now models support couriersud2015-07-232-1/+4
* please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... Cowering2015-07-232-0/+24
* More phashmap_t usage. Quite some nice effect on larger netlist startup couriersud2015-07-201-20/+35
* Use hashmap for factory searches. (nw) couriersud2015-07-201-11/+0
* Changed phashmap_t to dynamically resize hash table. (nw) couriersud2015-07-191-5/+86
* Aligned builtin device identification with parser device couriersud2015-07-191-2/+0
* Added a phashmap_t object for faster lookups. (nw) couriersud2015-07-192-0/+141
* Add macro library for opamp models. (nw) couriersud2015-07-161-0/+8
* Fix issues with gcc4.0 mentioned by Barry. (nw) couriersud2015-07-091-1/+1
* Identify size_t usage in printf by enclosing the argument in couriersud2015-07-022-1/+11
* Netlist now compiles with couriersud2015-06-307-66/+95
* Hopefully fix more "maybes" which maybe popup sometime in the future. couriersud2015-06-282-3/+8
* Code maintenance. In addition, added a parameter to select iterative couriersud2015-06-241-1/+1
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-242-11/+10
* Some more moves to the netlist namespace. (nw) couriersud2015-06-192-1/+14
* From 45% to 60% to 99%. That's the improvement achieved for a 89x89 couriersud2015-06-101-0/+18
* Another go at fixing gcc 4.4 couriersud2015-06-091-0/+1
* Made it more convenient to add frontiers (impedance barriers). These couriersud2015-06-081-1/+11
* Fixed a number of bugs and some additions: couriersud2015-06-072-0/+11
* Found some cycles by removing static declarations in some functions. couriersud2015-06-031-3/+3
* Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-011-2/+6
* Code maintenance. Remove commented out directives. (nw) couriersud2015-05-311-1/+1
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-316-14/+116
* Fix OpenMP by using spinlocks in push_to_queue. However no observable couriersud2015-05-315-81/+82
* Commit omitted nl_convert.h. Renamed "find" to find_by_name in couriersud2015-05-291-3/+3
* First version of a eagle to netlist converter. (nw) couriersud2015-05-292-2/+27
* Got truthtable parsing working in the parser. The plib preprocessor now couriersud2015-05-282-4/+58
* Introduced user definable truth tables: couriersud2015-05-271-4/+7
* Moved all files in src/emu/netlist starting with p into plib folder. couriersud2015-05-2711-0/+2469