aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Remove anoying warning from cmakeMiodrag Milanovic2023-03-161-1/+2
|
* 3rdparty: Bump vendored pybind11 version for py3.11 supportgatecat2022-09-14214-10025/+21644
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Remove redundant code after hashlib movegatecat2021-06-021-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Fixed warnings in QtPropertyBrowser componentMiodrag Milanovic2021-05-312-2/+0
|
* Fix hidpi, fixes #167, fixes #275, fixes #425Miodrag Milanovic2021-05-311-0/+4
|
* interchange: Bump versionsgatecat2021-05-271-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* interchange: Bump versionsgatecat2021-05-211-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* bump interchange schemaAlessandro Comodi2021-05-201-0/+0
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* interchange: Implement getWireTypegatecat2021-04-301-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* interchange: Bump versionsgatecat2021-04-201-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Initial lookahead for FPGA interchange.Keith Rothman2021-03-231-0/+0
| | | | | | | | | Currently the lookahead is disabled by default because of the time to compute and RAM usage. However it does appear to work reasonably well in testing. Further effort is required to lower RAM usage after initial computation, and explore trade-off for cheaper time to compute. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* bump fpga_interchange_schemaAlessandro Comodi2021-03-161-0/+0
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* Add absl::flat_hash_map.Keith Rothman2021-03-011-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 -Wextragatecat2021-02-251-0/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* 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
|