0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4 from pjz/master More... about 9 years ago
Minor spelling/grammar fixes in the docs. More... over 12 years ago
Merge pull request #3 from davidkhess/master More... over 12 years ago
java.compile was failing to add it's source depends More... over 12 years ago
java.compile(): take into account packages More... over 12 years ago
swig: call env.java.compiler() rather then env.java() More... over 12 years ago
Make sure the MemfileRoot module itself is available in sys.modules. More... about 13 years ago
Quick and dirty Windows support. Hardcoded for Python 2.6 for the moment. More... about 13 years ago
mem.gcc: allow linking libraries statically More... about 13 years ago
mem.gcc: compiler command can be changed by setting env.CC More... over 13 years ago
with_env(): don't special case overriding logic for None More... over 13 years ago
gcc: make_depends() can't be memoized More... over 13 years ago
Subdir: add __setattr__ method More... almost 14 years ago
subdir().__getattr__(): raise attr error before subfunc call More... almost 14 years ago
python has no __hasattr__, instead calls getattr and checks for exception More... almost 14 years ago
fix subdir.__hasattr__ More... almost 14 years ago
task.gcc.obj(): fix bug allowing objects to build into the source directory More... about 14 years ago
rename Env.copy() to Env.shallow_copy() to make the non-deepness more clear More... about 14 years ago
tasks.python: even if cython fails, still import re More... about 14 years ago
_mem.py: self.nodes should just be nodes now More... about 14 years ago
Automatically import mem tasks More... about 14 years ago
expose inst() as a shorter way to get to Mem.instance() More... about 14 years ago
Fixed a deprecation warning with python26. Also fixed a conceptional error: Strings are immutable for their whole existance More... over 14 years ago
Fixed examples. More... over 14 years ago
Fixed another bug of cython extension not adhering to build_dir configuration More... over 14 years ago
Fixed a small bug More... over 14 years ago
docs: we no longer use shelve (corrupted too often/easily) More... over 14 years ago
fix subdir regression: wasn't returning More... over 14 years ago
git ignore doc/build/* More... over 14 years ago
docs: fix example syntax problems keeping pretty source highlighting from working More... over 14 years ago