aboutsummaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Collapse)Author
2019-07-20Use C for Windows implementationDavid Robillard
This avoids C++ binary compatibility and dependency hassles when cross-compiling.
2019-06-29Fix various warningsDavid Robillard
2019-06-27Fix documentationDavid Robillard
2019-06-27Build test programs in bundles on MacOSDavid Robillard
This makes keyboard events work in pugl_test.
2019-06-27Disable deprecation warnings on MacOSDavid Robillard
2019-04-14Update autowafDavid Robillard
2019-02-16Remove spurious double blank linesDavid Robillard
2019-02-16Factor out drawing context from platform window implementationDavid Robillard
2018-09-19Fix build with Python 2David Robillard
2018-09-15Lint wscriptDavid Robillard
2018-09-15Use clang-tidy for lintingDavid Robillard
2018-09-15Remove unused submoduleDavid Robillard
2018-09-15Factor out common waf target parametersDavid Robillard
2018-09-15Print nicer configuration summaryDavid Robillard
2018-09-15Don't abuse autowaf.define()David Robillard
2018-09-15Use autowaf.set_lib_env()David Robillard
2018-09-15Clean up waf optionsDavid Robillard
2018-09-15Remove test optionsDavid Robillard
2018-09-13Clean up wscriptDavid Robillard
2018-09-11Switch to bundled source wafDavid Robillard
2016-09-14Clean up pugl_test and remove use of GLUDavid Robillard
2016-07-07Add option for cross-compilation target platformDavid Robillard
2015-11-13Clean up wscriptDavid Robillard
2015-09-13Add C++ bindings.David Robillard
2014-09-27Improve documentation.David Robillard
2014-08-28Fix compilation on Windows.David Robillard
2014-08-27Cairo support on X11.David Robillard
2014-01-27Add configure options for PUGL_VERBOSE and PUGL_GRAB_FOCUS.David Robillard
2014-01-17Add mouse position to PuglScrollFunc (apply #896).David Robillard
Fix compilation of pugl_test.
2013-02-03Apply portability fixes from Ben Loftis.David Robillard
2012-04-29OSX implementation.David Robillard
2012-04-29Support window closing on Windows.David Robillard
2012-04-29Implement reshape more properly.David Robillard
It's not a GL demo if it's not a cube.
2012-04-29Windows implementation.David Robillard
2012-04-28Initial import.David Robillard