summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAge
* Replaced readline with cpp-linenoiseChristian Mollekopf2018-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 osxChristian Mollekopf2018-03-18
|
* Removed unnecessary messageChristian Mollekopf2017-08-13
|
* libgit version checkChristian Mollekopf2017-03-06
|
* Remove unnecessary message in FindLMDBFilipe Saraiva2017-03-04
|
* Create and add FindLMDB to CMakeLists.txtFilipe Saraiva2017-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 appAaron Seigo2015-12-23
|
* Instead of a minimum required version, just check wether we have the ↵Christian Mollekopf2014-12-18
| | | | required functions.
* commit hashes!Aaron Seigo2014-12-11
|
* add flatbuffer support and use that for the handshakeAaron Seigo2014-11-30