summaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-043-57/+80
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-042-0/+56
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-021-41/+0
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-201-2/+4
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-4/+2
* * Merge from trunkKrzysztof Kosi??ski2010-01-143-0/+301
|\
| * Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-073-0/+301
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-292-0/+154
|/
* Revert commit 20742 that opened a can of worms.Krzysztof Kosi??ski2009-02-251-27/+12
* Fix aliasing rules violation in glib-list-iterators.hKrzysztof Kosi??ski2009-02-211-12/+27
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+2
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+3
* Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher2009-01-091-0/+1
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-13/+1
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-092-222/+11
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-3/+4
* Warning and 'using' cleanup.Jon A. Cruz2008-12-081-33/+31
* NR:: => Geom:: for util dirJohan B. C. Engelen2008-08-041-2/+5
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
* Warning cleanupJon A. Cruz2008-08-011-1/+1
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+5
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+22
* fix combo enum, to handle enums of all types (not only the ones that range fr...Johan B. C. Engelen2008-07-161-17/+34
* EOL fixupsJon A. Cruz2008-07-051-245/+245
* Tests for svg-affine and svg-length (the latter is not much more than a stub)...Jasper van de Gronde2008-07-031-0/+245
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-15/+1
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-18/+18
* delete remaining .cvsignore filesAdib Taraben2008-04-011-5/+0
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min...Johan B. C. Engelen2008-03-301-0/+19
* add extra note of importance to EnumDataConverter and add is_valid_id methodJohan B. C. Engelen2008-02-061-1/+8
* When snapping, consider all four grid lines around the current point instead ...Diederik van Lierop2007-12-041-0/+37
* Fix compile. Don't #include .cpp files!Johan B. C. Engelen2007-12-022-0/+44
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* Add commentary to warn about how to initialize translatable enumsJohan B. C. Engelen2007-08-301-0/+6
* Filter effects dialog:Nicholas Bishop2007-07-161-0/+10
* Filter effects:Nicholas Bishop2007-07-142-0/+94
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+3
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-333/+333
* jasper's patch for fast iir blurbulia byak2007-02-112-0/+334
* Included stdexcept to fix compile errorJohan B. C. Engelen2006-11-021-0/+1
* util/ucompose.hpp: catch exception thrown when user has an unsupportedgustav_b2006-11-011-1/+6
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-021-1/+1
* (bzr r690)Ted Gould2006-05-021-1/+1
* update copyrightMenTaLguY2006-04-291-1/+1
* added refcount logging to GC::Anchored and shared string printf in utilMenTaLguY2006-04-292-0/+55
* shared_ptr -> ptr_sharedMenTaLguY2006-03-152-31/+31
* share_static -> share_static_stringMenTaLguY2006-02-081-3/+2
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-065-129/+194
* moving trunk for module inkscapeMenTaLguY2006-01-1618-0/+3141