summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-04-232-44/+44
* Minor optimization. (nw) couriersud2017-04-091-4/+4
* Parametrized device activation in truthtables. (nw) couriersud2017-04-091-13/+15
* Fix VS2015 build. (nw) couriersud2017-04-094-2/+17
* More work on 9316. (nw) couriersud2017-04-091-13/+8
* Refactored 74715 to one device layout. Removed subdevice. (nw) couriersud2017-04-091-65/+31
* Netlist code refactoring: couriersud2017-04-0937-446/+472
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-0418-314/+556
* Fix pedantic clang warnings. (nw) couriersud2017-03-302-3/+3
* Use char32_t were appropriate. (nw) couriersud2017-03-301-3/+3
* Change pstring to use std::string as storage container. couriersud2017-03-3017-619/+233
* Turn psring iterator into a real forward iterator that works with standard al... Vas Crabb2017-03-308-53/+85
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* Fix openmp compile. (nw) couriersud2017-03-201-4/+4
* Fix clang warnings in netlist code. couriersud2017-03-0517-39/+38
* More cppcheck fixes. (nw) Couriersud2017-03-0537-98/+100
* Fix some cppcheck warnings. (nw) Couriersud2017-03-055-36/+60
* Netlist refactoring couriersud2017-02-254-107/+105
* Fix netlist stats collection. Code refactoring: couriersud2017-02-248-244/+160
* Added a heap priority queue to the netlist source. couriersud2017-02-242-7/+127
* Fix VS2015 compile. (nw) couriersud2017-02-224-4/+11
* Improve readability. Add more c++11 noexcept and swap semantics. couriersud2017-02-229-100/+131
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-2216-58/+40
* Slightly improve event timing if state changes. couriersud2017-02-193-23/+36
* srcclean (nw) Vas Crabb2017-02-1915-101/+101
* Add prodigy to mamenl build. Fix clang5 warnings. (nw) couriersud2017-02-194-4/+4
* More truthtable rework and clean up. (nw) couriersud2017-02-197-227/+260
* Fix nltool logging. (nw) couriersud2017-02-191-8/+9
* Merge pull request #2068 from JoakimLarsson/prodigy_display R. Belmont2017-02-174-0/+164
|\
| * new netlist device: 74164 - 8bit parallel output serial shift register Joakim Larsson Edstrom2017-02-174-0/+164
* | Fix mingw 32 bit build. (nw) couriersud2017-02-176-28/+22
* | Reworked truthtables a bit. couriersud2017-02-1720-619/+410
|/
* Optimized 7493 device. Gives some 5 to 10% improvement to pong. couriersud2017-02-164-78/+88
* Move from <cstring> to std::copy and friends. (nw) couriersud2017-02-166-54/+63
* Added state saving and loading to nltool. couriersud2017-02-154-26/+183
* Move inline constructors from header to cpp. (nw) couriersud2017-02-152-15/+33
* Start adding save state support to nltool. couriersud2017-02-131-0/+24
* Add standalone VC2015 build file in src/lib/netlist/build couriersud2017-02-136-0/+1095
* Remove duplicate save states / Save state simplification. (nw) couriersud2017-02-134-29/+12
* Separate custom save states. (nw) couriersud2017-02-122-7/+15
* Optimize queue save state. (nw) couriersud2017-02-122-14/+19
* Reorder include order to comply with best practices. (nw) couriersud2017-02-1022-52/+53
* Make windows builds of nltool and nlwav understand unicode. couriersud2017-02-108-117/+295
* Make sure netlist includes are not found directly on include path. couriersud2017-02-10139-222/+229
* Netlist: It is now possible to have multiple handlers per device ... couriersud2017-02-0512-116/+233
* Fix 9322. (nw) couriersud2017-02-051-22/+25
* Add constexpr add noexcept. (nw) couriersud2017-02-054-87/+105
* Doxygen work. How the heck can one enforce a consistent device couriersud2017-02-055-232/+114
* Fix a bug in pstring.cpp causing crash if moved object is reused. (nw) couriersud2017-02-051-7/+10
* Some documentation work. couriersud2017-02-058-26/+261