2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-29 21:41:44 +01:00
waf/waflib
Syl 1b4eef898f boost.py:
improved regex, removing unnecessary plus sign (we want to match only one group)
reworked python matching (mostly for ubuntu I guess). In case of boost_python, tags and python version are optional, which should work on ubuntu and other cases, without duplicating matching patterns if we aren't searching for boost_python.
added back mandatory tags for the last line (for windows) and added a last line to match boost_lib only (arch/manjaro)
2014-06-17 23:40:21 +02:00
..
extras boost.py: 2014-06-17 23:40:21 +02:00
Tools msvc: Create new task to install pdb file 2014-06-11 00:26:14 +02:00
__init__.py Initial commit 2011-09-10 11:13:51 +02:00
ansiterm.py Revert "it turns out that writeconsole in ansiterm.py is not needed" 2014-03-14 21:47:19 +01:00
Build.py Added global file installation pointcut 2014-02-17 00:26:58 +01:00
ConfigSet.py use os.remove instead of os.unlink for consistency 2013-05-18 19:51:45 +02:00
Configure.py Issue 1451 2014-06-08 17:34:35 +02:00
Context.py Issue 1452 2014-05-17 00:11:34 +02:00
Errors.py Initial commit 2011-09-10 11:13:51 +02:00
fixpy2.py cleanup 2012-05-19 09:45:57 +02:00
Logs.py Unmask as many exceptions as possible 2014-04-20 02:29:27 +02:00
Node.py Issue 1453 2014-05-19 21:32:24 +02:00
Options.py Added a note for -kk in 'waf --help' 2014-04-12 18:16:44 +02:00
Runner.py Re-added Parallel.error_handler 2014-01-04 11:04:59 +01:00
Scripting.py Unmask as many exceptions as possible 2014-04-20 02:29:27 +02:00
Task.py Issue 1453 2014-05-19 21:32:24 +02:00
TaskGen.py cosmetic change: have you forgotten to load a waf tool? 2014-05-18 17:53:03 +02:00
Utils.py Define all platform-specific functions in Utils.py so that they can be replaced again later 2014-04-09 22:27:17 +02:00