summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-01-07Ganv 1.8.0v1.8.0David Robillard2-3/+3
2021-01-07Update autowafDavid Robillard1-0/+0
2021-01-02Suppress clang-tidy C11 warningsDavid Robillard1-0/+1
2020-12-17Clean up includesDavid Robillard1-0/+7
2020-12-17Fix unused parameter warningsDavid Robillard1-0/+9
2020-12-15Suppress warning in headerDavid Robillard1-1/+1
2020-12-15Use brace initialization of return valuesDavid Robillard1-6/+6
2020-12-15Clean up special member functionsDavid Robillard4-3/+16
2020-12-15Use explicit conversionsDavid Robillard5-6/+4
2020-12-15Use "using"David Robillard3-12/+11
2020-12-15Initialize all variablesDavid Robillard15-151/+217
2020-12-15Use correct include for GdkEventDavid Robillard3-1/+9
2020-12-15Suppress include warnings in headers when used in other projectsDavid Robillard10-1/+27
2020-12-15Add clang-tidy configurationDavid Robillard1-0/+76
2020-12-15Clean up includesDavid Robillard40-199/+422
2020-12-15Avoid "else" after "return"David Robillard1-6/+3
2020-11-29Use modern noncopyable patternDavid Robillard3-5/+15
2020-11-29Fix Wunused-parameter warningsDavid Robillard16-22/+70
2020-11-29Fix Wsuggest-override warningsDavid Robillard4-6/+10
2020-11-27Fix compilation on MacOSDavid Robillard1-0/+1
Apparently libsigc++ requires explicitly using C++11 here.
2020-11-11Suppress documentation warningsDavid Robillard1-0/+1
2020-08-03Remove -Wno-implicit-int-float-conversionDavid Robillard1-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-02Remove circular includeDavid Robillard1-1/+0
2020-08-02Remove spurious semicolonDavid Robillard1-1/+1
2020-07-30Expand canvas automatically to fit nodesDavid Robillard6-1/+55
2020-07-30Use nullptr in C++ headersDavid Robillard5-14/+14
2020-07-30Add missing dependenciesDavid Robillard1-5/+5
2020-07-30Set gobject-introspection as a system dependencyDavid Robillard1-0/+1
2020-07-30Use modern casts in C++ codeDavid Robillard8-18/+15
2020-07-30Be explicit about warningsDavid Robillard2-0/+73
2020-07-18Fix potential use of uninitialized variablesDavid Robillard1-1/+4
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