Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Enable stderr for test in travis | Thiago de Arruda | 2014-02-26 | |
| | | | | | This is necessary to keep the build from 'erroring' since running the tests with valgrind will take a long time | |||
* | Modify travis configuration to install valgrind | Thiago de Arruda | 2014-02-26 | |
| | | | | This should fix previous build failures | |||
* | Remove -e option from travis shell script | Thiago de Arruda | 2014-02-26 | |
| | ||||
* | Fix travis script | Thiago de Arruda | 2014-02-26 | |
| | | | | It was broke because the ls command failed when no valgrind.* file were found | |||
* | Add test reporting to travis script | Thiago de Arruda | 2014-02-26 | |
| | ||||
* | Enable valgrind when testing on travis | Thiago de Arruda | 2014-02-26 | |
| | | | | | This will slow down testing but will detect pull requests that introduce memory leaks. | |||
* | Add valgrind suppression file | Thiago de Arruda | 2014-02-26 | |
| | ||||
* | Temporarily remove valgrind check in travis build | Thiago de Arruda | 2014-02-26 | |
| | ||||
* | Add configuration to help debug memory leaks | Thiago de Arruda | 2014-02-26 | |
| | ||||
* | Merge branch 'bundle-libuv' of github.com:rjw57/neovim into rjw57-bundle-libuv | Thiago de Arruda | 2014-02-26 | |
|\ | ||||
| * | get-libuv.sh: compile bundled libuv | Rich Wareham | 2014-02-24 | |
| | | | | | | | | | | Rename file to reflect new intent of script. Libuv is bundled into the third-party directory. Modify the script to compile but not fetch libuv. | |||
* | | silence tar when getting libuv | ash-lshift | 2014-02-25 | |
| | | ||||
* | | Silenced wget's progress bar | Theo Belaire | 2014-02-25 | |
| | | | | | | | | | | | | | | This way it won't show up in travis-ci like: 0% [ ] 0 --.-K/s 100%[======================================>] 371,453 --.-K/s | |||
* | | Added curl support and one test | Theo Belaire | 2014-02-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it checks for the existance of curl after failing to find wget. Note that I ended up removing the quotes around $url when referencing it in the call to wget, since urls can't have spaces anyways, and the correct quoting was messy. To test, I did rm -r .deps make clean make cmake make And it worked. | |||
* | | scripts/common.sh: remove a couple bashisms | John Szakmeister | 2014-02-23 | |
|/ | | | | | This allows the scripts to work on systems that don't have /bin/bash as /bin/sh--such as Debian. | |||
* | First pass on getting build working on FreeBSD. | Sean Long | 2014-02-22 | |
| | ||||
* | fix build on OSX | aph | 2014-02-01 | |
| | ||||
* | Automate libuv download and build | Thiago de Arruda | 2014-02-01 | |