Code

Use subdirectories with icon sizes.
[inkscape.git] / buildtool.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-08-30 JazzyNicoExtensions. Shebangs branch merge.
2010-08-30 JazzyNicoFix file permissions (Bug #314381).
2010-03-26 Ted GouldMerge from trunk
2010-03-08 JazzyNicoWin32. Adding revno in the splash screen.
2010-02-07 Krzysztof KosińskiFix FD leak in buildtool.cpp
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-07-31 JazzyNicoFix for LP #386256 (Inkscape-0.47pre0 does not build...
2008-10-11 Ted GouldMerging from trunk
2008-08-26 ishmalenable failOnError in TaskDelete
2008-08-26 ishmalfixed bug in removeFile()
2008-08-08 jaspervdgFixed svg-path (and display/curve) tests to properly...
2008-08-02 jaspervdgFixed version of stat cache for buildtool.cpp (now...
2008-08-01 johanengelenrevert r19450. fixes buildtool.
2008-08-01 cilix42Fix #ifdef type. Closes LP #253859
2008-07-28 jaspervdgBy caching stat results in buildtool the build time...
2008-07-01 jaspervdgCxxTest unit tests can now be built on Windows, also...
2008-06-23 ishmaltweak stdout/stderr piping
2008-06-14 ishmalImprove "can't find" error msg for pkgconfig
2008-06-06 ishmalrollup of buildtool/unix work. compiles and links...
2008-06-06 ishmalfinally debugged. read() on a pipe has different resul...
2008-06-06 ishmalrewrite pipe reading to avoid deadlock
2008-06-06 ishmalrewrite pipe reading to avoid deadlock
2008-06-06 ishmalminor typo in comparison
2008-06-05 ishmaloops. sys/wait.h not on win32
2008-06-05 ishmalrewrite execCommand's unix impl to better handle separa...
2008-06-05 ishmalinclude <algorithm> for std::sort
2008-06-04 ishmalimprove piping
2008-05-14 ishmalIncrease substitution depth, remove unused vars warning...
2008-05-13 ishmalAllow nested substitutions. Such as s="${a}" and...
2008-05-12 ishmalExtensive update. Provide late binding, and aliases...
2008-05-09 ishmalAdded <echo> task. Need to decide when substitutions...
2008-05-02 ishmalAdd new property to <cc>, refreshCache, to force recomp
2008-04-25 ishmalremove tabs
2008-04-25 ishmalTweak "errorOccurred"
2008-04-25 ishmalTypo
2008-04-25 ishmalAdd a "continueOnError" flag to TaskCC. If there is...
2008-04-04 ishmalOne more tweak
2008-04-04 ishmalmake dependency messages a bit better
2008-04-04 ishmalImprove status messages a bit
2008-04-04 ishmalAdd an <excludeinc> filelist tag to <cc> to avoid float...
2008-03-31 ishmalAdd simple <jar> task. Separate "builddist" target
2008-03-14 ishmalImprove buggy, slow invocation of javac
2008-03-11 ishmalAdd more javac stuff. Add target="" attribute to javac
2007-12-31 brycewhitespace fixups
2007-12-17 ishmalremember to return true from <javac> execute()
2007-12-15 ishmalAdd initial support for <javac>. Also fix str compare bug
2007-12-15 ishmalFixed missing handling of the "environment prefix"...
2007-11-07 ishmalfix string size self-reference bug
2007-06-26 ishmalAdd gtkrc to build.xml. Fix native path on <makefile>
2007-05-18 ishmalMinor fixes
2007-05-18 ishmalAdd initial attempt at embedded pkg-config
2007-05-18 ishmalRemove warnings. Especially new gcc4.2.0 warnings...
2007-05-04 ishmalFix native path on <fileset>-included objects
2007-04-20 ishmalSwitch from the HAVE_GETTIMEOFDAY option to NEED_GETTIM...
2007-04-20 ishmalSay "skipped" when copying a single file is not necessary
2007-04-20 ishmalFixed path in include file checks.
2007-03-25 ishmalImprove dependencies using URI normalization. A little...
2007-03-13 ishmaltweak to compile on linux
2007-03-07 ishmalimprove timing
2007-03-03 ishmalremove debug messages that sneaked in
2007-03-03 ishmalimprove error messages
2007-03-03 ishmalMore cleanup of piping. Add ccompiler listing.
2007-03-03 ishmalAdd <touch> . Fix piping again.
2007-03-02 ishmalfix result piping from shelled-out commands on win32
2007-02-07 ishmalFix parsing of bools
2007-01-11 ishmalAllow overriding output name for msgfmt
2006-12-02 ishmalallow 0-length properties
2006-12-02 ishmalfix minutes/seconds calc. oops.
2006-11-30 ishmalget gettimeofday() out of buildtool:: namespace
2006-11-29 theAdibprevent compiling error on gettimeofday on mingw compiler
2006-11-28 ishmalfix time
2006-11-28 ishmalremove tabs, add time
2006-11-28 ishmalget it to work on linux
2006-11-24 ishmalAdd "strip" to <link> so you can do it if linking is...
2006-11-23 ishmalfix status msg for overloading
2006-11-23 ishmalAllow msgfmt to create a subdir for each .mo file,...
2006-11-21 ishmalSpeed improvement on dep scanning. Better decision...
2006-11-18 ishmalFix for abs paths on win32. Fix property overloading.
2006-11-18 ishmalAdd dll capabilities
2006-11-18 ishmalImprove option parsing
2006-11-18 ishmalFixed absolute paths in createDirectory()
2006-11-18 ishmalAdded regex. Greatly improved <fileset> scanning.
2006-11-17 ishmaladd <makefile>
2006-11-17 ishmalBetter file checking
2006-11-17 ishmallibrary tweaks
2006-11-16 ishmalfix circ dep check
2006-11-15 ishmalimprove status msgs
2006-11-15 ishmaltweaks
2006-11-15 ishmalNew commit. This will eventually replace the old Makef...