summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Replaces package as an entity for tarballs with sourceball.Yaakov M. Nemoy2009-01-023-34/+65
| | | | Coming up is SCM which is an alternate form of package.
* Makes the copy function more universalYaakov M. Nemoy2009-01-021-7/+13
|
* Minor cleanup, remove a useless variable from code pathYaakov M. Nemoy2009-01-021-2/+1
|
* Updated license.Yaakov M. Nemoy2008-12-3018-10/+632
|
* Mass commit, i should be cleaner in the future.Yaakov M. Nemoy2008-12-296-30/+413
|
* Some profile stuffYaakov M. Nemoy2008-12-292-11/+24
|
* Updated util functionsYaakov M. Nemoy2008-12-291-5/+16
|
* Cleane up some debug statementsYaakov M. Nemoy2008-12-291-14/+1
|
* Adds some more builder functionsYaakov M. Nemoy2008-10-053-10/+68
|
* Adds build moduleYaakov M. Nemoy2008-10-051-0/+38
|
* Unifying how modules get at information like state, and which dir they work onYaakov M. Nemoy2008-10-052-39/+77
|
* Apparently methods with no paramaters were not being executedYaakov M. Nemoy2008-10-051-7/+6
|
* Adds a close method to modules that needs to be implemented somehowYaakov M. Nemoy2008-10-053-1/+8
| | | | This lets you put code on the end of the lifecycle of a Module object.
* Adds a package module that can manage a package plus source in a traditional ↵Yaakov M. Nemoy2008-10-021-0/+64
| | | | | | manner. This is going to be the API for package manipulation for what I have in mind.
* Alters the parsing stage a bit to fix a bug.Yaakov M. Nemoy2008-10-021-2/+2
| | | | | | We were deleting the paramaters at every step. This changes when that happens. Parsing language in a procedural language is hell.
* Added exception for bad function call.Yaakov M. Nemoy2008-10-022-1/+11
| | | | We can use this to deliver *good* inforamtion to the user what went wrong, and how to rectify it if possible.
* Added missing importYaakov M. Nemoy2008-10-021-1/+1
|
* Better module detectionYaakov M. Nemoy2008-10-021-2/+3
|
* Renames pkg into sourceYaakov M. Nemoy2008-10-022-0/+2
| | | | also adds a few more ignores for eclipse (trivial)
* Makes gitignore ignore eclipse stuff tooYaakov M. Nemoy2008-10-011-0/+2
|
* Adds gitignoreYaakov M. Nemoy2008-10-011-0/+1
|
* Breaks everything up into seperate files.Yaakov Nemoy2008-10-0111-223/+255
| | | | I had a problem where having Module in the local namespace was not the same as having Module in the non local namespace (via an import). Somehow breaking it down this way seemed simpler.
* Added command line tool to access the same modulesYaakov Nemoy2008-09-282-4/+27
|
* Make the shell functions a bit more modular for scriptingYaakov Nemoy2008-09-2822-328/+828
|
* initial commitlmacken@crow2007-11-251-0/+472