aboutsummaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* hopefully more self-explanatory nameChristopher Vogt2017-04-011-4/+4
* ad cbt library build and scalariform to test scalatet-runnerChristopher Vogt2017-03-303-10/+20
* scalatest plugin for 2.12 (and move most code from plugin into library)Christopher Vogt2017-03-302-0/+45
* minor reflection related refactorChristopher Vogt2017-03-283-21/+31
* start modularizing cbt into librariesChristopher Vogt2017-03-2724-31/+710
* Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-191-5/+2
* Document CBT plugin style guide and adjust Scalafmt plugin accordinglyChristopher Vogt2017-03-111-1/+1
* refactor scalafmt to new plugin styleChristopher Vogt2017-03-092-60/+30
* improve whitespace readability in proguard pluginChristopher Vogt2017-03-052-149/+161
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-045-0/+676
* more appropriate file nameChristopher Vogt2017-03-031-0/+1
* add capture_args macro for type-safe embedding of stringly typed apisChristopher Vogt2017-03-012-0/+61
* turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-271-3/+3
* libraries readmeChristopher Vogt2017-02-221-0/+3
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-1/+1
* idempotent change propagationChristopher Vogt2017-02-091-1/+1
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-1/+2
* fix deprecation warnings in Eval under Scala 2.11.8Christopher Vogt2016-11-071-5/+3
* Make Eval tests pass and add them to cbt testsChristopher Vogt2016-11-072-6/+10
* Add test for overriding Eval classloaderChristopher Vogt2016-11-071-0/+7
* Make classloader overridable. CBT isolates classloaders, so Eval couldChristopher Vogt2016-11-071-8/+16
* Add cbt build for Eval and remove dependency on twitter util-coreChristopher Vogt2016-11-074-22/+55
* Add readme for Eval, pointing back to Twitter utilsChristopher Vogt2016-11-071-0/+7
* util-eval: Reset reporter while apply compilingnilday2016-11-072-0/+15
* util-eval: Reset reporter between checksTomasz Bekas2016-11-072-1/+28
* Eval: add Serializable to wrapping classAdrien Lavoillotte2016-11-071-1/+1
* csl: Replace === with == in scalatest 2.x testsMoses Nakamura2016-11-071-2/+2
* util: Cleanup compiler warningsKevin Oliver2016-11-072-20/+16
* Added ability to override `Reporter` used during compilation. See issue #89Simeon H.K. Fitch2016-11-072-20/+101
* Enable Scala 2.11 SBT builds for util-eval, ostrich, and finagle-ostrich4Travis Brown2016-11-071-1/+1
* [split] util-* Convert all tests in util to scalatestGeorge Leontiev2016-11-073-44/+56
* [split] Fix typo in Eval.scalaKenneth Rose2016-11-071-1/+1
* [split] finagle & util: 2.10 pattern matching strictnessBerk D. Demir2016-11-071-2/+2
* [split] Gizzard: Some followup deps alignment to fix deployment classpath issuesStu Hood2016-11-071-1/+8
* [split] util-eval: fix for when class files are on the classpath directlyKoert Kuipers2016-11-071-9/+26
* Eval should now allow classpaths that included spacesStephen Judkins2016-11-071-6/+2
* [split] capitalize Scala and document the indentation parameter.Robey Pointer2016-11-071-2/+10
* [split] improve the docs a bit.Robey Pointer2016-11-071-17/+14
* [split] merge stephenjudkins fix for spaces in classpaths.Robey Pointer2016-11-071-2/+6
* [split] Eval.scala: Allow @deprecatedDavid Helder2016-11-073-2/+13
* [split] TO MAVENmmcbride2016-11-071-2/+2
* [split] recompile configs based on hash instead of timestampmmcbride2016-11-072-71/+63
* [split] Fixing eval precompile issues with invalid characters in classnames. ...mmcbride2016-11-073-4/+65
* [split] Fixing mtime recompile checks for evalmmcbride2016-11-071-24/+41
* scaladoc mis-pluralization fixes.Berk D. Demir2016-11-071-3/+3
* [split] - recursively process includes - allow additional include path to be ...Jeremy Cloud2016-11-073-4/+33
* [split] Squashed commit of the following:mmcbride2016-11-072-35/+181
* [split] add comments for future people looking for performance improvements i...Robey Pointer2016-11-071-0/+2
* [split] Squashed commit of the following:Arya Asemanfar2016-11-072-1/+19
* add findClass.Robey Pointer2016-11-071-11/+25