aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* encourage whitespace in parenthesis (more readable ;))Christopher Vogt2016-05-031-6/+6
* add dependency to tests which currently failsChristopher Vogt2016-05-031-0/+2
* create scaffolding for Main fileChristopher Vogt2016-05-032-2/+13
* Fix BoundMavenDependency string representationChristopher Vogt2016-05-031-1/+2
* Convenience factory methods for ResolversChristopher Vogt2016-05-0313-135/+124
* add test info for currently failing dependencyChristopher Vogt2016-05-021-0/+2
* rename admin into tools, which seems more appropriateChristopher Vogt2016-05-024-10/+10
* Merge pull request #116 from cvogt/fix-testsJan Christopher Vogt2016-04-294-21/+18
|\
| * Remove unnecessary code. .classLoader should already do thisChristopher Vogt2016-04-291-4/+1
| * Do not cache classloaders for Builds. This wasn't supposed to happen yetChristopher Vogt2016-04-291-10/+10
| * fix test to use repo actually generally availableChristopher Vogt2016-04-291-1/+1
| * fix exit code returnChristopher Vogt2016-04-291-6/+6
* | Merge pull request #115 from cvogt/linux-compatJan Christopher Vogt2016-04-293-13/+24
|\ \ | |/ |/|
| * Add cbt's own CBT build and the scalatest plugin compile to testsChristopher Vogt2016-04-291-3/+2
| * remove required gdate dependencyChristopher Vogt2016-04-292-10/+22
|/
* Merge pull request #114 from cvogt/fix-compositionJan Christopher Vogt2016-04-297-34/+39
|\
| * Fix and enable test for reproducible buildsChristopher Vogt2016-04-292-3/+4
| * Fix use compatibility interfaces from main cbtChristopher Vogt2016-04-295-29/+33
| * Fix composition. These members had been renamedChristopher Vogt2016-04-291-2/+2
|/
* Merge pull request #113 from cvogt/fix-cbt-buildJan Christopher Vogt2016-04-298-12/+20
|\
| * Fix building cbt as a cbt projectChristopher Vogt2016-04-297-11/+16
| * Add IntelliJ note to developer docsChristopher Vogt2016-04-291-1/+4
|/
* Merge pull request #111 from cvogt/reproducible-buildsJan Christopher Vogt2016-04-2850-682/+1522
|\
| * 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-2842-570/+1237
| * Add debugging tips to the dev docsChristopher Vogt2016-04-281-2/+13
| * move version numbers to Scala land (to reduce Java code size)Christopher Vogt2016-04-282-6/+3
| * propagate time taken from bash script into loggerChristopher Vogt2016-04-283-4/+6
| * minor improvements to docs, imports, visibilitiesChristopher Vogt2016-04-286-11/+13
| * 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-283-5/+13
| * if compiler crashed, print commands to reproduce it outside of cbtChristopher Vogt2016-04-281-14/+43
| * minor cleanup, better logging for downloadsChristopher Vogt2016-04-281-2/+3
| * print null as root class loader in URLClassLoaderChristopher Vogt2016-04-281-2/+2
| * 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
|/