Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clangformat | Miodrag Milanovic | 2020-07-25 | 1 | -15/+26 |
| | |||||
* | pycontainers: Fix kv-pair-iter type | David Shah | 2020-07-24 | 1 | -9/+19 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | possible fix | Miodrag Milanovic | 2020-07-23 | 1 | -6/+4 |
| | |||||
* | Initial conversion to pybind11 | Miodrag Milanovic | 2020-07-23 | 1 | -91/+79 |
| | |||||
* | python: Also convert regular map keys to string | David Shah | 2020-04-24 | 1 | -1/+3 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | python: Wrap map IdString key when accessed by index | David Shah | 2020-04-24 | 1 | -1/+2 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | pycontainers: Properly handle KeyErrors | Sylvain Munaut | 2020-03-04 | 1 | -5/+11 |
| | | | | | | | | | | | | | We raise a C++ exception to abort the rest of the execution of the function. At the same time we standardize on using a throw runtime error as the method to avoid warning when not returning values. (some places used this throw and some other used std::terminate) Fixes #403 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | pycontainers: Implement __contains__ | David Shah | 2019-03-22 | 1 | -0/+14 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | python: Add wrapper for vectors to allow Python access to net.users | David Shah | 2018-11-22 | 1 | -1/+58 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | typeof to decltype | Miodrag Milanovic | 2018-07-05 | 1 | -4/+4 |
| | |||||
* | common: Remove deprecated global IdStrings | David Shah | 2018-07-04 | 1 | -8/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: More design-related bindings, dump_design.py working again | David Shah | 2018-07-04 | 1 | -2/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: Update wrapper for non-unique_ptr maps | David Shah | 2018-07-04 | 1 | -25/+43 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: Adding more wrapped bindings for ice40 | David Shah | 2018-07-04 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: New wrapper system working for unique_ptr maps | David Shah | 2018-07-04 | 1 | -3/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: Developing context wrappers for maps | David Shah | 2018-07-04 | 1 | -23/+41 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: Adding more bindings | David Shah | 2018-07-04 | 1 | -1/+19 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: Add context wrapper support for ranges | David Shah | 2018-07-04 | 1 | -13/+26 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fixing Python bindings bugs | David Shah | 2018-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fixing Python bindings after adding unique_ptr | David Shah | 2018-06-26 | 1 | -1/+102 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Update from increased clangformat line length | David Shah | 2018-06-23 | 1 | -31/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵ | Clifford Wolf | 2018-06-22 | 1 | -1/+1 |
| | | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updating copyrights | David Shah | 2018-06-17 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add nextpnr namespace | Clifford Wolf | 2018-06-12 | 1 | -0/+5 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improving the Python bindings, particularly the map/pair wrappers | David Shah | 2018-06-08 | 1 | -6/+138 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Reformat remaining files | David Shah | 2018-06-08 | 1 | -75/+87 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Replacing Boost type_traits with std | David Shah | 2018-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Developing Python bindings for Design and related types | David Shah | 2018-06-07 | 1 | -0/+129 |