summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* gitignore updatePiotr Dziwinski2013-06-221-1/+6
| | | | | * git should now ignore all generated files when building without separate build directory
* Fix man build target dependenciesPiotr Dziwinski2013-06-221-0/+1
| | | | * could cause fails when make is run with many threads
* Changes in build organizationPiotr Dziwinski2013-06-2210-0/+709
* targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory