summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/plib/pstring.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-1/+0
* Moved nltool.c and nlwav.c into src/emu/netlist/prg. couriersud2015-08-231-10/+10
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-231-3/+60
* Fix netlist build (nw) Vas Crabb2015-08-171-2/+2
* Changed UINT16 .. UINT64 to generic types in pformat. couriersud2015-08-131-3/+3
* Remove vsscanf from netlist. Change default format for double to "g". couriersud2015-08-111-9/+0
* Fix clang issues. (nw) couriersud2015-08-101-4/+4
* Make netlist more typesafe. Added a pformat class to reduce sprintf couriersud2015-08-101-0/+38
* utf8 support for pstring. Opted for a scalable solution which should be couriersud2015-08-101-98/+246
* More usage of streams and aligned exception use. (nw) couriersud2015-08-101-1/+1
* Added simple stream classes to netlist code. (nw) couriersud2015-08-031-1/+10
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-311-1/+1
* Fix OpenMP by using spinlocks in push_to_queue. However no observable couriersud2015-05-311-8/+8
* Moved all files in src/emu/netlist starting with p into plib folder. couriersud2015-05-271-0/+360