30
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
print_usage is useless - override with print_help More... over 9 years ago
merged the os2 case in Utils.is_win32 More... over 9 years ago
Fixed the 'missing shutdown function' error More... over 9 years ago
New extra tool for network shares and long paths handling More... over 9 years ago
Better support for UNC paths in external tools More... over 9 years ago
max path limitation in file installation - Issue 1469 More... over 9 years ago
Issue 1468, accents in python files More... over 9 years ago
Create __pycache__ files - Issue 1403 More... over 9 years ago
Moved the ocaml, fluid, go and swig examples to the playground area More... almost 10 years ago
Added Configure.autoconfig = 'clobber' to force previous configuration options More... almost 10 years ago
qt5: added Qt5WinExtras
Syl
More... almost 10 years ago
Issue 1465 More... almost 10 years ago
fixed --make-waf with python3
Syl
More... almost 10 years ago
boost: find_file throw an exception is the file isn't found.
Syl
More... almost 10 years ago
boost: on Windows, install DLL for libs linked dynamically.
Syl
More... almost 10 years ago
qt5: added qtmain to the possible lib
Syl
More... almost 10 years ago
Enable case-insensitive Node lookup More... almost 10 years ago
c_config: cleanup directory after configuration if no cache is needed. More... almost 10 years ago
Improve support for BuildContext.install_*() to overwrite exiting files More... almost 10 years ago
Updated the pdflatex example for newer texlive versions (Ubuntu 14) More... almost 10 years ago
boost.py: use a different variable to not overwrite tags when matching libs (with python)
Syl
More... almost 10 years ago
removed testing code.
Syl
More... almost 10 years ago
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)
Syl
More... almost 10 years ago
another potential breakage with previous boost.py changed the way how the abi is generated, the tag for static (-s) is now added automatically based on the lib you specified in 'lib' and 'stlib' added back --boost-mt When checking file pattern, the abi is now optional in the last rule. It's now easier to find a lib on linux if your wscript if also configured for windows.
Syl
More... almost 10 years ago
WARNING: I broke the compatibility with previous boost.py - removed "static" parameter, now use stlib to specify static libs (added a warning if you were using it) - removed "mt" parameter, now specify it as part of the abi (see help) - added "stlib" parameter, to specify which lib will be linked statically. "lib" is used to link shared libs.
Syl
More... almost 10 years ago
Another regression due to the change in find_program from Jerome More... almost 10 years ago
Moved the doxygen example to where it belongs under playground/ More... almost 10 years ago
msvc: Create new task to install pdb file More... almost 10 years ago
Issue 1451 More... almost 10 years ago
doxygen: Ensure output directory is created More... almost 10 years ago