Commit Graph

82 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro f46b8fffa0 Fix bug #521196: wscript overwrites PYTHONPATH 2010-02-14 11:44:56 +00:00
Gustavo J. A. M. Carneiro 666da9e57b Add SIP benchmarking 2009-12-25 22:16:09 +00:00
Gustavo J. A. M. Carneiro ac359a561b Also generate the html report from 'waf bench' 2009-12-25 21:41:07 +00:00
Gustavo J. A. M. Carneiro 9323023262 More benchmarks 2009-12-23 15:13:28 +00:00
Gustavo J. A. M. Carneiro e67009862f Benchmarks 2009-12-22 19:59:20 +00:00
Gustavo J. A. M. Carneiro 739a6675d7 sphinx-ify more docs 2009-12-21 19:22:22 +00:00
Gustavo J. A. M. Carneiro 7b5efac393 Update 'waf dist' code; switch to zip files. 2009-12-17 17:54:19 +00:00
Gustavo J. A. M. Carneiro ac2f130176 Document add_custodian_and_ward 2009-12-08 15:13:08 +00:00
Gustavo J. A. M. Carneiro 4d948da999 valgrind option 2009-11-21 22:11:07 +00:00
Gustavo J. A. M. Carneiro 1433a3b5ce Enable verbose unit tests if -v given in waf check 2009-11-21 21:47:25 +00:00
Gustavo J. A. M. Carneiro 96c3efa202 dist fixes 2009-07-12 17:22:35 +01:00
Gustavo J. A. M. Carneiro 0d44f02c70 More correctly determine whether the compiler accepts -fvisibility=hidden 2009-07-12 15:19:09 +01:00
Gustavo J. A. M. Carneiro 46a338458e ./waf --generate-version falls back to using the bzr external command when import bzrlib fails. Based on patch by Mathieu Lacage. 2009-05-01 18:08:57 +01:00
Gustavo J. A. M. Carneiro 231bec81fe Changes to work with WAF 1.5.5 2009-04-27 14:59:09 +01:00
Gustavo J. A. M. Carneiro c51d9a8d4a Add pybindgen support for GCC's -fvisibility=hidden 2009-03-01 17:27:39 +00:00
Gustavo J. A. M. Carneiro fe2e72064b build fixes 2009-01-14 11:08:45 +00:00
Gustavo J. A. M. Carneiro 146e2ebc53 Correct way to enable WAF autoconfigure 2009-01-03 23:13:46 +00:00
Gustavo J. A. M. Carneiro f904dc8a70 Cleanup changes already in WAF 2008-12-31 12:36:28 +00:00
Gustavo J. A. M. Carneiro 3a0652c137 Use the new cflags tool 2008-12-31 12:35:50 +00:00
Gustavo J. A. M. Carneiro c56eeeffc3 typo 2008-12-20 18:41:36 +00:00
Gustavo J. A. M. Carneiro 223b59c1d3 waf dist fixes 2008-12-14 22:48:06 +00:00
Gustavo J. A. M. Carneiro ec9f0b620c Adapt to waf trunk 2008-12-14 16:07:14 +00:00
Gustavo J. A. M. Carneiro b3f3c6692f Unit tests now run with a forked waf (lp:~gjc/waf/cmd) 2008-12-13 22:30:20 +00:00
Gustavo J. A. M. Carneiro 77ce42b6f2 Fix configuration and installation for new waf 2008-12-13 18:22:25 +00:00
Gustavo J. A. M. Carneiro f83eda61a4 merge 2008-12-10 18:57:20 +00:00
Gustavo J. A. M. Carneiro 1c7227041d ignore a local directory i keep around 2008-12-08 15:44:26 +00:00
Gustavo J. A. M. Carneiro 9e6dac88ce fix configure 2008-12-08 14:50:59 +00:00
Gustavo J. A. M. Carneiro dab99a066b Allow installation even if C/C++ compiler was not detected by WAF 2008-11-19 15:22:06 +00:00
Ben Smith 7a2859ca95 fix to transform windows abspath to bazaar-friendly uri 2008-11-18 21:53:57 -08:00
Gustavo J. A. M. Carneiro 479486f893 merge 2008-11-17 17:38:14 +00:00
Gustavo J. A. M. Carneiro d29932f411 Partially support the new WAF 1.5 branch 2008-11-17 16:54:17 +00:00
Gustavo J. A. M. Carneiro 9f87c19f90 Add option to disable pygccxml support 2008-08-31 15:04:11 +01:00
Gustavo J. A. M. Carneiro e8d50fa458 Changes for the new waf (trunk). 2008-07-31 11:37:54 +01:00
Gustavo J. A. M. Carneiro 8c25bb7241 Don't output private APIs 2008-07-11 13:03:22 +01:00
Gustavo J. A. M. Carneiro 224a7119ef copy the pre.py-doctest style instead of pre.py-src 2008-07-11 11:55:26 +01:00
Gustavo J. A. M. Carneiro 72fcf9a0dd Patch the generated CSS file to highlight literal blocks 2008-07-11 11:09:13 +01:00
Gustavo J. A. M. Carneiro abfe0a2b34 Add support for splitting the generated python script into sections (python submodules) basedon on some criteria. 2008-06-01 22:53:36 +01:00
Gustavo J. A. M. Carneiro 01a68a267f We require Python >= 2.3, not 2.4. 2008-05-11 15:08:59 +01:00
Gustavo J. A. M. Carneiro 44b569a509 Hide the --generate-version option if not running from a bzr branch 2008-05-07 11:56:08 +01:00
Gustavo J. A. M. Carneiro fea45edd18 Add --examples option (only compiles examples if this option is given); add a PyBindGen option group, for prettier help output. 2008-05-07 11:48:48 +01:00
Gustavo J. A. M. Carneiro 0431ead720 stupid bug 2008-05-04 16:24:56 +01:00
Gustavo J. A. M. Carneiro 8eae263419 Integrate generation of python scripts into unit testing framework. Naturally not all tests pass because work is not yet complete. 2008-05-04 01:34:57 +01:00
Gustavo J. A. M. Carneiro 16ccaea5f4 clean files even when they are not to be compiled 2008-04-30 17:41:43 +01:00
Gustavo J. A. M. Carneiro d64504fde4 Generate version before API docs 2008-04-30 12:35:01 +01:00
Gustavo J. A. M. Carneiro b249f655b0 Fix the documentation of __version__ 2008-04-29 22:32:07 +01:00
Gustavo J. A. M. Carneiro 81b4f530b8 Move the former 'examples' into tests/, as they evolved to become more unit tests than examples. 2008-04-28 12:19:25 +01:00
Gustavo J. A. M. Carneiro a85302aedd Add rules for generating API docs (epydoc). 2008-04-28 12:00:44 +01:00
Gustavo J. A. M. Carneiro d6fd6f4d96 Tweak PYTHONPATH to consider latest WAF 1.4.1 python support changes. 2008-04-27 21:51:03 +01:00
Gustavo J. A. M. Carneiro 6da3c7f2b0 Don't run gccxml based unit tests when gccxml is not available. 2008-04-20 12:26:24 +01:00
Gustavo J. A. M. Carneiro ee5402f265 Some wscript tweaks to make it build with waf trunk (tested with rev. 3169) 2008-04-19 22:52:34 +01:00