aboutsummaryrefslogtreecommitdiff
path: root/flow-native
Commit message (Collapse)AuthorAgeFilesLines
* Add native libraries 4.0.0Jakob Odersky2016-06-094-0/+0
|
* Move project to `ch.jodersky` and upgrade sbt-jniJakob Odersky2016-06-099-470/+472
|
* Remove distribution-specific packages.Jakob Odersky2016-03-076-101/+0
| | | | There is no known use of these packages, thus maintaining them adds no real benefit.
* Transition from Autotools to CMakeJakob Odersky2016-03-0714-213/+50
|
* upgrade sbt-jni pluginJakob Odersky2016-01-181-1/+7
|
* Update .gitignoreJakob Odersky2016-01-062-4/+129
| | | | Fixes #22
* Use sbt-jni pluginJakob Odersky2015-12-0821-136/+15
|
* configure.ac: change search paths for JNI headers on OSXJakob Odersky2015-09-251-5/+3
| | | | | * requires JDK 1.7+ * fixes #17
* minor tweaksJakob Odersky2015-09-091-1/+1
|
* update debianJakob Odersky2015-05-082-2/+2
| | | | | * fix "hardening" lintian warning (upgrade to compat 9 and debhelper 9) * use virtual java dependency
* update and fix native version numbersJakob Odersky2015-01-115-5/+11
|
* fully initialize termios structChris Sachs2015-01-101-6/+5
|
* add missing _ in front of _cplusplusJakob Odersky2014-05-071-1/+1
|
* move sbt native wrapper to separate project and remove erronous .pkg filesJakob Odersky2014-04-292-1/+6
|
* exclude m4 (but keep custom definitions)Jakob Odersky2014-04-216-8629/+2
|
* update pkg script and bootstrappingJakob Odersky2014-04-212-2/+2
|
* automate mac package installationJakob Odersky2014-04-211-0/+16
|
* cosmetic change to satisfy github linguistJakob Odersky2014-04-211-3/+3
|
* remove autogenerated filesJakob Odersky2014-04-2114-30991/+31
|
* add option to build without versioned librariesJakob Odersky2014-04-184-1/+39
|
* update debian to configure build correctlyJakob Odersky2014-04-182-2/+3
|
* add version to nameJakob Odersky2014-04-172-15/+15
|
* update autotools buildJakob Odersky2014-04-1715-64800/+19
|
* add jni m4 macroJakob Odersky2014-04-1713-130/+17397
|
* update buildJakob Odersky2014-04-1728-15426/+27306
|
* add autotools support (experimental)Jakob Odersky2014-04-1721-0/+75281
|
* reorganize buildJakob Odersky2014-04-157-14/+12
|
* added a Mac makefile. It's crude, but it works.Joshua Portway2014-04-152-0/+14
|
* include default debian flags in buildJakob Odersky2014-04-081-4/+3
|
* modify build to better conform to debian policiesJakob Odersky2014-04-082-13/+11
|
* update dependencyv2.0.0-RC1Jakob Odersky2014-04-081-1/+1
|
* move native build install location and dependenciesJakob Odersky2014-04-077-13/+18
|
* apply fix for #4 to 2.0 branchJakob Odersky2014-04-011-0/+1
|
* update makefileJakob Odersky2014-03-312-4/+5
|
* update native buildJakob Odersky2014-03-295-33/+89
|
* implement alternative native build, we're kind of at a turning point here, ↵Jakob Odersky2014-03-2813-0/+1134
| | | | see roadmap for ideas
* enable easier cross-compilationJakob Odersky2014-01-142-392/+0
|
* move license to separate fileJakob Odersky2013-07-191-31/+0
|
* change termio initialization to makeraw()-like settingsJakob Odersky2013-07-111-4/+5
|
* add support for different serial configurationsJakob Odersky2013-07-112-23/+63
|
* use select system call instead of poll (because mac doesn't support poll on ↵Jakob Odersky2013-07-111-12/+14
| | | | devices)
* add detailed error messagesJakob Odersky2013-07-111-1/+1
|
* make pipe non-blocking in posix compliant source codeJakob Odersky2013-07-081-1/+6
|
* linking works, testing neededSabine Odersky2013-07-041-1/+2
|
* refactor native source directory layoutJakob Odersky2013-06-301-0/+0
|
* move structure details to source fileJakob Odersky2013-06-302-11/+14
|
* refactor build to a more generic structureJakob Odersky2013-06-272-0/+371
|
* use sbt-native plugin and restructure buildJakob Odersky2013-06-181-294/+0
|
* use sbt-native and jni pluginJakob Odersky2013-06-181-0/+294