aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-14Update autowafDavid Robillard47-455/+967
2019-04-14Squashed 'waflib/' changes from d7a7ca4..27a69a7David Robillard46-439/+949
27a69a7 Add option to filter tests by regular expression ac29b74 Fix configuring with root prefix 6134be6 Print test coverage summary 6d7dd59 Don't attempt to clear coverage when coverage is disabled cddbcb5 Pass file comparison test if difflib finds no changes 6e4e92b Seek to end before checking the size of stderr output 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 915dcb1 Report test time correctly 26f0a2b Remove redundant verbose-tests option fc35c2c Fix MSVC CFLAGS 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 6e726eb Add support for suppressing warnings from system libraries 3e43d09 Add short forms for common options 5db477c Automatically define version for child libraries 982416b Fix version definition for projects with special characters 9eb0cf8 Remove blank line padding around configuration summary git-subtree-dir: waflib git-subtree-split: 27a69a76d1f625ad86b60b5dbd12368bc25cae25
2019-02-17Add puglGetProcAddress for using OpenGL extensionsDavid Robillard4-0/+39
2019-02-17Squash blank lineDavid Robillard1-1/+0
2019-02-17Add configuration APIDavid Robillard7-62/+221
2019-02-17Gracefully handle failure to create window in pugl_testDavid Robillard1-1/+3
2019-02-16Remove spurious double blank linesDavid Robillard1-2/+0
2019-02-16Add missing default caseDavid Robillard1-0/+1
2019-02-16Fix implicit double to int castsDavid Robillard3-5/+5
2019-02-16Clean up includesDavid Robillard11-46/+44
2019-02-16Factor out drawing context from platform window implementationDavid Robillard8-189/+428
2019-02-15Remove PUGL_CAIRO_GLDavid Robillard4-149/+3
The old cairo_gl.h header or something similar is easy enough to use in application code if someone wants to do this, and maintaining a separate context type for it is a hassle and arguably out of scope.
2019-02-15Separate internal types from functionsDavid Robillard2-27/+60
2018-09-19Fix build with Python 2David Robillard1-9/+11
2018-09-15Squashed 'waflib/' changes from 542b3f5..d7a7ca4David Robillard5-266/+209
d7a7ca4 Clean up autowaf.py b9b0d59 Remove autowaf.py header in line with the other waf extras f692879 Add COPYING file e63357c Add README bd46277 Add gitignore file 87263b4 Replace waf-light with minimal waf wrapper script 433989f Beautify configuration summary output 6ca2ebb Add msgs argument to autowaf.display_summary() and show flags 96af95b Automatically define version REVERT: 542b3f5 Beautify configuration summary output REVERT: 7cd395c fixup! version REVERT: 8a706da Add msgs argument to autowaf.display_summary() and show flags REVERT: a8ea0a0 Automatically define version git-subtree-dir: waflib git-subtree-split: d7a7ca42155924d29ce98a0b5f15dcf3d7a0cc3d
2018-09-15Merge commit 'b24b75b6ca964d5bb35e1802fdf7d03c794236ff'David Robillard4-105/+200
2018-09-15Lint wscriptDavid Robillard1-24/+27
2018-09-15Fix minor clang-tidy warningsDavid Robillard3-4/+4
2018-09-15Use clang-tidy for lintingDavid Robillard1-1/+10
2018-09-15Remove unused submoduleDavid Robillard1-1/+1
2018-09-15Factor out common waf target parametersDavid Robillard1-35/+26
2018-09-15Print nicer configuration summaryDavid Robillard1-6/+7
2018-09-15Don't abuse autowaf.define()David Robillard1-4/+3
2018-09-15Use autowaf.set_lib_env()David Robillard1-5/+1
2018-09-15Clean up waf optionsDavid Robillard1-17/+13
2018-09-15Remove test optionsDavid Robillard1-1/+1
2018-09-15Replace waf-light with minimal waf wrapper scriptDavid Robillard1-161/+9
2018-09-15Add pyc files to gitignoreDavid Robillard1-0/+1
2018-09-15Replace symlink with minimal waf wrapper scriptDavid Robillard1-1/+16
2018-09-15Squashed 'waflib/' changes from 391d285..542b3f5David Robillard1-5/+28
542b3f5 Beautify configuration summary output 7cd395c fixup! version 8a706da Add msgs argument to autowaf.display_summary() and show flags a8ea0a0 Automatically define version 7efd6d7 Add autowaf.add_flags() for terse flag definition git-subtree-dir: waflib git-subtree-split: 542b3f59c13b40388ef68f5aa6a386d72f419017
2018-09-15Merge commit '8239fedfd133916f0ac26bd85ff524afca243ddb'David Robillard1-2/+2
2018-09-15Add msgs argument to autowaf.display_summary() and show flagsDavid Robillard1-2/+15
2018-09-15Automatically define versionDavid Robillard1-1/+6
2018-09-15Add autowaf.add_flags() for terse flag definitionDavid Robillard1-0/+5
2018-09-13Clean up wscriptDavid Robillard1-18/+14
2018-09-13Add __pycache__ to gitignoreDavid Robillard1-0/+1
2018-09-11Fix GCC8 fall-through warningsDavid Robillard1-1/+2
2018-09-11Switch to bundled source wafDavid Robillard2-2/+2
2018-09-11Squashed 'waflib/' content from commit 391d285David Robillard179-0/+41489
git-subtree-dir: waflib git-subtree-split: 391d2853c6c97efc90e466f187675e8155c866d6
2018-09-11Merge commit 'b6e9de2de9725e2f5a3170b8171ad1a1e95e8339' as 'waflib'David Robillard179-0/+41489
2017-10-03Don't clear entire cairo surface on each exposeDavid Robillard2-12/+0
2017-10-03Fix size constraints on OSXDavid Robillard1-15/+39
2017-10-03Print Unicode code points in standard formatDavid Robillard1-6/+6
2017-10-03Send zero instead of replacement char for invalid key stringsDavid Robillard1-1/+2
2017-10-03Fix implicit integer conversion warningDavid Robillard1-2/+2
2017-07-23Fix duplicate method declarationDavid Robillard1-1/+0
2017-07-23Implement special key handling on MacOSHanspeter Portner1-17/+78
2017-07-23Fix merging of expose eventsDavid Robillard1-7/+13
Thanks JP Cimalando
2016-11-06Fix cairo inclusionHanspeter Portner1-1/+1
2016-10-29Properly reset view->redisplay on windowsHanspeter Portner1-0/+1