summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2013-12-27Enable FDGL by default.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5218 a436a847-0d15-0410-975c-d299462d15a1
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct ↵David Robillard1-2/+2
(oops). git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5204 a436a847-0d15-0410-975c-d299462d15a1
2013-12-25Tidy up configuration output.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5203 a436a847-0d15-0410-975c-d299462d15a1
2013-12-19FDGL: Improve flow-directed layout.David Robillard1-1/+1
Allow apps to specify nodes as sources to improve layout. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5186 a436a847-0d15-0410-975c-d299462d15a1
2013-12-18Add experimental (slow) force-directed graph layout to Ganv.David Robillard1-2/+7
This continuously arranges the graph, and the user can drag around nodes to influence the layout which is handy. To try, configure with --no-graphviz --fdgl. Still rough around the edges, in particular detached nodes will fly off into space. Also entirely too slow for production use, will need a more sophisticated data structure for that, so the repel calculation isn't O(n^2). git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5177 a436a847-0d15-0410-975c-d299462d15a1
2013-03-18Generate documentation with g-ir-doc-tool.David Robillard1-1/+29
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5090 a436a847-0d15-0410-975c-d299462d15a1
2012-09-12Clean up wscripts.David Robillard1-38/+32
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4771 a436a847-0d15-0410-975c-d299462d15a1
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4625 a436a847-0d15-0410-975c-d299462d15a1
2012-08-08Clean up wscript files.David Robillard1-10/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4624 a436a847-0d15-0410-975c-d299462d15a1
2012-08-02Clean up wscript files.David Robillard1-11/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4597 a436a847-0d15-0410-975c-d299462d15a1
2012-07-24Fix configuration output alignment.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4550 a436a847-0d15-0410-975c-d299462d15a1
2012-05-27Fix GIR generation failure because of missing include paths.David Robillard1-0/+1
Patch thanks to Ilya Barygin <randomaction@ubuntu.com>. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4468 a436a847-0d15-0410-975c-d299462d15a1
2012-04-23Fix compilation with gobject introspection.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4258 a436a847-0d15-0410-975c-d299462d15a1
2012-04-17Python 2.4 fixes.David Robillard1-3/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4186 a436a847-0d15-0410-975c-d299462d15a1
2012-01-31Use new terser waf build syntax.David Robillard1-9/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3969 a436a847-0d15-0410-975c-d299462d15a1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3963 a436a847-0d15-0410-975c-d299462d15a1
2011-12-13Move group implementation to separate files.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3870 a436a847-0d15-0410-975c-d299462d15a1
2011-12-13Remove libart dependency.David Robillard1-2/+0
Replace unneeded arbitrary per-item affine with simple x, y coordinates. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3867 a436a847-0d15-0410-975c-d299462d15a1
2011-12-09Remove GnomeCanvas dependency.David Robillard1-5/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3842 a436a847-0d15-0410-975c-d299462d15a1
2011-12-07Add C test program.David Robillard1-1/+32
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3824 a436a847-0d15-0410-975c-d299462d15a1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-0/+148
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3820 a436a847-0d15-0410-975c-d299462d15a1