| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
| |
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
|
| | |
|
| |
|
| |
(bzr r14449.1.6)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1156664
(bzr r14449.1.3)
|
| |
|
|
|
| |
These were found by running cmake_consistency_check.py
(bzr r14198)
|
| |
|
|
|
|
|
| |
- group source/headers per library (for some IDE's)
- include headers with source listing (also for IDE's)
- remove unneeded Find modules
(bzr r10281)
|
| |
|
| |
(bzr r10278)
|
| |
|
|
|
|
|
| |
turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset.
Fixing this broke the build because some files in the subdir were not compiling.
(bzr r10276)
|
| |
|
|
|
| |
cake keyword, and also dont mix up dor names with libs.
(bzr r10274)
|
| |
|
|
|
|
| |
- cmake now builds all files that automake does but does NOT link yet
- inlcudes nasty hard coded paths and libs (will replace once linking works)
(bzr r10272)
|
| |
|
|
|
| |
sub-libs of inkscape.
(bzr r7120)
|
| |
|
|
|
| |
reduce linking stage command for windows.
(bzr r7100)
|
| |
|
| |
(bzr r6046)
|
| |
|
|
|
|
|
| |
This more or less mimics what is being done by automake with the Makefile_insert files
What we were doing before did not work because add_directories() isn't able to
propagate variables upwards.
(bzr r5397)
|
| |
|
| |
(bzr r5379)
|
|
|
minimal checking was done with existing Makefile_insert
(bzr r5241)
|