foundationdb/bindings
mpilman 2537f26de6 First implementaion of more user-friendly cpack
Up unto here this code is only very rudiemantery tested.

This is a firest attempt of making cpack more user-friendly.
The basic idea is to generate a component for package type so
that we can have different paths depending on whether we build
an RPM, a DEB, a TGZ, or a MacOS installer. The cpack package
config file will then chose the correct components to use.

In a later point this should make it possible to build these
with `make packages` and the ugly iteration with calling cmake
between each package would be obsolete. While this solution is
a bit more bloated, it is also much more flexible and it will be
much easier to use.

Another benefit is, that this will get rid of all warnings during
a cpack run
2019-03-07 16:49:29 -08:00
..
bindingtester Python: creating a SingleFloat with an integer didn't work. Updated the tester to exercise this path. 2019-03-01 09:25:53 -08:00
c First implementaion of more user-friendly cpack 2019-03-07 16:49:29 -08:00
flow Remove noexcept macro and replace with BOOST_NOEXCEPT. 2019-03-05 22:06:12 -08:00
go fixef formatting of go code 2019-02-15 00:01:42 -08:00
java Resolves #1235: Java: FDBExceptions are created successful operation completion (#1236) 2019-03-06 18:34:36 -08:00
python Python: creating a SingleFloat with an integer didn't work. Updated the tester to exercise this path. 2019-03-01 09:25:53 -08:00
ruby Ruby bindings for cmake + gem generation 2019-02-15 00:01:42 -08:00
CMakeLists.txt Don't build go bindings in IDE mode 2019-02-26 18:03:08 -08:00
__init__.py remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00