aboutsummaryrefslogtreecommitdiff
path: root/nailgun_launcher
Commit message (Expand)AuthorAgeFilesLines
* centralize all references to scala versions into single placeChristopher Vogt2017-04-012-37/+41
* add support for forking the jvm process when invoking a main classChristopher Vogt2017-03-281-0/+2
* start modularizing cbt into librariesChristopher Vogt2017-03-274-209/+38
* fix file watching for realChristopher Vogt2017-03-121-6/+37
* revamp loop featureChristopher Vogt2017-03-121-4/+15
* fix path of file in error messageChristopher Vogt2017-03-061-1/+1
* Fix error with zinc library (wrong md5)Igor Tsalko2017-03-071-1/+1
* java concat array helper method (just in case)Christopher Vogt2017-02-271-0/+6
* minor helper method name change to match scala’s method namingChristopher Vogt2017-02-273-6/+6
* fix deadlock in class loading cacheChristopher Vogt2017-02-131-4/+10
* upgrade zinc to 0.3.13Christopher Vogt2017-02-102-43/+43
* various smaller changesChristopher Vogt2017-02-091-1/+7
* use unboxed primitives everywhere possible for reliable == behaviorChristopher Vogt2017-02-094-12/+12
* idempotent change propagationChristopher Vogt2017-02-097-150/+245
* replace flawed concurrent hashmap cache with consistent replacementChristopher Vogt2017-02-013-35/+38
* Merge separate hashmaps for persistent cache into oneChristopher Vogt2017-02-015-51/+50
* Update early dependencies to new zincChristopher Vogt2016-11-292-86/+86
* small refactoring simplifying Stage2Christopher Vogt2016-11-131-1/+1
* comment regarding trigger filesChristopher Vogt2016-11-101-0/+15
* more sanity checks for cbt's classloadersChristopher Vogt2016-11-101-15/+10
* fix handling of null exception messagesChristopher Vogt2016-11-031-1/+1
* fix file name casing to match classChristopher Vogt2016-11-031-0/+0
* fix public modifierChristopher Vogt2016-11-031-1/+1
* fix interactivity with stdout and stderr replacementsChristopher Vogt2016-11-032-3/+7
* Add support for resources (still limited by CBT's classloader visibility)Christopher Vogt2016-11-031-0/+17
* swap out System.out and System.err in a way that affects JDK and ScalaChristopher Vogt2016-10-132-1/+48
* Fix exit code trapping across classloadersChristopher Vogt2016-10-074-24/+53
* use lower case instead of upper case for hashes to be consistent with SBTChristopher Vogt2016-09-191-2/+2
* fix checksum check for downloaded jars by ignoring caseChristopher Vogt2016-09-151-1/+1
* fix behavior of System.exit trappingChristopher Vogt2016-09-154-10/+142
* show complete stack trace, not just the one for the outer most exception, whe...Christopher Vogt2016-09-121-4/+2
* allows any Throwable in Java codeChristopher Vogt2016-09-123-12/+12
* Support proxy settings in CBT.Benjamin Frank2016-07-062-3/+46
* fix bug ignoring OpenOptions when writingChristopher Vogt2016-06-191-1/+1
* show scalac warnings to stage1 and stage2 compilationChristopher Vogt2016-06-191-1/+4
* unwrap InvocationTargetException. Any reason not to do this? Seems just easie...Christopher Vogt2016-06-151-15/+29
* Always create directory before trying to write fileChristopher Vogt2016-06-081-1/+7
* rename admin into tools, which seems more appropriateChristopher Vogt2016-05-021-1/+1
* Fix use compatibility interfaces from main cbtChristopher Vogt2016-04-291-13/+18
* Fix composition. These members had been renamedChristopher Vogt2016-04-291-2/+2
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-286-178/+363
* move version numbers to Scala land (to reduce Java code size)Christopher Vogt2016-04-281-3/+0
* propagate time taken from bash script into loggerChristopher Vogt2016-04-281-1/+3
* add caching to CBTUrlClassLoader (so we can eventually wrap the system class ...Christopher Vogt2016-04-281-1/+20
* for better performance do not generate exceptions during class loading for co...Christopher Vogt2016-04-281-0/+4
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-041-4/+4
* split launcher library functions into their own fileChristopher Vogt2016-04-024-114/+127
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-4/+4
* remove jdk8 dependencies, force jdk7, remove unnecessary cache foldersChristopher Vogt2016-04-022-3/+11
* Fix exit code trapping in NailgunLauncherChristopher Vogt2016-04-021-13/+19