summaryrefslogtreecommitdiffstats
path: root/src/libnr/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-28Completely remove libnrKrzysztof Kosi??ski1-5/+0
(bzr r10582.1.11)
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-3/+0
(bzr r10582.1.10)
2011-08-27Remove nr-forward.hKrzysztof Kosi??ski1-1/+0
(bzr r10582.1.8)
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-15/+1
(bzr r10582.1.6)
2011-07-17Fix build failures on make checkKrzysztof Kosi??ski1-3/+1
(bzr r10465)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-11/+2
(bzr r10347.1.2)
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-5/+0
(bzr r9508.1.67)
2010-08-05Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski1-18/+1
(bzr r9508.1.50)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-2/+0
(bzr r9508.1.48)
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-37/+0
(bzr r9508.1.47)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-9/+0
(bzr r9508.1.44)
2010-03-29Remove remnants of rather pointless MMX optimizations, and fixKrzysztof Kosi??ski1-8/+0
build failure caused by recent extension renames (bzr r9255)
2009-12-05Fix build again by modifiying makefileDiederik van Lierop1-1/+0
(bzr r8866)
2009-08-15* Bug-fixing src/libnr/Makefile_insert to avoid build failureLuca Bruno1-1/+1
(bzr r8489)
2009-08-14additional file for building nr-testtheAdib1-0/+1
(bzr r8487)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-11/+7
rather than for every subdirectory. (bzr r7336)
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-14/+1
(bzr r7040)
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski1-52/+19
utest-based tests. (bzr r6976)
2008-12-08"make check" now compiles and runs on Linux.Krzysztof Kosi??ski1-3/+4
(bzr r6973)
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen1-3/+0
remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen1-2/+0
references to nr-path.h) (bzr r6774)
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
(bzr r6524)
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde1-0/+3
has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
2008-04-14please dont forget to update Makefile_insert\!bulia byak1-0/+2
(bzr r5434)
2008-03-23delete unused codebulia byak1-5/+0
(bzr r5182)
2008-03-21fix compilebulia byak1-2/+0
(bzr r5152)
2008-01-02add libnr <=> 2geom conversion helper headerfileJohan B. C. Engelen1-0/+1
(bzr r4366)
2006-07-14* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow1-1/+1
src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413)
2006-04-27Adding multiple test output formats.Jon A. Cruz1-1/+1
(bzr r592)