anvil-build/anvil
Joshua Harrison 6add99aeef Modify the interface between LogSources and LogSinks such that log
messages are keyed dictionaries as opposed to tuples.
2015-01-08 19:58:16 -08:00
..
commands Adding local virtualenv setup on Windows and defaulting to -j1. 2012-12-27 13:19:38 -08:00
rules Making the base.js search not depend on line endings. Fixes Windows. 2013-11-05 15:31:01 -08:00
__init__.py Initial commit of Anvil code, with a partially tested setup.py 2012-04-09 15:19:49 -07:00
async.py Initial commit of Anvil code, with a partially tested setup.py 2012-04-09 15:19:49 -07:00
async_test.py Fixing up weird python module import issues 2012-04-11 15:56:50 -07:00
build_logging.py Modify the interface between LogSources and LogSinks such that log 2015-01-08 19:58:16 -08:00
build_logging_test.py Modify the interface between LogSources and LogSinks such that log 2015-01-08 19:58:16 -08:00
cache.py Fixing --force to ignore cache 2012-10-10 13:16:32 -07:00
cache_test.py Dummy cache work - not yet doing anything 2012-09-19 23:35:45 -07:00
config.py Fixes for supporting CMD on Windows - mostly path changes 2012-05-17 19:00:11 -07:00
config_test.py Fixes for supporting CMD on Windows - mostly path changes 2012-05-17 19:00:11 -07:00
context.py + Adding an enums file containing all the constants to be used by 2014-12-25 11:59:13 -08:00
context_test.py Merge pull request #8 from Husafan/context 2014-12-02 12:24:57 -08:00
depends.py Removing unneeded argparse imports and moving pip imports into scope 2012-04-10 19:52:16 -07:00
depends_test.py Fixing up weird python module import issues 2012-04-11 15:56:50 -07:00
enums.py Tweak logging to add DebugLevel in message. 2014-12-28 20:33:24 -08:00
graph.py Fixing to run against networkx 1.7 (latest) 2012-10-10 10:47:02 -07:00
graph_test.py Fixing up weird python module import issues 2012-04-11 15:56:50 -07:00
log_sink.py Add an author line and a basic LogSink. 2014-12-28 21:01:35 -08:00
manage.py Supporting both BUILD and BUILD.anvil as implicit names 2012-08-30 16:04:44 -07:00
manage_test.py Adding completion hints for arguments, since argparse lacks the support 2012-04-11 15:57:23 -07:00
module.py Fixing even more platform inconsistencies - all tests passing on CMD 2012-05-17 20:49:30 -07:00
module_test.py Adding 'include_rules' directive for BUILD files 2012-05-03 15:12:14 +09:00
project.py Supporting both BUILD and BUILD.anvil as implicit names 2012-08-30 16:04:44 -07:00
project_test.py Fixing even more platform inconsistencies - all tests passing on CMD 2012-05-17 20:49:30 -07:00
rule.py Adding src_exclude_filter to exclude files - makes common operations like 'all but X' easier 2012-09-11 22:54:01 -07:00
rule_test.py Adding src_exclude_filter to exclude files - makes common operations like 'all but X' easier 2012-09-11 22:54:01 -07:00
task.py Add cache tests and cache support for rules with no src/output 2014-12-01 09:17:09 -08:00
task_test.py Fixing even more platform inconsistencies - all tests passing on CMD 2012-05-17 20:49:30 -07:00
test.py Fixing test breaks 2012-10-08 15:48:11 -07:00
util.py Hide 'BUILD' in logged output 2012-08-30 16:10:14 -07:00
util_test.py Fixing even more platform inconsistencies - all tests passing on CMD 2012-05-17 20:49:30 -07:00
version.py Grabbing version from anvil.version 2012-04-09 17:51:32 -07:00