summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-11100-5802/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.examples.xml build.xml docs/examples/actors/pingpong.scala docs/examples/fors.scala docs/examples/iterators.scala docs/examples/jolib/Ref.scala docs/examples/jolib/parallelOr.scala docs/examples/monads/callccInterpreter.scala docs/examples/monads/directInterpreter.scala docs/examples/monads/errorInterpreter.scala docs/examples/monads/simpleInterpreter.scala docs/examples/monads/stateInterpreter.scala docs/examples/parsing/ArithmeticParser.scala docs/examples/patterns.scala docs/examples/pilib/elasticBuffer.scala docs/examples/pilib/handover.scala docs/examples/pilib/piNat.scala docs/examples/typeinf.scala src/build/pack.xml
| * Remove docs/examples; they reside at scala/scala-distAdriaan Moors2013-12-09102-5831/+0
| |
| * [nomaster] Revert "Added a Swing ColorChooser wrapper"Adriaan Moors2013-02-121-61/+0
| | | | | | | | | | | | This reverts commit 08ab007c5c97f153902c4ac58f87e30fbf7cf99f. This is necessary to maintain binary compatibility with 2.10.0.
| * [nomaster] Revert "Added a Swing PopupMenu wrapper"Adriaan Moors2013-02-121-33/+0
| | | | | | | | | | | | This reverts commit bdff881f8a15d4de0c0ff2aa2427f0d8244d2d42. This is necessary to maintain binary compatibility with 2.10.0.
* | deprecate Pair and TripleDen Shabalin2013-11-2014-118/+118
| |
* | Removed Eclipse .project and .classpath for `plugintemplate` projectMirco Dotta2013-11-072-29/+0
| | | | | | | | | | | | According to @gkossakowski this project doesn't need to be imported (and, furtheremore, importing it in the current form results in errors in Eclipse), hence I'm removing it.
* | Application is deprecated. Replaced with AppRobert Nix2013-02-101-1/+1
| |
* | Updated copyright to 2013Carlo Dapor2013-01-023-4/+4
|/
* Added a Swing ColorChooser wrapperingoem2012-09-261-0/+61
|
* Added a Swing PopupMenu wrapperingoem2012-09-261-0/+33
|
* Clean up standard/swing library by deprecating/moving code examplesSimon Ochsenreither2011-12-0719-0/+850
| | | | | | | | | Deprecate scala/xml/include/sax/Main.scala. Move scala/swing/test/* to docs/examples. Saves 160KB in scala-swing.jar. Fixes SI-4627.
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
|
* updated some code examplesmichelou2011-11-233-29/+34
|
* Begone t1737...Hubert Plociniczak2011-11-0235-168/+168
|
* Fix bug in example sort.Paul Phillips2011-10-291-2/+2
| | | | | | Embarrassing bug causes sort to explode if there are any duplicated elements. Closes SI-4961, no review.
* removed legacy library code (package scala.mobile)michelou2011-04-291-17/+0
|
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* updates Scala examples, added detach pluginmichelou2010-11-173-11/+11
|
* updated CompilerCommand invocation in mainmichelou2010-05-251-1/+1
|
* As a brief diversion from real work, implemente...Paul Phillips2010-04-064-5/+5
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* corrected @usecase and imports in plugin examplemichelou2009-12-152-6/+6
|
* Tweaked plugin template not to reference /Users...Paul Phillips2009-12-111-1/+1
| | | | | Tweaked plugin template not to reference /Users/luc.
* plugin example update to be compiled via scala 2.8ilyas2009-12-073-3/+5
|
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* Reverting unwanted parts of last commit.Philipp Haller2009-10-262-19/+2
|
* Second half of fix and tests for #1518.Philipp Haller2009-10-262-2/+19
|
* Removed dead code, some useless Id tags removed.Gilles Dubochet2009-09-242-2/+0
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2417-4/+4
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Fixed boundedbuffer actor example (new arrays).Philipp Haller2009-09-241-1/+1
|
* More proper fix for #2379 (single-threaded acto...Philipp Haller2009-09-241-1/+4
| | | | | More proper fix for #2379 (single-threaded actors done right!).
* added headers, svn keywords, updated pilib exam...michelou2009-06-164-68/+67
| | | | | added headers, svn keywords, updated pilib examples
* Fixed some deprecation warnings.Paul Phillips2009-06-135-11/+11
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-274-7/+7
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* annotation removed now - for realnielsen2009-02-091-2/+2
|
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-091-2/+2
| | | | | | Remove type annotations as part of SIP 00002 and removed function from Global that is not used any more
* Updated example compiler plugin for SIP 00002nielsen2009-02-056-11/+18
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* Removed deprecation warnings in auction.scala a...Philipp Haller2008-08-043-5/+5
| | | | | | Removed deprecation warnings in auction.scala and producers.scala. Small clean up of links.scala.
* removing the .settings folder from svnLukas Rytz2008-06-271-15/+0
|
* - added AnnotationChecker and TraverseComponentLukas Rytz2008-06-278-43/+122
| | | | | - improved the rest
* rolling back the faulty checkinLukas Rytz2008-06-092-7/+3
|
* now actually removing plugin.quickLukas Rytz2008-06-092-3/+7
|
* updated plugin template to use Transform and In...Lukas Rytz2008-06-068-20/+189
| | | | | updated plugin template to use Transform and InfoTransform
* Added Scala compiler plugin Template.Lukas Rytz2008-05-2316-0/+596
|
* updated codemichelou2008-02-147-54/+58
|
* updated examples and json parser to use combina...Adriaan Moors2008-02-074-20/+20
| | | | | | | | | updated examples and json parser to use combinator1-style parsing, have not yet renamed combinator -> combinatorold, and combinator1 -> combinator --> doing that using SVN rename, so history is preserved (thus, the build for this revision will break, but the next one should be okay. sorry)
* Beautified actor sequence example.Philipp Haller2007-11-291-16/+8
|
* fixed #63michelou2007-11-271-2/+2
|
* Fixed fringe examplePhilipp Haller2007-11-161-4/+2
|
* Made fringe example more type safe.Philipp Haller2007-09-211-15/+20
|