MonetDB: subquery - Implemented an extra :bit argument to algebr...

2019-04-15 Thread Sjoerd Mullender
Changeset: 9e6df0555030 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e6df0555030 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out gdk/gdk.h gdk/g

MonetDB: cmake-fun - Compiling R integration on Windows, plus ch...

2019-04-15 Thread Pedro Ferreira
Changeset: e12a2261f3c7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e12a2261f3c7 Modified Files: CMakeLists.txt cmake/FindCfitsio.cmake sql/backends/monet5/vaults/fits/fits.c Branch: cmake-fun Log Message: Compiling R integration on Windows, plus

MonetDB: cmake-fun - Make sure find_library doesn't use the same...

2019-04-15 Thread Pedro Ferreira
Changeset: 0c64fbcf9348 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0c64fbcf9348 Modified Files: CMakeLists.txt Branch: cmake-fun Log Message: Make sure find_library doesn't use the same cache value for python2 and python3 link libraries by using different varia

MonetDB: cmake-fun - Better way to check major python version.

2019-04-15 Thread Pedro Ferreira
Changeset: 8c8f434132a2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8c8f434132a2 Modified Files: CMakeLists.txt Branch: cmake-fun Log Message: Better way to check major python version. diffs (29 lines): diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeL

MonetDB: default - Merge with Apr2019 branch.

2019-04-15 Thread Sjoerd Mullender
Changeset: e54da523d96a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e54da523d96a Modified Files: debian/monetdb5-sql.install gdk/gdk_bbp.c Branch: default Log Message: Merge with Apr2019 branch. diffs (29 lines): diff --git a/debian/monetdb5-sql.instal

MonetDB: Apr2019 - Repair incorrect merge.

2019-04-15 Thread Sjoerd Mullender
Changeset: 9b374b041e39 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b374b041e39 Modified Files: gdk/gdk_bbp.c Branch: Apr2019 Log Message: Repair incorrect merge. diffs (16 lines): diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c --- a/gdk/gdk_bbp.c +++ b/gdk/gdk_b

MonetDB: cmake-fun - DOn't check for pid_t on MSVC compilation.

2019-04-15 Thread Pedro Ferreira
Changeset: df8f910f0b0b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=df8f910f0b0b Modified Files: CMakeLists.txt Branch: cmake-fun Log Message: DOn't check for pid_t on MSVC compilation. diffs (36 lines): diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMake

MonetDB: cmake-fun - Simplify numpy module search.

2019-04-15 Thread Pedro Ferreira
Changeset: 7ca7b3880630 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7ca7b3880630 Modified Files: CMakeLists.txt Branch: cmake-fun Log Message: Simplify numpy module search. diffs (93 lines): diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++

MonetDB: cmake-fun - Better way to determine python version.

2019-04-15 Thread Pedro Ferreira
Changeset: 91a79aba1b26 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=91a79aba1b26 Modified Files: CMakeLists.txt Branch: cmake-fun Log Message: Better way to determine python version. diffs (40 lines): diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLis

MonetDB: cmake-fun - Find python libraries on Windows via the co...

2019-04-15 Thread Pedro Ferreira
Changeset: 344c27cb75f9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=344c27cb75f9 Modified Files: CMakeLists.txt Branch: cmake-fun Log Message: Find python libraries on Windows via the conventional way. diffs (169 lines): diff --git a/CMakeLists.txt b/CMakeList

MonetDB: cmake-fun - Compiling python udfs on Windows.

2019-04-15 Thread Pedro Ferreira
Changeset: 3abdf0075512 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3abdf0075512 Modified Files: CMakeLists.txt tools/merovingian/client/CMakeLists.txt tools/merovingian/daemon/CMakeLists.txt Branch: cmake-fun Log Message: Compiling python udfs on

MonetDB: cmake-fun - Compiles and installs R udfs module.

2019-04-15 Thread Pedro Ferreira
Changeset: 60221522a006 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=60221522a006 Added Files: monetdb5/extras/rapi/CMakeLists.txt Modified Files: CMakeLists.txt monetdb5/extras/CMakeLists.txt Branch: cmake-fun Log Message: Compiles and installs R

MonetDB: cmake-fun - Compiles and installs data python 2 and 3 u...

2019-04-15 Thread Pedro Ferreira
Changeset: 8fc24a86548e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8fc24a86548e Added Files: sql/backends/monet5/UDF/pyapi/CMakeLists.txt sql/backends/monet5/UDF/pyapi3/CMakeLists.txt Modified Files: CMakeLists.txt monetdb_config.h.in

MonetDB: cmake-fun - Compiles and installs data vaults.

2019-04-15 Thread Pedro Ferreira
Changeset: fe0b5e0988cc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fe0b5e0988cc Added Files: sql/backends/monet5/vaults/CMakeLists.txt sql/backends/monet5/vaults/bam/CMakeLists.txt sql/backends/monet5/vaults/fits/CMakeLists.txt sql/backend

MonetDB: default - Typo.

2019-04-15 Thread Sjoerd Mullender
Changeset: 77ffc46a0516 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=77ffc46a0516 Modified Files: testing/process.py Branch: default Log Message: Typo. diffs (12 lines): diff --git a/testing/process.py b/testing/process.py --- a/testing/process.py +++ b/testing