MonetDB: cmake-fun - Geom module compiles and installs on Windows.

2019-04-11 Thread Pedro Ferreira
Changeset: 332ecaa15fa1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=332ecaa15fa1 Modified Files: common/utils/CMakeLists.txt geom/lib/CMakeLists.txt geom/monetdb5/CMakeLists.txt Branch: cmake-fun Log Message: Geom module compiles and installs on W

MonetDB: cmake-fun - Missed keyword.

2019-04-11 Thread Pedro Ferreira
Changeset: e98cb8a3ac94 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e98cb8a3ac94 Modified Files: geom/lib/CMakeLists.txt Branch: cmake-fun Log Message: Missed keyword. diffs (12 lines): diff --git a/geom/lib/CMakeLists.txt b/geom/lib/CMakeLists.txt --- a/geom/

MonetDB: cmake-fun - Install mcrypt, mutils, moptions and msabao...

2019-04-11 Thread Pedro Ferreira
Changeset: 831dafa29eb8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=831dafa29eb8 Modified Files: common/options/CMakeLists.txt common/utils/CMakeLists.txt geom/lib/CMakeLists.txt geom/monetdb5/CMakeLists.txt Branch: cmake-fun Log Message:

MonetDB: cmake-fun - Use own script to find geos library.

2019-04-11 Thread Pedro Ferreira
Changeset: e8912be442b1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e8912be442b1 Added Files: cmake/FindGeos.cmake Modified Files: CMakeLists.txt clients/odbc/winsetup/CMakeLists.txt Branch: cmake-fun Log Message: Use own script to find geos libra

MonetDB: cmake-fun - More compilation fixes.

2019-04-11 Thread Pedro Ferreira
Changeset: 41a9227f9e5c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=41a9227f9e5c Modified Files: clients/examples/C/smack00.c clients/examples/C/smack01.c clients/odbc/samples/odbcsample1.c clients/odbc/winsetup/CMakeLists.txt Branch: cmake

MonetDB: cmake-fun - More compilation fixes.

2019-04-11 Thread Pedro Ferreira
Changeset: c18ea0bc0bdf for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c18ea0bc0bdf Modified Files: CMakeLists.txt clients/odbc/samples/arraytest.c clients/odbc/winsetup/setup.c Branch: cmake-fun Log Message: More compilation fixes. diffs (60 lines

MonetDB: cmake-fun - Compilation fixes and better way to find li...

2019-04-11 Thread Pedro Ferreira
Changeset: 7b872229e179 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7b872229e179 Modified Files: CMakeLists.txt clients/odbc/driver/ODBCConvert.c clients/odbc/winsetup/CMakeLists.txt geom/monetdb5/geom.c Branch: cmake-fun Log Message: Comp

MonetDB: default - More hoops: add WINAPI.

2019-04-11 Thread Sjoerd Mullender
Changeset: 3fecd8dec428 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3fecd8dec428 Modified Files: tools/mserver/mserver5.c Branch: default Log Message: More hoops: add WINAPI. diffs (12 lines): diff --git a/tools/mserver/mserver5.c b/tools/mserver/mserver5.c --

MonetDB: default - On Windows, jump through hoops to gently term...

2019-04-11 Thread Sjoerd Mullender
Changeset: e9aefb4fc944 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e9aefb4fc944 Modified Files: testing/Mtest.py.in testing/process.py tools/mserver/mserver5.c Branch: default Log Message: On Windows, jump through hoops to gently terminate server

MonetDB: cmake-fun - Steps into compiling the ODBC driver.

2019-04-11 Thread Pedro Ferreira
Changeset: 5a4acce12d17 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5a4acce12d17 Added Files: clients/odbc/CMakeLists.txt clients/odbc/driver/CMakeLists.txt clients/odbc/samples/CMakeLists.txt clients/odbc/setup/CMakeLists.txt clien

MonetDB: default - Approve tests that now work because sys.sessi...

2019-04-11 Thread Sjoerd Mullender
Changeset: 8eaeaba0dcf5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8eaeaba0dcf5 Modified Files: sql/test/BugTracker-2015/Tests/sessions_crash.Bug-3759.stable.out sql/test/BugTracker-2017/Tests/push_subslice.Bug-6322.stable.err sql/test/BugTracker-

MonetDB: default - Do not assume server isn't run as daemon in p...

2019-04-11 Thread Sjoerd Mullender
Changeset: 2aa4d22736fc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2aa4d22736fc Modified Files: testing/process.py Branch: default Log Message: Do not assume server isn't run as daemon in process.server(). diffs (180 lines): diff --git a/testing/process.py b/

MonetDB: default - Flush before sync.

2019-04-11 Thread Sjoerd Mullender
Changeset: 3d37fa739de7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d37fa739de7 Modified Files: monetdb5/modules/mal/wlc.c Branch: default Log Message: Flush before sync. diffs (11 lines): diff --git a/monetdb5/modules/mal/wlc.c b/monetdb5/modules/mal/wlc.c -

MonetDB: default - Use C11 way of specifying a function doesn't ...

2019-04-11 Thread Sjoerd Mullender
Changeset: 8e8963d9a218 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8e8963d9a218 Modified Files: NT/monetdb_config.h.in clients/Tests/exports.stable.out clients/mapiclient/mclient.c clients/mapiclient/msqldump.c configure.ag

MonetDB: default - Don't call mal_exit() all over the place, and...

2019-04-11 Thread Sjoerd Mullender
Changeset: 97501075b200 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=97501075b200 Modified Files: clients/Tests/exports.stable.out monetdb5/mal/mal.c monetdb5/mal/mal_client.c monetdb5/mal/mal_client.h monetdb5/mal/mal_debugger.c

MonetDB: cmake-fun - Installing extra files.

2019-04-11 Thread Pedro Ferreira
Changeset: 13461cb9f530 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=13461cb9f530 Added Files: clients/NT/CMakeLists.txt clients/examples/C/CMakeLists.txt clients/examples/CMakeLists.txt clients/examples/perl/CMakeLists.txt clients/e

MonetDB: cmake-fun - Compiles, installs and runs on Windows!!!

2019-04-11 Thread Pedro Ferreira
Changeset: f6e9d8ed4e30 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f6e9d8ed4e30 Modified Files: common/utils/CMakeLists.txt common/utils/mprompt.h Branch: cmake-fun Log Message: Compiles, installs and runs on Windows!!! diffs (28 lines): diff --git a/

MonetDB: cmake-fun - Change monet_options, mcrypt, mutils, muuid...

2019-04-11 Thread Pedro Ferreira
Changeset: 3806138c2668 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3806138c2668 Modified Files: CMakeLists.txt common/options/CMakeLists.txt common/options/monet_getopt.h common/options/monet_options.h common/utils/CMakeLists.txt