aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* machxo2: Add clang-format exception to machxo2 binary blob C sources.gatecat2021-02-121-0/+1
* Create machxo2 backend (renamed from generic).gatecat2021-02-121-2/+2
* Initial FPGA interchange (which is just a cut-down xilinx arch).Keith Rothman2021-02-041-2/+2
* Default to Release, but allow other modes (e.g. Debug, RelWithDebInfo).Keith Rothman2021-01-271-1/+3
* Gowin target (#542)Pepijn de Vos2020-12-301-2/+2
* cmake: Disable building GUI by defaultDavid Shah2020-12-081-1/+1
* nexus: Update docs and CMakeDavid Shah2020-11-301-1/+9
* nexus: Build and embed chipdb automaticallyDavid Shah2020-11-301-0/+1
* Adding archdefs and bba PODsDavid Shah2020-11-301-1/+1
* Building nextpnr on Devuan ascii 2.0 needs the "C" language enabled.Rob Landley2020-09-161-1/+1
* fix whitespaceMiodrag Milanovic2020-07-241-4/+4
* Needed by python lib itself for staticMiodrag Milanovic2020-07-231-0/+5
* Initial conversion to pybind11Miodrag Milanovic2020-07-231-56/+1
* Fix clangformat and execute itMiodrag Milanovic2020-06-271-2/+2
* CMake: require at least version 3.5 (Ubuntu 16.04).whitequark2020-06-251-2/+1
* CMake: rewrite chipdb handling from ground up.whitequark2020-06-251-10/+10
* CMake: only request a CXX compiler.whitequark2020-06-241-1/+1
* CMake: promote bba to a true subproject.whitequark2020-06-231-1/+15
* Merge pull request #447 from whitequark/wasiDavid Shah2020-05-241-2/+26
|\
| * Port nextpnr-{ice40,ecp5} to WASI.whitequark2020-05-231-2/+26
* | minor patch for MinGW buildEd Bordin2020-05-141-4/+6
|/
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-10/+12
* Correct BUILD_TESTS description in CMakeLists.txtWladimir J. van der Laan2020-02-121-1/+1
* cmake: Python 3.9 supportDavid Shah2020-01-291-1/+1
* Change version to git describe and make set-able from outsideTobias Müller2020-01-111-9/+11
* 3rdparty: Add json11David Shah2019-12-271-2/+3
* frontend/base: Top module handlingDavid Shah2019-12-271-2/+4
* cmake: Add boost system libraryDavid Shah2019-11-061-1/+1
* cmake: don't link libutil on windowsSean Cross2019-10-181-1/+1
* Apply Boost CMake fix to all OSsDavid Shah2019-10-091-3/+1
* Fix issue with latest boost on macOS, fixes #322Miodrag Milanovic2019-09-281-0/+4
* cmake: fix static build on LinuxSean Cross2019-09-101-0/+14
* cmake: add python38 to list of versions searched for boost componentsGabriel L. Somlo2019-08-211-18/+7
* cmake: static: add msvc check before adding msvc flagsSean Cross2019-08-151-1/+1
* cmake: fix static build on windowsSean Cross2019-08-151-1/+8
* cmakelists: quote the last argument to REGEX REPLACESean Cross2019-08-141-5/+5
* CMake: serialize chipdb generation by default.whitequark2019-06-261-4/+5
* HeAP: Make HeAP placer optionalDavid Shah2019-03-221-8/+19
* HeAP: Switching from TAUCS to EigenDavid Shah2019-03-221-5/+6
* HeAP: Add TAUCS wrapper and integrationDavid Shah2019-03-221-2/+4
* Fix according to comments on PRMiodrag Milanovic2019-02-101-2/+2
* Load chipdb from filesystem as optionMiodrag Milanovic2019-02-091-1/+10
* build: Make use of the pipe option to avoid temporary filesSylvain Munaut2018-12-041-2/+2
* QUIET flag for cmake searches for boost pythonEddie Hung2018-11-201-6/+6
* On macOS -static flag not needed just list of .a filesMiodrag Milanovic2018-09-031-1/+3
* ignore tests in reportMiodrag Milanovic2018-08-231-1/+1
* Added test code coverage reportMiodrag Milanovic2018-08-231-1/+16
* Added ability for static buildsMiodrag Milanovic2018-08-161-1/+8
* cmake: Remove nextpnrpy so modulesDavid Shah2018-07-301-10/+1
* python interpreter is mandatory in any caseMiodrag Milanovic2018-07-291-1/+1