0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
expose add_dep(s),fail,subdir in __init__ so tasks don't have to mess with instance() More... over 14 years ago
clean up trailing whitespace More... over 14 years ago
Fixed some problems with mem being a singleton: mem -> Mem.instance() More... over 14 years ago
added an example for building a python extension More... over 14 years ago
Fixed a bug. Python cython didn't adhere to build dir More... over 14 years ago
Fixed build_dir support in python extension. Added support for an inplace keyword to copy the libraries back into place More... over 14 years ago
Pimped gitignore to ignore more of what I dislike More... over 14 years ago
Fixed a few bugs in cython dependency tracking. Added CYTHON_INCLUDE environment variable More... over 14 years ago
Added support for python extensions. So far only plain c and pyrex More... over 14 years ago
Added a gitignore file to get rid of all those messages from my vim swap files More... over 14 years ago
Added functional tests for c compiling. The c compilation now works again More... over 14 years ago
Added a functional test for pdf generation. It runs slow, but it verifies the behaviour More... over 14 years ago
Mem is now a plain old singleton. No more magic with __setup__ and stuff. This likely broke all buildings except for pdflatex (which i am constantly updating). But I can't say for sure without tests More... over 14 years ago
Do not restore metadata upon restore. This confuses programs watching the timestamp More... over 14 years ago
Fixed my stupid bug in pdflatex: I didn't return the target, so mem couldn't properly restore it More... over 14 years ago
Fixed some smaller bugs in documentation More... over 14 years ago
Added sphinx documentation. Just do a make html in doc More... over 14 years ago
Added a file to show a bug in the current handling of dependencies More... over 14 years ago
First example for git with pdflatex More... over 14 years ago
Added dependency tracking of graphics included with the includegraphics directive More... over 14 years ago
Removed temp file More... over 14 years ago
First commit of PDFLatex builder. Support for latex dependencies already included; missing is support for images, bibtex and makeidx More... over 14 years ago
removing confidential marking More... over 14 years ago
gcc: memoize make_depends More... over 14 years ago
fix problems with reenterant memoize calls More... over 14 years ago
fix case where run_return_output_no_print refs and undefined var More... over 14 years ago
Use gcc -combine flag to compile multiple source files together More... almost 15 years ago
new AutoHashable base class: make it easy to memoize non-primitives More... about 15 years ago
Remove deprecated 'message' field More... about 15 years ago
fix python 2.6 warnings re sha1 More... about 15 years ago