aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix Identifier.makeValid bug where illegal characters woud be considered validscala-2.9Jakob Odersky2012-11-011-1/+1
* add generic I/O support for plots and remove old save() methodJakob Odersky2012-11-012-40/+19
* make I/O specific to paths (to enable saving of resources across multiple files)Jakob Odersky2012-11-015-11/+11
* add save support to matricesJakob Odersky2012-11-011-10/+8
* Revert "cleanup"Jakob Odersky2012-11-011-7/+13
* cleanupJakob Odersky2012-11-011-13/+7
* add generic I/O supportJakob Odersky2012-11-015-15/+63
* documentationJakob Odersky2012-11-012-2/+4
* import reorganizeJakob Odersky2012-11-011-1/+1
* documentationJakob Odersky2012-11-011-4/+16
* add default dataset name checkJakob Odersky2012-11-013-12/+25
* Merge branch 'new-plot'Jakob Odersky2012-11-014-59/+97
|\
| * temporary fix: DataSets labels are validatedJakob Odersky2012-10-301-1/+1
| * fix forgotten sys.error in Identifier.toValidJakob Odersky2012-10-301-1/+1
| * temporarily re-enable save() and run() in plots for testing purposesJakob Odersky2012-10-301-10/+31
| * modify plotter to support new plotJakob Odersky2012-10-301-1/+1
| * re-implement Plot (hopefully in a cleaner way)Jakob Odersky2012-10-301-57/+95
| * less restrictive style element definitionJakob Odersky2012-10-301-2/+2
| * remove save and run capability from plotsJakob Odersky2012-10-301-21/+0
* | documentationJakob Odersky2012-11-014-9/+136
|/
* move interpreters to seperate packageJakob Odersky2012-10-305-8/+27
* package documentationJakob Odersky2012-10-301-0/+4
* adaptions required by ast refactoringJakob Odersky2012-10-303-22/+19
* add method `withComment` to ast.Root to simplify generating EOL commentsJakob Odersky2012-10-301-0/+2
* refactor abstract syntax trees:Jakob Odersky2012-10-304-45/+78
* add documentationJakob Odersky2012-10-307-7/+89
* move 'tree.scala' to 'package.scala' in ast packageJakob Odersky2012-10-301-1/+13
* *move DataSet to plotting packageJakob Odersky2012-10-3010-37/+25
* delete unused package objectJakob Odersky2012-10-301-7/+0
* clarify smooth implementationJakob Odersky2012-10-301-8/+5
* *remove leftover implicitJakob Odersky2012-10-302-14/+1
* *add kill method to interpretersJakob Odersky2012-10-302-5/+18
* clean up font sizeJakob Odersky2012-10-301-4/+5
* implement generic 'smooth' function for all sequence typesJakob Odersky2012-10-281-0/+24
* improve integration of DenseVector into collection framework:Jakob Odersky2012-10-286-38/+53
* first implementation of integration of breeze DenseVectors to scala collectionsJakob Odersky2012-10-185-0/+76
* lots of changes:Jakob Odersky2012-10-1816-76/+191
* move charting to plottingJakob Odersky2012-10-156-7/+16
* refactor style supportJakob Odersky2012-10-0911-259/+138
* *refactor treeJakob Odersky2012-10-084-55/+110
* add initial filesJakob Odersky2012-10-069-0/+378
* Initial commitJakob Odersky2012-10-062-0/+15