aboutsummaryrefslogtreecommitdiffstats
path: root/json
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-041-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixed macros and includes for MSVCMiodrag Milanovic2018-07-031-0/+1
|
* Fixing Python bindings after adding unique_ptrDavid Shah2018-06-261-6/+6
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-251-43/+41
|
* add cells to a cells collectionMiodrag Milanovic2018-06-251-0/+2
|
* Move json parser from frontend/json/ to json/Clifford Wolf2018-06-232-0/+811
Signed-off-by: Clifford Wolf <clifford@clifford.at>