summaryrefslogtreecommitdiffstats
path: root/src/libcola (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put adaptagrams into its own folderMarc Jeanmougin2018-04-2983-50853/+0
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-37/+0
* [meson-build] libvpscFelipe Corrêa da Silva Sanches2018-03-171-1/+1
* [meson-build] libcolaFelipe Corrêa da Silva Sanches2018-03-171-0/+37
* Add README's so I don't have to figure out what these libraries are used for ...Tavmjong Bah2017-12-171-0/+1
* Flushing std::coutJabier Arraiza2017-09-171-1/+1
* libcola: C++11 fixes for TrustyAlex Valavanis2017-07-251-2/+2
* Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...Sylvain Chiron2017-07-0186-1816/+50197
* Fix compile for Trusty. (Colliding definitions of isinf between C99 and C++11...Tavmjong Bah2017-02-151-2/+2
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-061-1/+0
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-18/+0
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-1/+1
* cppcheck initialisationKris De Gussem2013-10-163-9/+28
* static code analysis: performanceKris De Gussem2013-10-162-2/+2
* cppcheckKris De Gussem2013-10-071-1/+1
* cppcheck: performance + variable typeKris De Gussem2013-09-274-16/+16
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-203-4/+4
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-1/+1
* Documentation update pass.Jon A. Cruz2011-10-231-1/+3
* cppcheckKris De Gussem2011-10-181-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-07-067-155/+173
|\
| * Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-021-8/+10
| * Remove "using namespace" from libcola headers.Jon A. Cruz2011-06-276-89/+92
| * Whitespace cleanup.Jon A. Cruz2011-06-261-58/+71
| * warning cleanup (no functional changes)Campbell Barton2011-06-251-3/+3
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-232-2/+2
|/
* cmake:Campbell Barton2011-06-131-1/+12
* cmake:Campbell Barton2011-06-131-2/+3
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
* cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2011-06-121-1/+1
* work in progress cmake commit:Campbell Barton2011-06-121-11/+10
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-0/+2
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-16/+9
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-222-2/+2
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-062-3/+3
* Cmake: more fixs for C internal libsJoshua L. Blocher2008-04-071-1/+1
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-301-0/+17
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-044-7/+7
* committed patch 1710682 by jfaithJiHO2007-05-012-2/+3
* commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg2007-03-011-2/+5
* cleanup, remove warningsTim Dwyer2006-07-172-50/+56
* minor performance improvementTim Dwyer2006-07-171-5/+7
* remove debug messagesTim Dwyer2006-07-171-9/+10
* remove overlaps between connected componentsTim Dwyer2006-07-172-15/+63
* Constraints are now properly divided up between the connected componentsTim Dwyer2006-07-172-6/+35
* Layout algorithm is now applied to each connected component in the Tim Dwyer2006-07-165-79/+184
* fixed warningsTim Dwyer2006-07-141-0/+2
* - Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer2006-07-145-44/+45
* - added toggle buttons for directed layout (doesn't do anything yet) and over...Tim Dwyer2006-07-121-2/+2