aboutsummaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* [split] Squashed commit of the following:wilhelm bierbaum2016-11-075-4/+125
* [split] Eval.scala: Add Eval.checkDavid Helder2016-11-072-5/+44
* [split] whitespaceJeremy Cloud2016-11-071-1/+1
* [split] deprecated global Eval object in favor or Eval instances which can be GCJeremy Cloud2016-11-071-7/+12
* allow in-place eval of the type scrooge would like to do.sRobey Pointer2016-11-072-13/+36
* [bc] util: fix EvaluatorSpec to be path indepedent.marius a. eriksen2016-11-071-6/+6
* rebuild the classloader on resetRobey Pointer2016-11-071-1/+2
* change path for EvaluatorSpec test resourcesMatt Freels2016-11-071-1/+1
* looks like we only ever ask for a jarPathOfClass if we're looking for somethi...Robey Pointer2016-11-071-2/+0
* throw a reasonable error if we can't find scala-compiler or scala-library. th...Robey Pointer2016-11-071-2/+13
* fix the classpath not found bugKyle Maxwell2016-11-071-3/+5
* friendly errorsNick Kallen2016-11-071-4/+2
* simplify this test.Robey Pointer2016-11-071-12/+2
* upgrade Eval.Robey Pointer2016-11-072-169/+170
* - add support for evaluating from streamsmarius a. eriksen2016-11-072-4/+28
* Add support for multiple file compilation.eaceaser2016-11-074-2/+12
* Append dir separator to eval path appropriatelyeaceaser2016-11-071-1/+1
* Make evaluator.apply synchronized to prevent any goofinesseaceaser2016-11-071-2/+3
* create a new message digest per evaleaceaser2016-11-071-2/+1
* make sure our bigint is positive!eaceaser2016-11-071-1/+1
* Place compiled files in their own temporary subdir and clear when jvmeaceaser2016-11-071-7/+12
* Add a unique-to-JVM id to the file to prevent colissions.eaceaser2016-11-071-8/+19
* Indent evaled code to the correct nesting.Marcel Molina2016-11-071-1/+1
* Only compile if file contents have changed.eaceaser2016-11-071-9/+18
* randomizing evaled class name to avoid conflictsJeremy Cloud2016-11-071-5/+7
* adds an absolute path to the beginning of each referenced jar for building a ...Steve Jenson2016-11-071-3/+8