summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-18Add missing casts for C++ compatibilityDavid Robillard10-10/+17
2020-07-18Remove spurious semicolonsDavid Robillard13-132/+132
2020-07-18Add missing static specifiersDavid Robillard1-2/+2
2020-04-09Ganv 1.6.0v1.6.0David Robillard2-14/+9
2020-04-09Move README to README.mdDavid Robillard1-0/+0
2020-04-09Add gitignore fileDavid Robillard1-0/+4
2020-04-09Normalize NEWS fileDavid Robillard1-31/+31
2020-04-09Upgrade to waf 2.0.19David Robillard3-5/+16
2019-12-29Fix graphviz checkDavid Robillard1-2/+4
2019-12-09Fix autowaf submodule referenceDavid Robillard1-1/+1
2019-11-10Fix cast warningDavid Robillard1-1/+5
2019-10-17Update autowafDavid Robillard2-13/+14
2019-10-17Remove use of autowaf.defineDavid Robillard1-3/+3
2019-04-21Switch to using a submodule for autowafDavid Robillard185-41935/+3
2019-04-13Don't run graphical test program from waf test commandDavid Robillard1-3/+0
2019-04-13Update autowafDavid Robillard1-4/+7
2019-04-13Squashed 'waflib/' changes from e7a29b6..cddbcb5David Robillard1-4/+7
cddbcb5 Pass file comparison test if difflib finds no changes 6e4e92b Seek to end before checking the size of stderr output git-subtree-dir: waflib git-subtree-split: cddbcb577dad255414b6454d8680a6cd80ad7458
2019-03-17Update autowaf and adapt to new APIDavid Robillard47-447/+875
2019-03-17Squashed 'waflib/' changes from 915dcb1..e7a29b6David Robillard46-438/+871
e7a29b6 Upgrade to waf 2.0.15 8280f9d Add command for running executables from the build directory 8073c1a Make make_simple_dox() safe in case of exception 70d03b8 Avoid use of global counter hacks for configuration display b7d689a Rewrite test framework 94deadf Automatically add options and move add_flags() to options context f4259ee Reduce system include path noise 927b608 Automatically display configuration header c44b8f3 Set line justification from a constant in the wscript a48e26f Automatically detect if wscript has a test hook ef66724 Save runtime variables in the environment 63bcbcd Clean up TestContext b1d9505 Add ExecutionContext for setting runtime environment 387c1df Add show_diff() and test_file_equals() utilities 29d4d29 Fix in-tree library paths 9fde01f Add custom configuration context 6d3612f Add lib_path_name constant git-subtree-dir: waflib git-subtree-split: e7a29b6b9b2f842314244c23c14d8f8f560904e1
2019-01-12Update autowafDavid Robillard1-15/+39
2019-01-12Squashed 'waflib/' changes from 5ea8f99..915dcb1David Robillard1-15/+39
915dcb1 Report test time correctly 26f0a2b Remove redundant verbose-tests option fc35c2c Fix MSVC CFLAGS git-subtree-dir: waflib git-subtree-split: 915dcb1778a592ef54a6b7e14fa8a6bd1ca3376c
2018-11-24Merge commit 'd74de7f575a9ec49f96138c3c5251f28946c0c0e'David Robillard1-25/+35
2018-11-24Squashed 'waflib/' changes from 6e726eb..5ea8f99David Robillard235-15426/+60
5ea8f99 Improve test output spacing 0e23b29 Raise exception when test suite fails to ensure non-zero exit status d6de073 Show run time of unit tests 5b65554 Add short configure option for ultra-strict flags 4687ba6 Use gtest-like test output 258903d Fix failure count in test group summaries da07e73 Fix verbose tests with Python 3 git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d
2018-09-16Hide warnings from Gtk librariesDavid Robillard1-3/+3
2018-09-16Squashed 'waflib/' changes from 982416b..6e726ebDavid Robillard1-4/+16
6e726eb Add support for suppressing warnings from system libraries 3e43d09 Add short forms for common options 5db477c Automatically define version for child libraries git-subtree-dir: waflib git-subtree-split: 6e726eb11d3e21be410549d27dd1aa94678f3d09
2018-09-16Remove use of deprecated g_type_class_add_private()David Robillard11-53/+32
2018-09-16Rename private implementation types according to new Gtk conventionsDavid Robillard23-173/+173
2018-09-16Clean up wscriptDavid Robillard1-24/+19
2018-09-16Remove checks for ancient graphvizDavid Robillard2-25/+13
2018-09-15Switch to using bundled waf sourceDavid Robillard1-162/+9
2018-09-15Merge commit '394c6862c3d82833fa87eb9689c3bc99d978b93b' as 'waflib'David Robillard182-0/+41453
2018-09-15Squashed 'waflib/' content from commit 982416bDavid Robillard182-0/+41453
git-subtree-dir: waflib git-subtree-split: 982416b8a6c6728e200243e1be3ab60435c08830
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2018-01-16Upgrade to waf 2.0.4David Robillard1-6/+6
2017-12-29Upgrade to waf 2.0.3David Robillard2-17/+18
2017-12-18Update wafDavid Robillard1-5/+5
2017-12-16Clean up waf optionsDavid Robillard1-9/+10
2017-12-16Update wafDavid Robillard2-7/+5
2017-02-27Update waf and fix C++11 flagsDavid Robillard2-8/+6
2017-02-12Fix warningsDavid Robillard3-7/+7
2017-02-12Work around broken Graphviz header warningsDavid Robillard1-0/+5
2016-10-14Fix buggy drawing of embedded widgetsDavid Robillard1-2/+2
2016-10-14Fix port position on modules with embedded widgetsDavid Robillard2-15/+19
2016-10-02Make ganv_port_show_control() idempotentDavid Robillard1-1/+5
2016-10-02Round reported value for integer control portsDavid Robillard1-1/+1
2016-09-18Update copyright datesDavid Robillard39-39/+39
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-08-17Add target for generating release announcementsDavid Robillard3-7/+17
2016-08-01Use consistent feature test macrosDavid Robillard1-0/+1
2016-07-31Fix compilation with C++David Robillard8-20/+34