aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* only run tests if there are actually tests to run (useful for recursively run...Christopher Vogt2016-04-282-14/+18
* Build mixin with recommended settingsChristopher Vogt2016-04-281-1/+12
* make cacheabilty of git dependency depend on cacheability of it's build. Also...Christopher Vogt2016-04-281-13/+16
* from from File to Path directlyChristopher Vogt2016-04-281-2/+3
* move soure file filterin logic into library for reusabilityChristopher Vogt2016-04-282-8/+11
* Make sonatype credentials customizable from Build class rather than hard codedChristopher Vogt2016-04-282-11/+23
* Wrong use of classifierChristopher Vogt2016-04-281-1/+1
* add commented out test case for resolving maven version rangesChristopher Vogt2016-04-281-0/+3
* remove dead codeChristopher Vogt2016-04-281-13/+0
* Speedup transitiveDependencies computation by removing duplicate versions and...Christopher Vogt2016-04-281-10/+19
* add important commentChristopher Vogt2016-04-281-2/+4
* Do not check javac version (took > 0.1 seconds each time). This will lead to ...Christopher Vogt2016-04-281-8/+14
* compute logged times during startup as delta from beginningChristopher Vogt2016-04-281-2/+15
* this seems to fix some bug with nailgun not restarting fast enoughChristopher Vogt2016-04-281-0/+2
* Merge pull request #108 from cvogt/resolver-fixesJan Christopher Vogt2016-04-082-8/+14
|\
| * Allow substituting POM variables inside of strings, not only entire elementsChristopher Vogt2016-04-082-8/+14
|/
* Merge pull request #103 from cvogt/cross-compileJan Christopher Vogt2016-04-078-16/+54
|\
| * cross building and automatic snaphot idsChristopher Vogt2016-04-078-16/+54
|/
* Merge pull request #102 from cvogt/chrisJan Christopher Vogt2016-04-0715-81/+84
|\
| * Fix stage2 classloader not being stored in transient cacheChristopher Vogt2016-04-074-11/+23
| * Temporarily cache classloaders for potentially changing filesChristopher Vogt2016-04-062-24/+26
| * Pass ClassLoaderCache from stage1 to stage2 instead of wrongly creating anoth...Christopher Vogt2016-04-064-7/+9
| * caching return values parameterized methods seems just wrongChristopher Vogt2016-04-061-14/+3
| * Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-069-25/+23
| * fix time shown by logger broken in f7b84e735e150578324caa0c4289404a033cd9b2Christopher Vogt2016-04-061-1/+1
|/
* Merge pull request #99 from cvogt/maven-reposJan Christopher Vogt2016-04-0424-360/+474
|\
| * remove completed or now irrelevant tasks from TODO listChristopher Vogt2016-04-041-20/+1
| * Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-047-24/+19
| * Better error message when build folder does not contain Build classChristopher Vogt2016-04-031-0/+2
| * Implement alternative resolversChristopher Vogt2016-04-0315-191/+307
| * split launcher library functions into their own fileChristopher Vogt2016-04-025-114/+128
| * propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-028-19/+19
| * remove jdk8 dependencies, force jdk7, remove unnecessary cache foldersChristopher Vogt2016-04-023-6/+12
|/
* Merge pull request #98 from cvogt/fix-resolverJan Christopher Vogt2016-04-022-6/+41
|\
| * better error messages in case of messed up groupIds, artifactIds or versionsChristopher Vogt2016-04-022-6/+41
|/
* Merge pull request #95 from cvogt/scaffold-BuildBuildJan Christopher Vogt2016-04-022-11/+25
|\
| * support for scaffolding BuildBuild fileChristopher Vogt2016-04-022-11/+25
|/
* Rewrite CBT's classloading and dependency classloaders, fetch zinc early and ...Jan Christopher Vogt2016-04-0237-714/+1292
|\
| * Fix exit code trapping in NailgunLauncherChristopher Vogt2016-04-021-13/+19
| * only compile and only produce jars if there are actually files.Christopher Vogt2016-04-024-106/+122
| * Properly cache classloader for stage2 and make CbtDependency work correctly.Christopher Vogt2016-04-023-23/+21
| * Classloaders aren't referentially transparent, so we should not compare them ...Christopher Vogt2016-04-024-4/+5
| * Add build file to build CBT with itself. Needed to be able to consume CBT as ...Christopher Vogt2016-04-022-1/+19
| * Improve cbt's maven resolver to handle variable substitutions for pom xml tag...Christopher Vogt2016-04-023-17/+47
| * Fix BasicBuild file scaffolding (creating folder if necessary)Christopher Vogt2016-04-021-1/+3
| * Makes zinc usage smarter, so we do not need to call it when no files changed ...Christopher Vogt2016-03-308-77/+70
| * Typed passing of values from Stage1 to Stage2Christopher Vogt2016-03-306-57/+81
| * KeyLockedLazyCache was locking on the wrong object. Also added update methodChristopher Vogt2016-03-301-1/+8
| * Upgrade ammonite (still now working, but different crash)Christopher Vogt2016-03-281-1/+1
| * replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-288-76/+223