aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.scala
Commit message (Expand)AuthorAgeFilesLines
* add fish shell task name completions and fix bash task name completionsChristopher Vogt2016-09-131-0/+2
* Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-281-2/+7
* Add clean taskChavXO2016-08-281-0/+5
* better name for DirectoryDependencyChristopher Vogt2016-06-191-2/+2
* built-in plugin structure improvementsChristopher Vogt2016-06-191-12/+5
* simplify logic that delegates to test build and runs itChristopher Vogt2016-06-191-5/+6
* add support for compile time only dependenciesChristopher Vogt2016-06-151-1/+4
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-2/+1
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-151-2/+5
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-7/+5
* add r alias for runChristopher Vogt2016-05-031-0/+1
* Convenience factory methods for ResolversChristopher Vogt2016-05-031-3/+4
* Support recursively running tasks across all builds in transitive dependenciesChristopher Vogt2016-04-281-0/+48
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-19/+19
* only run tests if there are actually tests to run (useful for recursively run...Christopher Vogt2016-04-281-1/+3
* Build mixin with recommended settingsChristopher Vogt2016-04-281-1/+12
* move soure file filterin logic into library for reusabilityChristopher Vogt2016-04-281-8/+2
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-1/+4
* Fix stage2 classloader not being stored in transient cacheChristopher Vogt2016-04-071-0/+2
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-2/+2
* Implement alternative resolversChristopher Vogt2016-04-031-20/+7
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-4/+4
* only compile and only produce jars if there are actually files.Christopher Vogt2016-04-021-3/+3
* Makes zinc usage smarter, so we do not need to call it when no files changed ...Christopher Vogt2016-03-301-22/+15
* replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-281-3/+1
* get rid of ammonite dependencyChristopher Vogt2016-03-191-2/+0
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-2/+3
* make scaffold work for simple caseChristopher Vogt2016-03-191-5/+1
* sort transitiveDependencies by exported classpath for hopefully more determin...Christopher Vogt2016-03-121-0/+1
* Merge remote-tracking branch 'origin/master' into farmdawg/zinc-exit-codesChristopher Vogt2016-03-121-7/+18
|\
| * Improved how to express dependenciesChristopher Vogt2016-03-121-7/+18
* | minor simplification renamesChristopher Vogt2016-03-121-3/+2
* | Clean up some of the zinc invocation.Matt Farmer2016-03-121-1/+1
* | Whitespace removal.Matt Farmer2016-03-121-3/+3
|/
* Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-111-2/+2
* normalize Build's projectDirectory and stop using context.cwdChristopher Vogt2016-03-081-3/+3
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-0/+164