Commit Graph

107 Commits

Author SHA1 Message Date
Thomas Nagy a336bb1b8b
waf 1.8.11 2015-06-20 22:24:30 +02:00
Thomas Nagy 3886c70929
waf 1.8.10 2015-05-24 15:39:46 +02:00
Thomas Nagy 3d6a35070a
waf-1.8.9 2015-04-26 21:32:12 +02:00
Thomas Nagy 8ac4646d09
Updated the apidocs and The Waf Book 2015-04-06 14:46:55 +02:00
Thomas Nagy fb1d5440ea
cleanup 2015-03-12 19:24:02 +01:00
Thomas Nagy 80344dee5e
Use splitlines when possible 2015-03-03 12:19:25 +01:00
Thomas Nagy a72bd89be3
Removed the accidental dependency on git to create the waf file 2015-03-01 12:04:11 +01:00
Thomas Nagy e49afff0fe
waf 1.8.7, coming soon 2015-02-27 21:16:03 +01:00
Thomas Nagy f87ff1060d
xz compression is new in Python 3.5 2015-02-24 21:20:15 +01:00
Thomas Nagy d17bb06e36
waf 1.8.6 2015-02-14 12:07:13 +01:00
Thomas Nagy 149653a937
First commit of the year 2015 2015-01-01 16:24:54 +01:00
Thomas Nagy 18ce4bdc21
waf 1.8.5 2014-12-14 16:22:24 +01:00
Thomas Nagy e048bed13d
More tests for the Waf preprocessor 2014-11-02 00:16:48 +01:00
Thomas Nagy 28ebd858d5
waf 1.8.3 2014-10-31 22:56:47 +01:00
Thomas Nagy 293612bcf9
waf 1.8.2 2014-10-12 01:32:19 +02:00
Thomas Nagy 037cb7af78
waf 1.8.1 2014-10-11 11:49:00 +02:00
Thomas Nagy 95dad25c78
Issue 1485 again 2014-09-20 20:35:43 +02:00
Thomas Nagy 23e98b81e0
Issue 1485 2014-09-20 16:53:33 +02:00
Thomas Nagy bd26b078ca
Issue 1468, accents in python files 2014-08-03 17:34:18 +02:00
Thomas Nagy e4a0e0746b
Escape null bytes potentially present in the waf file - workaround for Pypy 2.3 2014-05-10 06:17:00 +02:00
Thomas Nagy dd6fd8ce5d support for included gpg signatures (use utils/verify-sig.py to verify them) 2014-03-05 22:52:54 +01:00
Thomas Nagy eb9bf12473
added a note regarding the branch waf-1.7 2014-01-26 01:27:02 +01:00
Jérôme Carretero 33a60e79e7 treecleaner: 'in [...]' replaced by 'in (...)' where appropriate 2014-01-05 16:27:06 -05:00
Thomas Nagy 2f43179c39 1.7 -> 1.8 2013-10-28 21:32:25 +01:00
Thomas Nagy b13e98f1e4 Match file extensions in the order of declaration 2013-10-27 12:42:41 +01:00
Jerome Carretero a40dbe073b waf-zip: zip-packed waf
Ability to use a waflib.zip file with waf-zip entry point

Changes:

- created waf-zip entry point
- waflib.zip can created by doing::

     zip waflib -9 waflib/*.py waflib/Tools/*.py waflib/extras/*.py

- the wscript also builds waflib.zip
- allow selecting which core tools to use (saves 31k for C/C++ only)
  By default, everything is included.
- altered module loading functions to allow loading modules from a zip file.
2013-08-12 19:34:43 -04:00
Thomas Nagy c9fa0b75b5 preparation for waf 1.7.11 2013-05-25 12:00:37 +02:00
Thomas Nagy 6d570f08bd use os.remove instead of os.unlink for consistency 2013-05-18 19:51:45 +02:00
Thomas Nagy c3cbd4c353 New version 1.7.10 2013-03-22 15:47:41 +01:00
Harald Klimach 7bfe947b31 Do not try to tokenize non-python files when using Python 3: Issue 1265. 2013-03-11 09:35:54 +01:00
Thomas Nagy 148598a815 reverted the changes from #1212 and #1237 2012-12-28 21:58:37 +01:00
Thomas Nagy 0e243e4212 New release 1.7.8 2012-12-17 18:08:43 +01:00
Thomas Nagy c0575b8528 New release 1.7.7 2012-12-16 17:08:08 +01:00
Thomas Nagy 704f85f131 New release 1.7.6 2012-11-11 22:44:11 +01:00
Thomas Nagy b022f8a314 no more file() in python 3.3 2012-10-31 02:00:01 +01:00
Thomas Nagy c575dc1392 Removed the hard-coded python3 syntax to raise meaningful exceptions 2012-10-02 03:46:52 +02:00
Thomas Nagy 85d863bd52 Issue 1205 2012-10-02 03:43:58 +02:00
Thomas Nagy 4c23f80a7c waf-1.7.4 2012-09-26 18:43:10 +02:00
Thomas Nagy 8cd692474d update to waf 1.7.3 2012-09-13 06:10:28 +02:00
Thomas Nagy 72f6bce85c New release 1.7.2 2012-08-05 17:42:47 +02:00
Thomas Nagy 5b4dfee98a remove the temporary tar file when creating waf from waf-light 2012-08-04 03:00:03 +02:00
Thomas Nagy a0592ed9b1 Updated the ChangeLog file and the version to 1.7.1 2012-07-29 18:07:31 +02:00
Thomas Nagy 8e2230ee50 issue #1171, jerome likes accents 2012-06-07 17:57:13 +02:00
Thomas Nagy ed56a01764 cleanup 2012-05-19 09:45:57 +02:00
Thomas Nagy 2038d79a60 disable compat15 from waf-light as well 2012-05-17 23:59:23 +02:00
Thomas Nagy 7d9f224841 we require python >= 2.4 now 2012-02-06 01:39:25 +01:00
Thomas Nagy 8fb1de97d8 do not load the compat15 tool by default in waf 1.7 2012-02-04 19:34:19 +01:00
Thomas Nagy 4b108e2f95 new release 1.6.11 2012-02-04 19:02:11 +01:00
Thomas Nagy 7252308f7d #1094 again 2011-12-31 13:49:34 +01:00
Thomas Nagy 3ac3b916b5 we do not use waf check #1094 2011-12-31 13:34:02 +01:00
Thomas Nagy 37420ea786 cleanup 2011-12-17 17:44:32 +01:00
Thomas Nagy 09888adcc7 Remove some dust in the wscript file 2011-12-17 16:28:30 +01:00
Thomas Nagy b8c19f423a future release 1.6.10 2011-12-17 09:28:02 +01:00
Thomas Nagy 977372d94a docs 2011-11-06 14:26:32 +01:00
Thomas Nagy 516a253cbd #1039 2011-10-01 09:20:36 +02:00
Thomas Nagy 2efa1ed844 Remove the remaining references to svn. 2011-09-10 21:25:03 +02:00
Thomas Nagy 44a967e326 Initial commit 2011-09-10 11:13:51 +02:00