log

age author description
2019-04-18 Pedro Ferreira Missed check, plus link libraries only on Windows. cmake-fun
2019-04-18 Pedro Ferreira Fixed installation script, plus I realized that we should check for OpenSSL symbols too. cmake-fun
2019-04-18 Pedro Ferreira Try to find CommonCrypto library first, if not then try OpenSSL. cmake-fun
2019-04-18 Martin van Dinther Extending test with DROP TABLE t111 CASCADE; such that created objects (table and trigger) are properly removed. Apr2019
2019-04-18 Pedro Ferreira Merge. cmake-fun
2019-04-18 Pedro Ferreira Merge with default. cmake-fun
2019-04-18 Niels Nes merged cmake-fun
2019-04-18 Niels Nes small fix, now Mtest.py runs cmake-fun
2019-04-18 Pedro Ferreira Do not check for -Wno-unreachable-code on MSVC. cmake-fun
2019-04-18 Martin van Dinther Approve 32bit output to resolve reported differences on testweb Apr2019
2019-04-18 Pedro Ferreira Cleanup, remove code checks for Solaris compilation, malloc libraries, thread libraries, unused include files. cmake-fun
2019-04-18 Niels Nes merged subquery
2019-04-18 Niels Nes small output approvals subquery
2019-04-18 Sjoerd Mullender Add a hint to the compiler. subquery
2019-04-18 Sjoerd Mullender Don't use bitfields in atoms that end up in BATs: their layout is not guaranteed.
2019-04-18 Sjoerd Mullender Use proper limits for date type in analytics.
2019-04-18 Sjoerd Mullender Approve error message.
2019-04-17 Niels Nes merged subquery
2019-04-17 Sjoerd Mullender Merge with Apr2019 branch.
2019-04-17 Sjoerd Mullender Fix storage of timezone rules inside a timezone value. Apr2019
2019-04-17 Niels Nes merged with default subquery
2019-04-17 Pedro Ferreira Don't create dbpath twice.
2019-04-17 Pedro Ferreira Merge with default. cmake-fun
2019-04-17 Pedro Ferreira Fix for clang compilation. Also give netcdf target another name to avoid confusion with the library of same name. cmake-fun
2019-04-17 Pedro Ferreira Compilation fixes. cmake-fun
2019-04-17 Pedro Ferreira I hate cmake generator expressions. cmake-fun
2019-04-17 Pedro Ferreira Declare one link library per cmake generator expression. cmake-fun
2019-04-17 Pedro Ferreira Reduce library linking on non Windows platforms. cmake-fun
2019-04-17 Pedro Ferreira Cleanup, use module to find liblas libraries and include directories, removed redundant compilation messages, fixed compiler flags tests. cmake-fun
2019-04-16 Sjoerd Mullender Fixes to subquery anti-join. subquery
2019-04-16 Niels Nes improvements for antijoin subquery
2019-04-16 Pedro Ferreira Do compiler flags checks later to avoid conflicts with libraries tests. cmake-fun
2019-04-16 Pedro Ferreira Test fixes. "string_copy" function is also defined by another library, use a non redundant name. cmake-fun
2019-04-16 Sjoerd Mullender Make it (hopefully abundantly) clear when a test file is missing. Apr2019
2019-04-16 Pedro Ferreira Revert stat changes, plus fixed Mtest compile variables. cmake-fun
2019-04-16 Ying Zhang Added test for Bug 6697 Apr2019
2019-04-16 Sjoerd Mullender Closing branch after it was merged into default. in-memory
2019-04-16 Sjoerd Mullender Merge in in-memory branch.
2019-04-16 Sjoerd Mullender Fix copyright year. in-memory
2019-04-16 Sjoerd Mullender Merge with default branch. in-memory
2019-04-16 Pedro Ferreira Merge with default. cmake-fun
2019-04-16 Pedro Ferreira Merge with default. ipv6
2019-04-16 Pedro Ferreira Compiling rapi on Windows. cmake-fun
2019-04-15 Sjoerd Mullender Implemented an extra :bit argument to algebra.difference for NOT IN queries. subquery
2019-04-15 Pedro Ferreira Compiling R integration on Windows, plus check fitsio.h file correctly. cmake-fun
2019-04-15 Pedro Ferreira Make sure find_library doesn't use the same cache value for python2 and python3 link libraries by using different variable names. cmake-fun
2019-04-15 Pedro Ferreira Better way to check major python version. cmake-fun
2019-04-15 Sjoerd Mullender Merge with Apr2019 branch.
2019-04-15 Sjoerd Mullender Repair incorrect merge. Apr2019
2019-04-15 Pedro Ferreira DOn't check for pid_t on MSVC compilation. cmake-fun
2019-04-15 Pedro Ferreira Simplify numpy module search. cmake-fun
2019-04-15 Pedro Ferreira Better way to determine python version. cmake-fun
2019-04-15 Pedro Ferreira Find python libraries on Windows via the conventional way. cmake-fun
2019-04-15 Pedro Ferreira Compiling python udfs on Windows. cmake-fun
2019-04-15 Pedro Ferreira Compiles and installs R udfs module. cmake-fun
2019-04-15 Pedro Ferreira Compiles and installs data python 2 and 3 udf modules. cmake-fun
2019-04-15 Pedro Ferreira Compiles and installs data vaults. cmake-fun
2019-04-15 Sjoerd Mullender Typo.
2019-04-14 Pedro Ferreira Fixed compilation and linking flags listening. cmake-fun
2019-04-14 Martin Kersten Recognize type qualifiers in MAL calls and detect conflicts