aboutsummaryrefslogtreecommitdiff
path: root/project/Build.scala
Commit message (Collapse)AuthorAgeFilesLines
* cleanup buildJakob Odersky2013-07-191-159/+0
|
* add warining in case no JDK is foundJakob Odersky2013-07-121-1/+1
|
* remove rwc sampleJakob Odersky2013-07-111-8/+0
|
* add terminal exampleJakob Odersky2013-07-111-3/+4
|
* update to sbt 0.13.0-RC1Jakob Odersky2013-07-111-5/+15
|
* change termio initialization to makeraw()-like settingsJakob Odersky2013-07-111-1/+1
|
* add support for different serial configurationsJakob Odersky2013-07-111-2/+2
|
* use select system call instead of poll (because mac doesn't support poll on ↵Jakob Odersky2013-07-111-1/+1
| | | | devices)
* remove space in os namesJakob Odersky2013-07-111-3/+3
|
* pretty printJakob Odersky2013-07-081-4/+4
|
* Merge branch 'macbuild' of github.com:jodersky/flowJakob Odersky2013-07-081-7/+10
|\
| * linking works, testing neededSabine Odersky2013-07-041-5/+8
| |
| * Compilation works, linking doesn'tSabine Odersky2013-07-041-3/+3
| |
* | restore version numberJakob Odersky2013-07-081-2/+2
| |
* | decrement major version to 0Jakob Odersky2013-07-081-1/+1
|/
* 'rename flow-main to flowJakob Odersky2013-06-301-1/+1
|
* remove plugin dependenciesJakob Odersky2013-06-301-5/+4
|
* build automatically pulls in newest binariesJakob Odersky2013-06-301-18/+60
|
* add compiled binaries folderJakob Odersky2013-06-301-11/+41
|
* remove old commented sourceJakob Odersky2013-06-301-14/+0
|
* refactor native source directory layoutJakob Odersky2013-06-301-1/+1
|
* solve cyclic dependency issueJakob Odersky2013-06-301-16/+25
|
* refactor build to a more generic structureJakob Odersky2013-06-271-34/+61
|
* lots of changes mon internal thread handling and serial operationJakob Odersky2013-06-271-1/+1
|
* move sample to seperate folderJakob Odersky2013-06-221-2/+2
|
* repair broken exampleJakob Odersky2013-06-181-4/+4
|
* use sbt-native plugin and restructure buildJakob Odersky2013-06-181-14/+20
|
* use sbt-native and jni pluginJakob Odersky2013-06-181-23/+18
|
* implement akka-io like apiJakob Odersky2013-05-281-2/+4
|
* move previous main to example subprojectJakob Odersky2013-05-211-2/+2
|
* create subproject for examplesJakob Odersky2013-05-211-3/+9
|
* extract native librariesJakob Odersky2013-05-211-7/+11
|
* move JNI header generation to sbtJakob Odersky2013-05-211-2/+6
|
* move native build to sbtJakob Odersky2013-05-211-0/+43