Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add absl::flat_hash_map. | Keith Rothman | 2021-03-01 | 1 | -0/+0 |
| | | | | | | | This lowers the CPU cost of using the flat wire map in router2, and should use less memory as well. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Fix compiler warnings introduced by -Wextra | gatecat | 2021-02-25 | 1 | -0/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | pyconsole: Avoid lockup when reading from stdin | gatecat | 2021-02-22 | 1 | -0/+2 |
| | | | | | | | | Create an empty temporary file for stdin; so reads fail rather than locking up (otherwise doing help() would be enough to completely lock up the GUI). Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Pull in fix for out of source builds. | Keith Rothman | 2021-02-15 | 1 | -0/+0 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Move CMake logic into fpga-interchange-schema. | Keith Rothman | 2021-02-15 | 1 | -0/+0 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Add interchange schema 3rdparty. | Keith Rothman | 2021-02-15 | 1 | -0/+0 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | PyEval_InitThreads only for older than 3.9 | Miodrag Milanovic | 2021-01-02 | 1 | -0/+2 |
| | |||||
* | Update pybind11 to version 2.6.1 | Miodrag Milanovic | 2021-01-02 | 202 | -4212/+11689 |
| | |||||
* | Do not create new python interpreter | Miodrag Milanovic | 2020-11-13 | 1 | -10/+3 |
| | |||||
* | Add pybind11 2.5 source | Miodrag Milanovic | 2020-07-23 | 186 | -0/+41171 |
| | |||||
* | python: Improve general robustness during autocomplete | David Shah | 2020-04-24 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | python: Escape strings for autocomplete | David Shah | 2020-04-24 | 1 | -2/+8 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | json: fix handling of 32-bit parameters | Marcin Kościelnicki | 2020-02-01 | 1 | -4/+7 |
| | | | | | | See YosysHQ/yosys#1671 for rationale. Also, added some validation to our parser, so that out-of-range values are reported and the user knows they should update yosys. | ||||
* | Warnings noticed by clang | Miodrag Milanovic | 2020-01-18 | 1 | -4/+4 |
| | |||||
* | Various warning fixes | Miodrag Milanovic | 2020-01-18 | 4 | -7/+10 |
| | |||||
* | 3rdparty: Add json11 | David Shah | 2019-12-27 | 3 | -0/+1041 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add GUI for executing python file | Miodrag Milanovic | 2018-12-14 | 2 | -0/+23 |
| | |||||
* | Proper OpenGL limit for QT | Miodrag Milanovic | 2018-10-29 | 2 | -3/+3 |
| | |||||
* | Make imgui and qtgui compile on older qt as well, opengl 3.2 required | Miodrag Milanovic | 2018-10-24 | 3 | -8/+13 |
| | |||||
* | add qtimgui renderer library | Miodrag Milanovic | 2018-10-24 | 13 | -0/+837 |
| | |||||
* | add imgui library | Miodrag Milanovic | 2018-10-24 | 151 | -0/+62780 |
| | |||||
* | Added hover on properties as well, fixes #64 | Miodrag Milanovic | 2018-08-22 | 2 | -2/+31 |
| | |||||
* | Add ability for multiple selection, enable for select only items that make sense | Miodrag Milanovic | 2018-07-25 | 4 | -1/+24 |
| | |||||
* | add select on property pane, and action to double click | Miodrag Milanovic | 2018-07-15 | 2 | -0/+15 |
| | |||||
* | Made python console use edit line and better | Miodrag Milanovic | 2018-07-13 | 2 | -402/+0 |
| | |||||
* | removed deprecated class name, fixes warnings with later qt5 | Miodrag Milanovic | 2018-07-07 | 1 | -2/+2 |
| | |||||
* | disable few warnings for msvc | Miodrag Milanovic | 2018-07-05 | 1 | -0/+4 |
| | |||||
* | make GUI compile on MSVC | Miodrag Milanovic | 2018-07-05 | 3 | -5/+5 |
| | |||||
* | make paste work, fix inserting in wrong lines | Miodrag Milanovic | 2018-06-28 | 2 | -1/+32 |
| | |||||
* | adapted python-console for easier use | Miodrag Milanovic | 2018-06-28 | 7 | -1/+707 |
| | |||||
* | compile in needed helpers and fix warnings | Miodrag Milanovic | 2018-06-28 | 4 | -16/+16 |
| | |||||
* | few more | Miodrag Milanovic | 2018-06-28 | 1 | -5/+0 |
| | |||||
* | move to c++11 remove console writes | Miodrag Milanovic | 2018-06-28 | 6 | -96/+28 |
| | |||||
* | make it compile with qt5 | Miodrag Milanovic | 2018-06-28 | 6 | -30/+61 |
| | |||||
* | initial import of python-console | Miodrag Milanovic | 2018-06-28 | 28 | -0/+2120 |
| | |||||
* | Added CMake-sanitizers scripts | Miodrag Milanovic | 2018-06-24 | 13 | -0/+779 |
| | |||||
* | cleaned some warnings | Miodrag Milanovic | 2018-06-23 | 3 | -8/+8 |
| | |||||
* | put some files back and place generated files in special folder for deps | Miodrag Milanovic | 2018-06-20 | 1 | -6/+0 |
| | |||||
* | Cleanup of cmake files for easier development | Miodrag Milanovic | 2018-06-20 | 1 | -1/+0 |
| | |||||
* | put source changes for qtpropertybrowser back and make build simple | Miodrag Milanovic | 2018-06-20 | 10 | -75/+14 |
| | |||||
* | Made gtest work on MINGW with solution from ↵ | Miodrag Milanovic | 2018-06-12 | 1 | -4/+4 |
| | | | | https://github.com/google/googletest/issues/606 | ||||
* | added google tests to 3rdparty | Miodrag Milanovic | 2018-06-11 | 321 | -0/+153552 |
| | |||||
* | compile QtPropertyBrowser | Miodrag Milanovic | 2018-06-11 | 7 | -7/+7 |
| | |||||
* | Added QtPropertyBrowser source | Miodrag Milanovic | 2018-06-11 | 148 | -0/+35531 |