Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | Added warnings to travis building. | irungentoo | |
2014-03-05 | Fix libtoxav link error. | AZ Huang | |
2014-02-22 | Enable nTox in Travis | Maxim Biro | |
2014-02-22 | Make Travis build bootstrap daemon again | Maxim Biro | |
2014-02-19 | Apparently libvpx needs yasm | mannol | |
2014-02-19 | Removed user agent header from msi and updated travis build stuff | mannol | |
2014-02-18 | Stupid mistake | mannol | |
2014-02-18 | No need for libconfig in travis | mannol | |
2014-02-18 | Ugh | mannol | |
2014-02-16 | This should install vpx | mannol | |
2013-12-19 | This might help travis pass the CPU intensive tests. | irungentoo | |
Gotta go fast. | |||
2013-11-20 | echo is useless | Sean | |
2013-11-20 | Fixed "'" | Sean | |
2013-11-20 | Fixed that | Sean | |
2013-11-20 | No one actually gives a shit about seeing this, so lets actually be able to ↵ | Sean Qureshi | |
see useful stuff | |||
2013-10-13 | tox A/V: integration of A/V code into tox | mannol | |
Also-by: Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc> | |||
2013-08-31 | Removed useless line from travis. | irungentoo | |
2013-08-30 | Add "make dist" to travis | jin-eld | |
this should allow us to catch build system errors related to removing or adding source files | |||
2013-08-24 | Move travis build to autotools | jin-eld | |
2013-08-24 | Implemented autotools based build scripts | jin-eld | |
supported options: --with-dependency-search=DIR will tell configure to look for various dependencies in DIR/include and DIR/lib Alternatively you can also specify libsodium header and libs location with --with-libsodium-headers and --with-libsodium-libs if it is installed elsewhere. Ncurses and libconfig are handled via the default pkg-config way, see ./configure --help=short for detailed information. The tox library is compiled as libtoxcore in shared and static variants, public headers are installed to ${prefix}/include/tox A pkg-config libtoxcore.pc configuration file is provided. Use ./configure --help for a full list of configure options or ./configure --help=short for the options that I added. To generate the configure script after pulling from git use: autoreconf -i To generate a release tarball use: make dist Unit tests are handled by the libcheck library integration that is provided by autotools, use: make check to compile and run the tests. Unit tests are currently optional, i.e. - if the check library is not found on the system, then tests will be disabled. Same goes for nTox and DHT bootstrap daemon - they will be enabled or disabled depending on the availability of ncurses (for nTox) or libconfig (for DHT bootstrap daemon). The above can be also tuned by: --enable-tests / --disable-tests --enable-ntox / --disable-ntox --enable-dht-bootstrap-daemon / --disable-dht-bootstrap-daemon | |||
2013-08-08 | Run unit tests with travis | Florian Hahn | |
2013-08-07 | jesus, I'm going to sleep after this commit | charmlesscoin | |
2013-08-07 | removed script changes so _this_ build will pass | charmlesscoin | |
2013-08-07 | Cleanup test and work on .travis file | charmlesscoin | |
2013-08-01 | Test building docs with travis | Florian Hahn | |
2013-07-30 | Merge branch 'master' into nurupo-master | irungentoo | |
Conflicts: .travis.yml | |||
2013-07-30 | Modified Travis to build libconfig from sources | Maxim Biro | |
2013-07-30 | travis: use -q instead of -qq to prevent travis from sometimes timing out on ↵ | Rylai | |
long apt-get updates | |||
2013-07-30 | travis: use apt-get -y option instead of GNU yes | Rylai | |
The Advanced Packaging Tool has an option to automatically assume Yes to all queries. We don't need to use GNU yes for this. | |||
2013-07-29 | New irc channel. | Maxim Biro | |
2013-07-23 | Fixed Travis build | Maxim Biro | |
2013-07-21 | Updated .travis.yml to build all targets | Maxim Biro | |
2013-07-17 | Make Travis use clang | Maxim Biro | |
2013-07-17 | Improved build system | Maxim Biro | |
2013-07-12 | Fixed cmake and Travis | Maxim Biro | |
2013-07-12 | If someone wants to fix the cmake, go ahead. | irungentoo | |
2013-07-12 | First part of DHT hardening done. | irungentoo | |
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium) | |||
2013-06-24 | Added support of Travis CI | Maxim Biro | |