summaryrefslogtreecommitdiff
path: root/deps
Commit message (Collapse)AuthorAgeFilesLines
* incomplete doc of sort_appUlf Wiger2016-02-121-1/+4
|
* Adapt test suite to new scripts, scripts more flexible, bt not defaultUlf Wiger2016-02-121-2/+9
| | | | | | | - rvi_install & rvi_ctl adapted so they can be run from different directories - ensure that RVI_LOGDIR is respected consistently - RVI_RUNDIR allows for specifying where the boot scripts are stored - bt apps excluded by default, can be put back in through config if needed
* Added capability to cross compileRudolf J Streif2016-02-081-8/+26
| | | | | | | | | | | | The original rebar.config.script uses erland:system_info(system_architecture) to obtain the machine triplet e.g x86_64-redhat-linux-gnu. This does not work in a cross environment where rebar runs inside a native Erlang runtime. The rebar script now tries to detect if it runs in a cross environment by checking the envrionment variable CXX. If it's set that typically indicates that a cross compiler is used (but even if not it won't hurt). It then determines the machine triplet from the cross compiler as well as the sysroot. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
* More robust listeners, lots of bugfixes for (and in) test suiteUlf Wiger2015-12-132-4/+4
|
* new protocol & setup scriptsUlf Wiger2015-12-064-105/+147
|
* upgrade edown for OTP 18.1Ulf Wiger2015-11-2713-249/+154
|
* All tests (incl remote method inv) passUlf Wiger2015-11-201-7/+9
| | | | | | | - No signatures on messages (dlink_tls) - dlink_bt wasn't actually tested (test case passed erroneously) - added proto_msgpack component - fixed sneaky bug in 'setup'
* Lots of changes to make dlink_bt (simulated) and dlink_tls runtime tests passUlf Wiger2015-11-2073-1796/+11027
| | | | | | | | | | * Introduced high-level logging (rvi_log) * Upgraded to new lager version, customized debug output * Thread rvi_log IDs between nodes and components * Introduce simplified protocol for dlink_tls * Use msgpack encoding for dlink_tls * dlink_bt can use TCP instead of Bluetooth for testing purposes * Bug fixes and additions to the test suite
* w.i.p. transition to jsx json codecUlf Wiger2015-11-2048-32/+8592
|
* Add dlink_tlsUlf Wiger2015-11-203-46/+208
| | | | | | | | - Authorization works just like for dlink_tcp - After authorization, the TCP session is upgraded to TLS - Currently, hard-coded use of OTP's example certs and keys - Test suite installs a tls client and tls backend, but doesn't start them - Manually tested that authorization and service announcement work
* Removed build artifactMagnus Feuer2015-10-011-0/+0
|
* Now builds under tizenMagnus Feuer2015-10-011-3/+3
|
* Added dependencies that GBS needs to build tizen imageMagnus Feuer2015-09-2824-0/+5168
|
* add deps/gprocUlf Wiger2015-08-1764-0/+19863
|
* fix faulty gproc checkinUlf Wiger2015-08-171-0/+0
|
* extended test suite + python script fixUlf Wiger2015-08-117-28/+161
|
* au and sa working with sms simulatorUlf Wiger2015-07-279-66/+964
|
* master: Merged from PDXostcMagnus Feuer2015-07-1359-3805/+111
|\
| * Now has functional btMagnus Feuer2015-06-243-37/+48
| |
| * Fix for parametersMagnus Feuer2015-06-232-34/+92
| |
| * First stab at simplified websocketMagnus Feuer2015-06-1157-3763/+0
| |
* | w.i.p.Ulf Wiger2015-06-1010-107/+761
|/
* Bumped to 0.4.0. Added bt deps.Magnus Feuer2015-06-0947-0/+21341
|
* Initial commit of depsMagnus Feuer2015-04-17263-0/+41569