summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/palloc.h
Commit message (Expand)AuthorAgeFilesLines
* netlist: Abbreviate one more type trait in palloc.h Vas Crabb2022-05-271-3/+3
* netlist: palloc now uses c++17 alignment aware operator new. (#9834) couriersud2022-05-271-201/+334
* netlist: fix aligned_alloc (PR #9801) (#9813) couriersud2022-05-221-0/+2
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-221-10/+8
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* netlist: applied some clang tidy recommendations couriersud2020-09-301-1/+4
* netlist: clearly identify void * casts. couriersud2020-09-241-1/+1
* palloc: use posix_memalign with android Tiago Pierezan Camargo2020-08-201-1/+1
* netlist: Better fixes for Emscripten (#7031) Justin Kerk2020-08-041-9/+5
* netlist: Fix build under Emscripten (#7031) Justin Kerk2020-08-051-0/+4
* netlist: further nl_base.h splitting into headers in core subdir. couriersud2020-07-281-1/+1
* netlist: fix some clang tidy warnings. couriersud2020-07-251-4/+3
* netlist: code maintenance and bug fixes. couriersud2020-07-011-5/+6
* Fix crash on Windows when freeing netlist objects. Aaron Giles2020-06-291-3/+9
* netlist: include file refactoring. couriersud2020-06-281-2/+3
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-131-187/+237
* netlist: allow selection of base arena for pmempool_arena. (nw) couriersud2020-06-081-1/+1
* netlist: Fix MSVC build. [Couriersud] couriersud2020-06-081-56/+83
* netlist: arena code maintenance. (nw) couriersud2020-06-081-50/+135
* netlist: code maintenance. (nw) couriersud2020-06-081-20/+14
* netlist: drop c++11 support. (nw) couriersud2020-06-011-2/+2
* netlist: small memory system cleanup. (nw) couriersud2020-05-251-3/+16
* netlist: code maintenance. (nw) couriersud2020-05-251-8/+9
* netlist: Add tristate support for rom devices. [Couriersud] couriersud2020-05-201-3/+1
* netlist: code cleanup and development stage tristate [Couriersud] couriersud2020-05-151-20/+34
* netlist: Fix some tidy warnings. (nw) couriersud2020-05-031-0/+3
* netlist: improve const-awareness and tidy changes. (nw) couriersud2020-04-281-1/+1
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-281-1/+1
* netlist: minor code maintenance. (nw) couriersud2020-04-111-1/+1
* netlist: Fix some clang-tidy-10 warnings. (nw) couriersud2020-04-051-1/+1
* netlist: fix log file option in nltool. (nw) couriersud2020-02-171-16/+16
* netlist: Fix VC compile. (nw) couriersud2020-02-041-1/+3
* netlist: Code maintenance. (nw) couriersud2020-01-271-2/+2
* netlist: clang tidy fixes. (nw) couriersud2020-01-191-1/+1
* netlist: Code maintenance. (nw) couriersud2020-01-181-19/+27
* netlist: move some functions to pmath. (nw) couriersud2020-01-151-0/+1
* netlist: bug fix, code maintenance and performance improvement. (nw) couriersud2019-11-131-1/+1
* netlist: code maintenance. (nw) couriersud2019-11-131-8/+10
* netlist: maintenance. (nw) couriersud2019-11-111-9/+0
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-081-11/+11
* netlist: code maintenance. (nw) couriersud2019-11-041-1/+0
* netlist: Hopefully fix MSVC compile. (nw) couriersud2019-10-301-1/+4
* netlist: code maintenance. (nw) couriersud2019-10-291-14/+19
* Netlist: code maintenance and improvements. [Couriersud] couriersud2019-10-181-4/+4
* Netlist: code maintenance and bug fixes. (nw) couriersud2019-10-171-15/+16
* Netlist: pongf update and code maintenance. [Couriersud] couriersud2019-10-161-5/+22
* netlist code maintenance. (nw) couriersud2019-09-171-2/+2
* plib: don't assume constructors will only throw things derived from std::exce... Vas Crabb2019-04-241-1/+1
* netlist: fix exception handling and uninitialized var. (nw) couriersud2019-04-221-1/+1
* netlist/plib: Fix memory leak when exception is thrown in constructor. couriersud2019-04-221-0/+17