Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |