| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups and version bumpmame0174 | 2016-05-25 | 1 | -8/+5 | |
| | | |||||
| * | All netlist devices now follow new syntax. Removed dead code. All sub | 2016-05-21 | 1 | -58/+47 | |
| | | | | | devices are now forced to be initialized in the constructor. Device setup now completely in constructor. Removed start call. [Couriersud] | ||||
| * | More memory timebombs removed. (nw) | 2016-05-21 | 1 | -2/+0 | |
| | | |||||
| * | Converted more devices to new layout. Improved memory handling in | 2016-05-21 | 1 | -14/+22 | |
| | | | | factories. (nw) | ||||
| * | Continuing work to move object initialization from start to constructor. | 2016-05-16 | 1 | -39/+73 | |
| | | | | | | Removed family_t. All of this can be determined at runtime from object as well. As part of this, the "template" to write devices has changed. Converted a number of devices to use the new template. [Couriersud] | ||||
| * | More automatic memory handling. (nw) | 2016-05-16 | 1 | -9/+10 | |
| | | |||||
| * | Some use of share_ptr to ease memory management. (nw) | 2016-05-12 | 1 | -34/+41 | |
| | | |||||
| * | Code simplification | 2016-05-12 | 1 | -2/+17 | |
| | | |||||
| * | Align object registration syntax. (nw) | 2016-05-10 | 1 | -29/+3 | |
| | | |||||
| * | Rename connect_direct to connect_post_start to reflect usage. (nw) | 2016-05-10 | 1 | -1/+4 | |
| | | |||||
| * | Simplify object model by removing default_logic_family(). | 2016-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Converted most subdevices to unique_ptr. This is a temporary measure | 2016-05-02 | 1 | -31/+19 | |
| | | | | | | until the device initialisation is moved into the constructor. Started converting constructors of devices to be passed name and netlist. (nw) | ||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -27/+27 | |
| | | |||||
| * | Implemented dynamic loading of precompiled solver code. [Couriersud] | 2016-04-23 | 1 | -1/+9 | |
| | | |||||
| * | Moved solver members to proper place. Minor code changes. (nw) | 2016-04-15 | 1 | -4/+0 | |
| | | |||||
| * | netlist_t no longer descends from netlist::object_t. | 2016-04-10 | 1 | -16/+28 | |
| | | |||||
| * | Get rid of some init_object calls. | 2016-04-10 | 1 | -4/+20 | |
| | | |||||
| * | netlist: | 2016-03-27 | 1 | -1/+2 | |
| | | | | | | - more code optimization - hide matrix_solver_t implementation - use netlist_time for time deltas | ||||
| * | Fix kidniki sound speed. Make more class members private. | 2016-03-26 | 1 | -1/+1 | |
| | | |||||
| * | Netlist: code maintenance | 2016-03-23 | 1 | -32/+34 | |
| | | | | | | | | | - rename netlist_analog_t to analog_t - straighten object model - reduce access to member variables - use pvector<analog_net_t::list_t> for groups. - simple coverity fixes. | ||||
| * | Netlist: Some code simplification | 2016-03-16 | 1 | -31/+6 | |
| | | |||||
| * | netlist updates: | 2016-03-14 | 1 | -63/+47 | |
| | | | | | | | | | | | - First steps to move towards c++11. - Base plist on std::vector - Replace pstack with std::stack - Remove pnamed_list - use c++ "for each" in a number of places - Fixed two "time bombs" [couriersud] | ||||
| * | netlist override update (nw) | 2015-12-06 | 1 | -2/+2 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+1050 | |
