1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
Sandu Liviu Catalin
b4bf96ce4b Add MariaDB Connector/C as a built-in alternative (v3.2.3). 2021-09-21 20:59:01 +03:00
Sandu Liviu Catalin
d787803fd8 Implement stealing the memory from POCO buffer.
So I don't have to allocate one if I don't have to.
2021-09-05 12:03:57 +03:00
Sandu Liviu Catalin
9f808376b9 Update PocoMacros.cmake 2021-09-05 00:43:55 +03:00
Sandu Liviu Catalin
cbfed04bc9 Remove CivetWeb in favor of POCO. 2021-09-05 00:38:00 +03:00
Sandu Liviu Catalin
44ed4c849c Update PocoMacros.cmake 2021-09-05 00:30:00 +03:00
Sandu Liviu Catalin
21c9797d1a Update CMakeLists.txt 2021-08-22 19:05:32 +03:00
Sandu Liviu Catalin
acadc852c4 Update ICMPv4PacketImpl.h 2021-08-22 18:07:20 +03:00
Sandu Liviu Catalin
7a3d92d1d1 Update POCO to 1.11.0 2021-08-22 18:07:06 +03:00
Sandu Liviu Catalin
cb359ed61e Disable macro error for release with debug info builds in POCO. 2021-08-18 21:36:08 +03:00
Sandu Liviu Catalin
82dfda13cb Update CMakeLists.txt 2021-06-12 17:49:23 +03:00
Sandu Liviu Catalin
c74f0a0eb0 Update File_WIN32U.cpp 2021-04-20 19:24:34 +03:00
Sandu Liviu Catalin
4c2509b535 Update CMakeLists.txt 2021-04-20 19:24:30 +03:00
Sandu Liviu Catalin
e7f95ce9e6 Update SQLite to version 3.35.3.
Enable internal functionality that may be disabled by default.
2021-03-31 17:29:25 +03:00
Sandu Liviu Catalin
36757bb70e Revert changes. 2021-02-04 03:47:52 +02:00
Sandu Liviu Catalin
b12a8ac2a0 RecordSet was missing currentRow method. 2021-02-04 02:44:10 +02:00
Sandu Liviu Catalin
8c4d9a0269 Update CMakeLists.txt 2021-02-01 03:41:05 +02:00
Sandu Liviu Catalin
8b686330da Update SessionHandle.cpp 2021-02-01 03:37:01 +02:00
Sandu Liviu Catalin
0cdb18af25 Update CMakeLists.txt 2021-02-01 03:20:06 +02:00
Sandu Liviu Catalin
318bcf10c5 Some mysql installations don't have mysql_reset_connection 2021-02-01 02:30:18 +02:00
Sandu Liviu Catalin
2ad78d66f4 Update SQLite to 3.34.1. 2021-01-31 23:06:48 +02:00
Sandu Liviu Catalin
52d44fe9b9 Create cmake_uninstall.cmake.in 2021-01-31 23:02:15 +02:00
Sandu Liviu Catalin
354089270a Add filex excluded by the gitignore. 2021-01-31 22:59:25 +02:00
Sandu Liviu Catalin
4a6bfc086c Major plugin refactor and cleanup.
Switched to POCO library for unified platform/library interface.
Deprecated the external module API. It was creating more problems than solving.
Removed most built-in libraries in favor of system libraries for easier maintenance.
Cleaned and secured code with help from static analyzers.
2021-01-30 08:51:39 +02:00