aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added custom QApplication implementationMiodrag Milanovic2018-06-221-1/+1
|
* Make arch specific main windowMiodrag Milanovic2018-06-211-2/+2
|
* put some files back and place generated files in special folder for depsMiodrag Milanovic2018-06-201-2/+2
|
* Cleanup of cmake files for easier developmentMiodrag Milanovic2018-06-201-4/+10
|
* put source changes for qtpropertybrowser back and make build simpleMiodrag Milanovic2018-06-201-0/+2
|
* Better compiler flags, Release build per defaultClifford Wolf2018-06-191-3/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* cmake: Set EXCLUDE_FROM_ALL on Python module and testsDavid Shah2018-06-181-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* cmake: Reenable -O3 for release buildsDavid Shah2018-06-181-1/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Enable -WallDavid Shah2018-06-181-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* cmake: Fixing the installerDavid Shah2018-06-131-1/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Compile on windows againMiodrag Milanovic2018-06-131-0/+4
|
* reveresed logic for enabling main file, and made tests link arch filesMiodrag Milanovic2018-06-121-8/+10
|
* Add nextpnr namespaceClifford Wolf2018-06-121-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Clang format to ignore 3rdparty and fix one fileMiodrag Milanovic2018-06-111-0/+1
|
* Added dummy tests per archMiodrag Milanovic2018-06-111-0/+8
|
* Added property editor for exampleMiodrag Milanovic2018-06-111-1/+1
|
* compile QtPropertyBrowserMiodrag Milanovic2018-06-111-1/+1
|
* python: Fixing builds as importable moduleDavid Shah2018-06-081-0/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Preliminary placer changes to mainZipCPU2018-06-071-0/+1
|
* Attempt to add JSON parser--not working yet w/ build systemZipCPU2018-06-061-2/+4
|
* cmake: Fix Boost::Python finder on GentooDavid Shah2018-06-061-0/+14
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Initial GUI workMiodrag Milanovic2018-06-051-5/+18
|
* Update clangformat make target and configClifford Wolf2018-06-031-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "clangformat" make target and .clang-format (for now with std LLVM style)Clifford Wolf2018-06-031-0/+11
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve documentation in CMakeLists.txtDavid Shah2018-06-021-3/+12
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Creating an empty Python moduleDavid Shah2018-06-021-3/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add a CMake based build systemDavid Shah2018-06-021-0/+59
Signed-off-by: David Shah <davey1576@gmail.com>