30
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 21 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs More... about 12 years ago
s.split("\n") is not portable, use s.splitlines() More... about 12 years ago
compile_fun: allow debug output to be copy/pasted into interpreter
zougloub
as Jerome Carretero
More... about 12 years ago
Issue 1120 More... about 12 years ago
Merge branch 'master' of https://code.google.com/p/waf More... about 12 years ago
extract the system paths to a constant More... about 12 years ago
Merge branch 'zougloub-ticgt' (minus the non-abspath stuff): can't hurt anybody
zougloub
as Jerome Carretero
More... about 12 years ago
ticgt: add a few lines of docs
zougloub
as Jerome Carretero
More... about 12 years ago
Issue 1117 More... about 12 years ago
make the 'execute' parameter optional when checking for the d libraries More... about 12 years ago
Optimize the processing of the targets in bld(rule=) More... about 12 years ago
fixed the import in the code snippet for profiling More... about 12 years ago
Limit the amount of similar tasks created by bld(rule=...) by using a cache by default More... about 12 years ago
docs (replace 1.6 by 1.7) More... about 12 years ago
removed the no-longer-needed subprocess copy More... about 12 years ago
for consistency x.search() -> x.search_node() More... about 12 years ago
Addressing issue #1116 More... about 12 years ago
remove the go stuff, it will be rewritten More... about 12 years ago
Issue 1115 More... about 12 years ago
Issue 1114 More... about 12 years ago
propagate the env defined in self.env.env instead of re-creating one from scratch More... about 12 years ago
Issue 1113 More... about 12 years ago
typo More... about 12 years ago
Issue 1112 More... about 12 years ago
Fixing valadoc task More... about 12 years ago
fix for python 3.2 More... about 12 years ago
@after->@after_method More... about 12 years ago
Added Node.evict() More... over 12 years ago
Added Utils.writef (counterpart of Utils.readf) More... over 12 years ago
Allow passing args through to 'waf configure' in 'waf distcheck'. More... over 12 years ago