aboutsummaryrefslogtreecommitdiff
path: root/stage1/cbt.scala
Commit message (Expand)AuthorAgeFilesLines
* io performance tweak: cache cbtLastModifiedChristopher Vogt2017-03-271-1/+1
* explicitly convert to Vector everywhere for hopefully performanceChristopher Vogt2017-03-271-5/+5
* start modularizing cbt into librariesChristopher Vogt2017-03-271-51/+11
* better error than NullPointerException when directory does not existChristopher Vogt2017-03-191-0/+1
* add boolean to option helperChristopher Vogt2017-03-171-0/+3
* Add string quoting helpersChristopher Vogt2017-03-171-0/+5
* fix file watching for realChristopher Vogt2017-03-121-12/+4
* revamp loop featureChristopher Vogt2017-03-121-4/+9
* make sure binary dependencies existChristopher Vogt2017-03-071-0/+2
* support publishing to basic-auth protected maven repositoriesChristopher Vogt2017-03-061-1/+1
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-041-0/+3
* add / helper also for Path anticipating migration to nioChristopher Vogt2017-03-011-0/+10
* simplify uberJar plugin and activate recursiveDelete lib functionChristopher Vogt2017-02-281-3/+2
* disabled prototype code for deleteRecursiveChristopher Vogt2017-02-271-1/+17
* make listRecursive a File extension method for brevityChristopher Vogt2017-02-261-0/+6
* canLoad method (not used right now, but may come in handy)Christopher Vogt2017-02-221-0/+10
* fix / to not turn paths absolute. Checked this doesn’t affect anything!Christopher Vogt2017-02-151-1/+1
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-3/+3
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-2/+2
* remove some unnecessary Context fields while we are modifying contextChristopher Vogt2017-02-131-2/+3
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-131-1/+0
* Urlencode ownerTrevor SIbanda2017-02-121-1/+1
* idempotent change propagationChristopher Vogt2017-02-091-9/+14
* memoize task results across classes within a single runChristopher Vogt2017-02-091-2/+2
* replace flawed concurrent hashmap cache with consistent replacementChristopher Vogt2017-02-011-1/+0
* Merge separate hashmaps for persistent cache into oneChristopher Vogt2017-02-011-8/+4
* minor cleanups regarding ContextChristopher Vogt2016-11-131-2/+1
* Assert right build class. Fixes #174Christopher Vogt2016-11-131-0/+1
* comment regarding trigger filesChristopher Vogt2016-11-101-0/+3
* typesafe ===Christopher Vogt2016-11-101-0/+5
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-091-3/+0
* add context based task result cacheChristopher Vogt2016-11-081-0/+1
* web uitim-zh2016-10-281-0/+1
* refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-191-1/+1
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-1/+0
* read sonatype credentials from cbt installation, not from other checked out v...Christopher Vogt2016-05-261-0/+1
* Convenience factory methods for ResolversChristopher Vogt2016-05-031-0/+7
* Fix building cbt as a cbt projectChristopher Vogt2016-04-291-1/+1
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-0/+68
* minor improvements to docs, imports, visibilitiesChristopher Vogt2016-04-281-0/+2
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-0/+21