Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replaced readline with cpp-linenoise | Christian Mollekopf | 2018-05-23 |
| | | | | | | | | | ... a single header readline replacement that works on all linux, osx and windows (or so they claim). Besides cleaning up the code considerably, it should help us build sinksh on windows where readline is not really (there are some ancient broken readline ports) available. cpp-readline comes from here: https://github.com/yhirose/cpp-linenoise | ||
* | Avoid a completely outdated readline, such as on osx | Christian Mollekopf | 2018-03-18 |
| | |||
* | Removed unnecessary message | Christian Mollekopf | 2017-08-13 |
| | |||
* | libgit version check | Christian Mollekopf | 2017-03-06 |
| | |||
* | Remove unnecessary message in FindLMDB | Filipe Saraiva | 2017-03-04 |
| | |||
* | Create and add FindLMDB to CMakeLists.txt | Filipe Saraiva | 2017-03-03 |
| | | | | | | Currently CMakeLists doesn't look for LMDB, a required dependency for sink. This commit creates a FindLMDB script based in an original script available in BSD license and add it to CMakeLists.txt. | ||
* | initial import of the new cli app | Aaron Seigo | 2015-12-23 |
| | |||
* | Instead of a minimum required version, just check wether we have the ↵ | Christian Mollekopf | 2014-12-18 |
| | | | | required functions. | ||
* | commit hashes! | Aaron Seigo | 2014-12-11 |
| | |||
* | add flatbuffer support and use that for the handshake | Aaron Seigo | 2014-11-30 |