summaryrefslogtreecommitdiffstats
path: root/build.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed Win32 code for MS Windows-specific color profile location. Fixes bug ↵Jon A. Cruz2009-09-261-0/+3
| | | | | #214198. (bzr r8654)
* exclude file from buildingtheAdib2009-08-141-1/+1
| | | (bzr r8488)
* Fix for LP #386256 (Inkscape-0.47pre0 does not build on win32).Nicolas Dufour2009-07-311-1/+1
| | | | | Returns an empty string instead of false when looking for svn.revision when the snapshot doesn't contain an svn dir. (bzr r8371)
* Remove test-stubs.cpp: no longer needed.Krzysztof Kosi??ski2009-05-101-1/+2
| | | (bzr r7843)
* fix several non-portable hacksBob Jamison2009-03-061-8/+12
| | | (bzr r7430)
* make aspell optionalbulia byak2009-02-241-0/+2
| | | (bzr r7361)
* fix wrong place for -laspellbulia byak2009-02-181-2/+2
| | | (bzr r7321)
* oops, wrong namebulia byak2009-02-171-1/+1
| | | (bzr r7314)
* make spellchecker compilable on windowsbulia byak2009-02-171-1/+4
| | | (bzr r7313)
* use our python from devlibs, do not assume the user has a python in pathbulia byak2009-01-201-8/+8
| | | (bzr r7152)
* fix/revert 20519 and 20521Johan B. C. Engelen2009-01-171-2/+2
| | | (bzr r7142)
* try to fix buildJohan B. C. Engelen2009-01-141-1/+1
| | | (bzr r7133)
* fix windows build................................Johan B. C. Engelen2009-01-131-5/+5
| | | (bzr r7129)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-19/+5
| | | | | version string on Linux. (bzr r7123)
* Remove utestJon A. Cruz2009-01-061-1/+0
| | | (bzr r7084)
* add #define LPE_ENABLE_TEST_EFFECTS to config.h for windows and cmake builds.Johan B. C. Engelen2009-01-031-0/+3
| | | (bzr r7067)
* fix build for commit 20341Johan B. C. Engelen2008-12-131-1/+1
| | | (bzr r7005)
* remove bezier-util from testsJohan B. C. Engelen2008-12-131-2/+0
| | | (bzr r7003)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-0/+1
| | | (bzr r6964)
* add copying of mingwm10.dll to win buildJohan B. C. Engelen2008-11-291-0/+3
| | | (bzr r6921)
* Defined HAVE_OPENMP in build.xml and included config.h from ↵Jasper van de Gronde2008-11-261-0/+1
| | | | | nr-filter-gaussian.cpp to actually make the define work (on Windows). (bzr r6902)
* Merging in the OpenMP work from the mailing list with some improved build files.Ted Gould2008-11-231-0/+8
| | | (bzr r6893)
* Merge from trunkTed Gould2008-10-311-0/+1
| | | (bzr r6887)
* Merging from trunkTed Gould2008-10-111-6/+8
| | | (bzr r6884)
* Add test-display.cpp to excludesBob Jamison2008-09-191-0/+1
| | | (bzr r6850)
* LIBNR REMOVAL. remove nartbpath test code in build.xmlJohan B. C. Engelen2008-09-101-1/+0
| | | (bzr r6790)
* Add libgio.dll to distro. Will need for gtk2.14, but good now, too.Bob Jamison2008-09-051-0/+1
| | | (bzr r6767)
* enable svg fontsBob Jamison2008-08-141-2/+5
| | | (bzr r6620)
* Small change to build.xml to not create the build directory twice (does no ↵Jasper van de Gronde2008-08-091-2/+2
| | | | | harm, but isn't needed either) (bzr r6598)
* Build.xml with check target. (Forgot to commit earlier.)Jasper van de Gronde2008-08-081-13/+10
| | | (bzr r6594)
* Fix regression in object snapper which caused self-snappingDiederik van Lierop2008-08-071-3/+3
| | | (bzr r6587)
* 2Geom version of the path tests + some additional small changes.Jasper van de Gronde2008-08-061-2/+3
| | | (bzr r6578)
* SPCurve unit testsJasper van de Gronde2008-08-021-7/+8
| | | (bzr r6523)
* fix pathBob Jamison2008-07-271-1/+1
| | | (bzr r6432)
* Build.xml now has a dist-cxxtests target (+ a fix for the linkinkview target ↵Jasper van de Gronde2008-07-261-21/+68
| | | | | and some minor restructuring) (bzr r6425)
* Exclude the right(!) files when building the library (forgot to remove the ↵Jasper van de Gronde2008-07-191-9/+9
| | | | | obj/ prefix for the test files...) (bzr r6361)
* fix 169096bulia byak2008-07-071-0/+3
| | | (bzr r6217)
* Tests for nr-compose, as well as updated tests for svg-affine and svg-length.Jasper van de Gronde2008-07-051-2/+3
| | | (bzr r6192)
* Tests for svg-affine and svg-length (the latter is not much more than a ↵Jasper van de Gronde2008-07-031-0/+11
| | | | | stub) and a CxxTest version of the list-container tests. (bzr r6132)
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵Jasper van de Gronde2008-07-011-5/+151
| | | | | of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106)
* add POPPLER_NEW_GFXFONT for poppler 0.8.3 api changeBob Jamison2008-06-121-5/+6
| | | (bzr r5910)
* Change poppler link orderBob Jamison2008-06-111-20/+11
| | | (bzr r5892)
* We were using wrong gtk locale directory. Gtk's own translations were missing.Bob Jamison2008-06-111-104/+105
| | | (bzr r5883)
* Make copy of libpng13.dll to libpng12-0.dll because Gtk changed the name. ↵Bob Jamison2008-06-041-0/+3
| | | | | Thanks, guys. (bzr r5805)
* fix typoBob Jamison2008-05-121-4/+5
| | | (bzr r5658)
* Extensive update. Provide late binding, and aliases for pkg-config.Bob Jamison2008-05-121-43/+13
| | | (bzr r5657)
* update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen2008-05-101-0/+1
| | | | | inskape executable bigger (bzr r5649)
* set continue on error to trueJohan B. C. Engelen2008-05-081-1/+1
| | | (bzr r5632)
* update excludesBob Jamison2008-05-081-2/+0
| | | (bzr r5627)
* Add new property to <cc>, refreshCache, to force recompBob Jamison2008-05-021-13/+16
| | | (bzr r5581)