You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
waf_old/waflib
Thomas Nagy 6c5afc45b1
Workaround for msys2 inconsistent handling of slash characters
MINGW64 /C/msys2/demos/c
$ python -c "import os;print(os.getcwd())"
C:\msys2\demos\c

MINGW64 /C/msys2/demos/c
$ python3 -c "import os;print(os.getcwd())"
C:/msys2/demos/c
10 years ago
..
Tools More Msys2 fun! 10 years ago
extras Eliminated the last unused variables from the code 10 years ago
Build.py Fail faster on invalid install_files inputs - Issue 1639 10 years ago
ConfigSet.py env = conf.env.derive().detach() 10 years ago
Configure.py Cleanup: removed most unused variables and imports 10 years ago
Context.py waf 1.8.15 10 years ago
Errors.py Initial commit 14 years ago
Logs.py Cleanup: removed most unused variables and imports 10 years ago
Node.py More Msys2 fun! 10 years ago
Options.py Enable relative paths to be processed in the --top and --out options 10 years ago
Runner.py Re-added Parallel.error_handler 12 years ago
Scripting.py Workaround for msys2 inconsistent handling of slash characters 10 years ago
Task.py docs 10 years ago
TaskGen.py Override rule function outputs - Issue 1598 10 years ago
Utils.py More Msys2 fun! 10 years ago
__init__.py Initial commit 14 years ago
ansiterm.py WriteConsole type - https://github.com/waf-project/waf/issues/1567 11 years ago
fixpy2.py First commit of the year 2015 11 years ago