aboutsummaryrefslogtreecommitdiff
path: root/stage1
Commit message (Expand)AuthorAgeFilesLines
...
* Properly cache classloader for stage2 and make CbtDependency work correctly.Christopher Vogt2016-04-022-23/+18
* Classloaders aren't referentially transparent, so we should not compare them ...Christopher Vogt2016-04-024-4/+5
* Improve cbt's maven resolver to handle variable substitutions for pom xml tag...Christopher Vogt2016-04-021-15/+41
* Makes zinc usage smarter, so we do not need to call it when no files changed ...Christopher Vogt2016-03-304-34/+46
* Typed passing of values from Stage1 to Stage2Christopher Vogt2016-03-301-26/+51
* KeyLockedLazyCache was locking on the wrong object. Also added update methodChristopher Vogt2016-03-301-1/+8
* replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-282-17/+0
* Early classloading improvementsChristopher Vogt2016-03-284-58/+48
* merged most bootstrapping logic into launcherChristopher Vogt2016-03-202-2/+2
* better toString for Java URLClassLoader. Minor enhancementsChristopher Vogt2016-03-204-4/+5
* better handle classloaders for watchservice and reflect. even more speedup.Christopher Vogt2016-03-201-5/+26
* get rid of ammonite dependencyChristopher Vogt2016-03-191-3/+0
* More speedup by already caching some classloaders in NailgunLauncher. Also fi...Christopher Vogt2016-03-191-7/+0
* replace two level classloader with hierarchyChristopher Vogt2016-03-195-54/+88
* 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-195-19/+37
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-196-57/+66
* 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-191-10/+2
* Make trapExitCode pass on previous exit codesChristopher Vogt2016-03-191-4/+4
* Separate CheckAliveChristopher Vogt2016-03-192-6/+7
* Add support for git dependenciesChristopher Vogt2016-03-183-2/+5
* fixed previously too naive pom inheritance logic to properly handle propertie...Christopher Vogt2016-03-172-9/+35
* sort transitiveDependencies by exported classpath for hopefully more determin...Christopher Vogt2016-03-121-2/+7
* fix zinc interface dependenciesChristopher Vogt2016-03-121-13/+13
* Merge remote-tracking branch 'origin/master' into farmdawg/zinc-exit-codesChristopher Vogt2016-03-124-34/+140
|\
| * two separate merges broke this.Christopher Vogt2016-03-121-1/+1
| * Merge pull request #84 from cvogt/dependency-syntaxJan Christopher Vogt2016-03-123-36/+54
| |\
| | * Improved how to express dependenciesChristopher Vogt2016-03-123-36/+54
| * | A draft implementation that runs builds concurrently (probably buggy right no...Christopher Vogt2016-03-122-0/+87
| |/
* | Always reset security manager to what it was during startup. Should be less f...Christopher Vogt2016-03-121-2/+1
* | minor simplification renamesChristopher Vogt2016-03-121-2/+2
* | Clean up some of the zinc invocation.Matt Farmer2016-03-121-18/+27
* | Re-enable cache detection.Matt Farmer2016-03-121-1/+1
* | Bubble zinc error codes to calling script.Matt Farmer2016-03-121-46/+39
|/
* minor refactoringsChristopher Vogt2016-03-111-1/+1
* Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-115-64/+79
* Add feature for starting the Scala REPL in arbitrary versions, propagate logg...Christopher Vogt2016-03-092-18/+26
* fix duplicate classloader. one is enoughChristopher Vogt2016-03-082-7/+6
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-078-126/+158
* trap and pass exit codes throug the app, pass logger on to tests, remove the ...Christopher Vogt2016-03-063-36/+98
* Merge pull request #45 from farmdawgnation/farmdawg/stage2tweaksJan Christopher Vogt2016-03-062-8/+17
|\
| * Cleanups for logger.Matt Farmer2016-03-061-7/+16
| * Make Init private so its not a part of the public interface.Matt Farmer2016-03-061-1/+1
* | The condition disables zinc too eagerly, which can easilyChristopher Vogt2016-03-061-1/+1
|/