Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-29 | Fix Wsuggest-override warnings | David Robillard | 4 | -6/+10 | |
2020-11-27 | Fix compilation on MacOS | David Robillard | 1 | -0/+1 | |
Apparently libsigc++ requires explicitly using C++11 here. | |||||
2020-11-11 | Suppress documentation warnings | David Robillard | 1 | -0/+1 | |
2020-08-03 | Remove -Wno-implicit-int-float-conversion | David Robillard | 1 | -1/+0 | |
This is only supported in very recent clang, and does not suppress anything that the other flags don't already suppress. | |||||
2020-08-02 | Remove circular include | David Robillard | 1 | -1/+0 | |
2020-08-02 | Remove spurious semicolon | David Robillard | 1 | -1/+1 | |
2020-07-30 | Expand canvas automatically to fit nodes | David Robillard | 6 | -1/+55 | |
2020-07-30 | Use nullptr in C++ headers | David Robillard | 5 | -14/+14 | |
2020-07-30 | Add missing dependencies | David Robillard | 1 | -5/+5 | |
2020-07-30 | Set gobject-introspection as a system dependency | David Robillard | 1 | -0/+1 | |
2020-07-30 | Use modern casts in C++ code | David Robillard | 8 | -18/+15 | |
2020-07-30 | Be explicit about warnings | David Robillard | 2 | -0/+73 | |
2020-07-18 | Fix potential use of uninitialized variables | David Robillard | 1 | -1/+4 | |
2020-07-18 | Add missing casts for C++ compatibility | David Robillard | 10 | -10/+17 | |
2020-07-18 | Remove spurious semicolons | David Robillard | 13 | -132/+132 | |
2020-07-18 | Add missing static specifiers | David Robillard | 1 | -2/+2 | |
2020-04-09 | Ganv 1.6.0v1.6.0 | David Robillard | 2 | -14/+9 | |
2020-04-09 | Move README to README.md | David Robillard | 1 | -0/+0 | |
2020-04-09 | Add gitignore file | David Robillard | 1 | -0/+4 | |
2020-04-09 | Normalize NEWS file | David Robillard | 1 | -31/+31 | |
2020-04-09 | Upgrade to waf 2.0.19 | David Robillard | 3 | -5/+16 | |
2019-12-29 | Fix graphviz check | David Robillard | 1 | -2/+4 | |
2019-12-09 | Fix autowaf submodule reference | David Robillard | 1 | -1/+1 | |
2019-11-10 | Fix cast warning | David Robillard | 1 | -1/+5 | |
2019-10-17 | Update autowaf | David Robillard | 2 | -13/+14 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -3/+3 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 185 | -41935/+3 | |
2019-04-13 | Don't run graphical test program from waf test command | David Robillard | 1 | -3/+0 | |
2019-04-13 | Update autowaf | David Robillard | 1 | -4/+7 | |
2019-04-13 | Squashed 'waflib/' changes from e7a29b6..cddbcb5 | David Robillard | 1 | -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-17 | Update autowaf and adapt to new API | David Robillard | 47 | -447/+875 | |
2019-03-17 | Squashed 'waflib/' changes from 915dcb1..e7a29b6 | David Robillard | 46 | -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-12 | Update autowaf | David Robillard | 1 | -15/+39 | |
2019-01-12 | Squashed 'waflib/' changes from 5ea8f99..915dcb1 | David Robillard | 1 | -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-24 | Merge commit 'd74de7f575a9ec49f96138c3c5251f28946c0c0e' | David Robillard | 1 | -25/+35 | |
2018-11-24 | Squashed 'waflib/' changes from 6e726eb..5ea8f99 | David Robillard | 235 | -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-16 | Hide warnings from Gtk libraries | David Robillard | 1 | -3/+3 | |
2018-09-16 | Squashed 'waflib/' changes from 982416b..6e726eb | David Robillard | 1 | -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-16 | Remove use of deprecated g_type_class_add_private() | David Robillard | 11 | -53/+32 | |
2018-09-16 | Rename private implementation types according to new Gtk conventions | David Robillard | 23 | -173/+173 | |
2018-09-16 | Clean up wscript | David Robillard | 1 | -24/+19 | |
2018-09-16 | Remove checks for ancient graphviz | David Robillard | 2 | -25/+13 | |
2018-09-15 | Switch to using bundled waf source | David Robillard | 1 | -162/+9 | |
2018-09-15 | Merge commit '394c6862c3d82833fa87eb9689c3bc99d978b93b' as 'waflib' | David Robillard | 182 | -0/+41453 | |
2018-09-15 | Squashed 'waflib/' content from commit 982416b | David Robillard | 182 | -0/+41453 | |
git-subtree-dir: waflib git-subtree-split: 982416b8a6c6728e200243e1be3ab60435c08830 | |||||
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2018-01-16 | Upgrade to waf 2.0.4 | David Robillard | 1 | -6/+6 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 2 | -17/+18 | |
2017-12-18 | Update waf | David Robillard | 1 | -5/+5 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -9/+10 | |