summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor cleanup, remove a useless variable from code pathYaakov M. Nemoy2009-01-021-2/+1
|
* Updated license.Yaakov M. Nemoy2008-12-309-6/+163
|
* Mass commit, i should be cleaner in the future.Yaakov M. Nemoy2008-12-294-30/+270
|
* Some profile stuffYaakov M. Nemoy2008-12-291-10/+20
|
* Adds some more builder functionsYaakov M. Nemoy2008-10-051-8/+53
|
* 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-051-39/+51
|
* 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.
* Renames pkg into sourceYaakov M. Nemoy2008-10-021-0/+0
| | | | also adds a few more ignores for eclipse (trivial)
* Breaks everything up into seperate files.Yaakov Nemoy2008-10-014-8/+18
| | | | 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.
* Make the shell functions a bit more modular for scriptingYaakov Nemoy2008-09-285-0/+281