summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/tools
Commit message (Expand)AuthorAgeFilesLines
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-122-678/+0
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-232-45/+36
* Make more use of pformat. (nw) couriersud2015-08-132-2/+2
* Remove vsscanf from netlist. Change default format for double to "g". couriersud2015-08-111-1/+1
* Make netlist more typesafe. Added a pformat class to reduce sprintf couriersud2015-08-101-17/+17
* utf8 support for pstring. Opted for a scalable solution which should be couriersud2015-08-101-5/+5
* Added simple stream classes to netlist code. (nw) couriersud2015-08-032-5/+5
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-1/+1
* please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... Cowering2015-07-231-0/+12
* Identify size_t usage in printf by enclosing the argument in couriersud2015-07-021-1/+1
* Netlist now compiles with couriersud2015-06-301-9/+10
* Hopefully fix more "maybes" which maybe popup sometime in the future. couriersud2015-06-281-1/+1
* Fix a little utf-8 massacre. (nw) couriersud2015-06-241-1/+1
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-242-14/+11
* Another go at fixing gcc 4.4 couriersud2015-06-091-4/+0
* fix GCC 4.4 compile mahlemiut2015-06-081-0/+1
* Made it more convenient to add frontiers (impedance barriers). These couriersud2015-06-081-8/+33
* Fixed a number of bugs and some additions: couriersud2015-06-071-13/+41
* Fixed a number of bugs couriersud2015-06-052-62/+51
* nl_convert: fix compile on MSVC (struct and string in struct had same name) (nw) Peter Ferrie2015-06-032-3/+3
* Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-012-378/+428
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-311-1/+2
* Fix OpenMP by using spinlocks in push_to_queue. However no observable couriersud2015-05-311-157/+163
* Commit omitted nl_convert.h. Renamed "find" to find_by_name in couriersud2015-05-291-0/+581