aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings introduced by -Wextragatecat2021-02-251-0/+1
| |
3rdparty?id=3b451743753fc99d56e424d04f810c59acd33968'>pyconsole: Avoid lockup when reading from stdingatecat2021-02-221-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 Rothman2021-02-151-0/+0 | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> * Move CMake logic into fpga-interchange-schema.Keith Rothman2021-02-151-0/+0 | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> * Add interchange schema 3rdparty.Keith Rothman2021-02-151-0/+0 | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> * PyEval_InitThreads only for older than 3.9Miodrag Milanovic2021-01-021-0/+2 | * Update pybind11 to version 2.6.1Miodrag Milanovic2021-01-02202-4212/+11689 | * Do not create new python interpreterMiodrag Milanovic2020-11-131-10/+3 | * Add pybind11 2.5 sourceMiodrag Milanovic2020-07-23186-0/+41171 | * python: Improve general robustness during autocompleteDavid Shah2020-04-241-0/+4 | | | | Signed-off-by: David Shah <dave@ds0.me> * python: Escape strings for autocompleteDavid Shah2020-04-241-2/+8 | | | | Signed-off-by: David Shah <dave@ds0.me> * json: fix handling of 32-bit parametersMarcin Kościelnicki2020-02-011-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 clangMiodrag Milanovic2020-01-181-4/+4 | * Various warning fixesMiodrag Milanovic2020-01-184-7/+10 | * 3rdparty: Add json11David Shah2019-12-273-0/+1041 | | | | Signed-off-by: David Shah <dave@ds0.me> * Add GUI for executing python fileMiodrag Milanovic2018-12-142-0/+23 | * Proper OpenGL limit for QTMiodrag Milanovic2018-10-292-3/+3 | * Make imgui and qtgui compile on older qt as well, opengl 3.2 requiredMiodrag Milanovic2018-10-243-8/+13 | * add qtimgui renderer libraryMiodrag Milanovic2018-10-2413-0/+837 | * add imgui libraryMiodrag Milanovic2018-10-24151-0/+62780 | * Added hover on properties as well, fixes #64Miodrag Milanovic2018-08-222-2/+31 | * Add ability for multiple selection, enable for select only items that make senseMiodrag Milanovic2018-07-254-1/+24 | * add select on property pane, and action to double clickMiodrag Milanovic2018-07-152-0/+15 | * Made python console use edit line and betterMiodrag Milanovic2018-07-132-402/+0 | * removed deprecated class name, fixes warnings with later qt5Miodrag Milanovic2018-07-071-2/+2 | * disable few warnings for msvcMiodrag Milanovic2018-07-051-0/+4 | * make GUI compile on MSVCMiodrag Milanovic2018-07-053-5/+5 | * make paste work, fix inserting in wrong linesMiodrag Milanovic2018-06-282-1/+32 | * adapted python-console for easier useMiodrag Milanovic2018-06-287-1/+707 | * compile in needed helpers and fix warningsMiodrag Milanovic2018-06-284-16/+16 | * few moreMiodrag Milanovic2018-06-281-5/+0 | * move to c++11 remove console writesMiodrag Milanovic2018-06-286-96/+28 | * make it compile with qt5Miodrag Milanovic2018-06-286-30/+61 | * initial import of python-consoleMiodrag Milanovic2018-06-2828-0/+2120 | * Added CMake-sanitizers scriptsMiodrag Milanovic2018-06-2413-0/+779 | * cleaned some warningsMiodrag Milanovic2018-06-233-8/+8 | * put some files back and place generated files in special folder for depsMiodrag Milanovic2018-06-201-6/+0 | * Cleanup of cmake files for easier developmentMiodrag Milanovic2018-06-201-1/+0 | * put source changes for qtpropertybrowser back and make build simpleMiodrag Milanovic2018-06-2010-75/+14 | * Made gtest work on MINGW with solution from ↵Miodrag Milanovic2018-06-121-4/+4 | | | | https://github.com/google/googletest/issues/606 * added google tests to 3rdpartyMiodrag Milanovic2018-06-11321-0/+153552 | * compile QtPropertyBrowserMiodrag Milanovic2018-06-117-7/+7 | * Added QtPropertyBrowser sourceMiodrag Milanovic2018-06-11148-0/+35531