aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.cc
Commit message (Expand)AuthorAgeFilesLines
...
* python: Clear SIGINT handler after Python loadsDavid Shah2018-06-141-0/+2
* reveresed logic for enabling main file, and made tests link arch filesMiodrag Milanovic2018-06-121-2/+2
* Minimal Python bindings for IdStringDavid Shah2018-06-121-0/+5
* Add nextpnr namespaceClifford Wolf2018-06-121-1/+4
* Add "nextpnr.h"Clifford Wolf2018-06-111-5/+2
* Remove pool, dict, vector namespace aliasesClifford Wolf2018-06-111-2/+2
* Improving the Python bindings, particularly the map/pair wrappersDavid Shah2018-06-081-0/+24
* python: Fixing builds as importable moduleDavid Shah2018-06-081-0/+4
* Reformat Python bindings and ice40 mainDavid Shah2018-06-071-105/+109
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-071-1/+3
|\
| * Fix clang-format include order issuesClifford Wolf2018-06-071-1/+3
* | Global design object workingDavid Shah2018-06-071-0/+6
* | Working on global Python design objectDavid Shah2018-06-071-1/+9
* | Developing Python bindings for Design and related typesDavid Shah2018-06-071-0/+47
|/
* Allow loading and running Python files before GUI startsDavid Shah2018-06-071-32/+42
* Refactor Chip API and iCE40 databaseClifford Wolf2018-06-061-5/+0
* Initial GUI workMiodrag Milanovic2018-06-051-0/+42
* Python bindings working on both architecturesDavid Shah2018-06-021-61/+3
* Simple Python test workingDavid Shah2018-06-021-2/+2
* Add architecture specific Python defsDavid Shah2018-06-021-1/+5
* Adding generic Python range and iterator bindingsDavid Shah2018-06-021-3/+83
* Creating an empty Python moduleDavid Shah2018-06-021-0/+15