aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Early classloading improvementsChristopher Vogt2016-03-2812-203/+394
| * merged most bootstrapping logic into launcherChristopher Vogt2016-03-209-219/+190
| * better toString for Java URLClassLoader. Minor enhancementsChristopher Vogt2016-03-205-11/+23
| * better handle classloaders for watchservice and reflect. even more speedup.Christopher Vogt2016-03-202-10/+32
| * get rid of ammonite dependencyChristopher Vogt2016-03-194-14/+7
| * More speedup by already caching some classloaders in NailgunLauncher. Also fi...Christopher Vogt2016-03-193-40/+67
| * Add cbt admin dependencyTreeChristopher Vogt2016-03-191-0/+7
| * replace two level classloader with hierarchyChristopher Vogt2016-03-198-62/+100
| * add a time keeping facility for debuggingChristopher Vogt2016-03-191-0/+23
| * avoid repeated filesystem lookups for maven dependenciesChristopher Vogt2016-03-191-1/+2
| * Add CachingClassLoader to cache loadClass of URLClassLoaderChristopher Vogt2016-03-192-9/+40
| * move KeyLockedLazyCache to its own fileChristopher Vogt2016-03-192-44/+47
| * minor refactorings of KeyLockedLazyCacheChristopher Vogt2016-03-191-18/+17
| * maybe we were caching too muchChristopher Vogt2016-03-191-1/+1
| * minor enhancements to classloadingChristopher Vogt2016-03-196-20/+38
| * Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-1915-73/+84
| * classloader for maven dependency can now cache it's own jar as wellChristopher Vogt2016-03-191-3/+5
| * move decision about admin tasks or not from bash into ScalaChristopher Vogt2016-03-192-16/+4
| * Make trapExitCode pass on previous exit codesChristopher Vogt2016-03-192-6/+4
| * Separate CheckAliveChristopher Vogt2016-03-192-6/+7
|/
* Merge pull request #92 from cvogt/scaffold-fixJan Christopher Vogt2016-03-194-42/+19
|\
| * make scaffold work for simple caseChristopher Vogt2016-03-194-42/+19
|/
* Merge pull request #91 from cvogt/git-dependenciesJan Christopher Vogt2016-03-186-3/+60
|\
| * Add support for git dependenciesChristopher Vogt2016-03-186-3/+60
* | Merge pull request #90 from cvogt/pom-inheritance-fixJan Christopher Vogt2016-03-173-10/+38
|\|
| * fixed previously too naive pom inheritance logic to properly handle propertie...Christopher Vogt2016-03-173-10/+38
|/
* Merge pull request #75 from cvogt/license-changeJan Christopher Vogt2016-03-131-22/+10
|\
| * Change License to Apache 2.0Jan Christopher Vogt2016-03-111-22/+10
* | Merge pull request #86 from cvogt/farmdawg/zinc-exit-codesJan Christopher Vogt2016-03-126-79/+93
|\ \
| * | sort transitiveDependencies by exported classpath for hopefully more determin...Christopher Vogt2016-03-123-2/+9
| * | fix zinc interface dependenciesChristopher Vogt2016-03-121-13/+13
| * | Merge remote-tracking branch 'origin/master' into farmdawg/zinc-exit-codesChristopher Vogt2016-03-1212-52/+184
| |\ \ | |/ / |/| |
* | | Merge pull request #85 from cvogt/fix-masterJan Christopher Vogt2016-03-121-1/+1
|\ \ \
| * | | two separate merges broke this.Christopher Vogt2016-03-121-1/+1
|/ / /