summaryrefslogtreecommitdiffstats
path: root/src/util (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-25Revert commit 20742 that opened a can of worms.Krzysztof Kosi??ski1-27/+12
2009-02-21Fix aliasing rules violation in glib-list-iterators.hKrzysztof Kosi??ski1-12/+27
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+2
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-0/+1
2009-01-05Cmake build fixes, minorJoshua L. Blocher1-1/+0
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-13/+1
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2-222/+11
2008-12-08"make check" now compiles and runs on Linux.Krzysztof Kosi??ski1-3/+4
2008-12-08Warning and 'using' cleanup.Jon A. Cruz1-33/+31
2008-08-04NR:: => Geom:: for util dirJohan B. C. Engelen1-2/+5
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-19Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde1-0/+5
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde1-0/+22
2008-07-16fix combo enum, to handle enums of all types (not only the ones that range fr...Johan B. C. Engelen1-17/+34
2008-07-05EOL fixupsJon A. Cruz1-245/+245
2008-07-03Tests for svg-affine and svg-length (the latter is not much more than a stub)...Jasper van de Gronde1-0/+245
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-15/+1
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-18/+18
2008-04-01delete remaining .cvsignore filesAdib Taraben1-5/+0
2008-03-30add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min...Johan B. C. Engelen1-0/+19
2008-02-06add extra note of importance to EnumDataConverter and add is_valid_id methodJohan B. C. Engelen1-1/+8
2007-12-04When snapping, consider all four grid lines around the current point instead ...Diederik van Lierop1-0/+37
2007-12-02Fix compile. Don't #include .cpp files!Johan B. C. Engelen2-0/+44
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-08-30Add commentary to warn about how to initialize translatable enumsJohan B. C. Engelen1-0/+6
2007-07-16Filter effects dialog:Nicholas Bishop1-0/+10
2007-07-14Filter effects:Nicholas Bishop2-0/+94
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-1/+3
2007-02-19Cleaned up DOS line ends that had snuck in.Jon A. Cruz1-333/+333
2007-02-11jasper's patch for fast iir blurbulia byak2-0/+334
2006-11-02Included stdexcept to fix compile errorJohan B. C. Engelen1-0/+1
2006-11-01util/ucompose.hpp: catch exception thrown when user has an unsupportedgustav_b1-1/+6
2006-05-02r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould1-1/+1
2006-05-02(bzr r690)Ted Gould1-1/+1
2006-04-29update copyrightMenTaLguY1-1/+1
2006-04-29added refcount logging to GC::Anchored and shared string printf in utilMenTaLguY2-0/+55
2006-03-15shared_ptr -> ptr_sharedMenTaLguY2-31/+31
2006-02-08share_static -> share_static_stringMenTaLguY1-3/+2
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY5-129/+194