8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00
Commit Graph

74 Commits

Author SHA1 Message Date
dimitr
ff3365520a Fixed Windows build. 2015-06-08 10:55:30 +00:00
hvlad
7400866d99 Windows implementation of ISC_utf8Upper. Refactoring. Update VC10 and VC12 builds. 2015-05-04 11:45:05 +00:00
hvlad
0dc264c5ad Update MSVC10 build after recent changes 2015-03-22 22:42:23 +00:00
robocop
dd692e9225 Modified the MSVC10 build according to Alex's changes but still can't compile. 2015-03-21 03:01:48 +00:00
dimitr
2286b5a600 Postfixes for Windows builds. 2015-02-15 08:31:15 +00:00
hvlad
8ef8c8b643 This should fix msvc10 and msvc12 builds 2015-02-13 13:46:49 +00:00
hvlad
70358620b4 This should fix MSVC10 build 2015-02-04 11:51:26 +00:00
dimitr
5d0f362be8 Fixed Windows builds. 2015-01-27 10:31:34 +00:00
asfernandes
157d5c4eb1 Split the UDR examples in multiple files to demonstrate how it should be done. 2015-01-26 14:52:54 +00:00
asfernandes
e9f74f04d1 Improvements to the UDR plugin. 2015-01-25 20:27:46 +00:00
hvlad
5d6723c25b Support for zlib on Windows 2014-12-01 09:04:39 +00:00
hvlad
d5c08a9fd0 Move ConfigRoot from common to the yvalve. Add its methods to the public interface ConfigManager.
Now all plug-ins have the same root\install folders.
It should fix CORE-4581 and related issues.
MSVC10 and MSVC12 builds are updated, Posix and Darwin builds will follow.
2014-11-26 09:45:42 +00:00
alexpeshkoff
9f5be859ad Fixed VC10 build 2014-09-03 13:51:48 +00:00
dimitr
1f630915db Cleanup and small refactoring to avoid redundancy. 2014-08-15 14:20:11 +00:00
dimitr
46e8e8d3e0 Fixed Windows builds. 2014-07-31 09:01:38 +00:00
skidder
7c743fc291 Fix build warnings 2014-07-17 18:48:46 +00:00
hvlad
c04233f92a Fixed VC10 build - make all project use the same set of include directories. 2014-04-30 11:09:32 +00:00
robocop
3ae049affd Never underestimate the brute force approach to make a build succeed after changes in other platforms. 2014-04-05 02:15:40 +00:00
asfernandes
580a32a80d It's not needed anymore to link against ICU import libraries. 2014-02-21 15:46:28 +00:00
hvlad
ac9e180d73 Adjusted MSVC10 build. 2014-01-16 11:41:46 +00:00
hvlad
15e24b0dd7 Convert legacy auth server to non-builtin plugin on windows (MSVC10 build). 2013-10-29 08:46:32 +00:00
hvlad
e53c80abd8 Update Windows build 2013-03-28 12:09:18 +00:00
dimitr
7ef0a0aa14 Cleanup. MSVC10 does not like references to non-existing files. As for INTL, I see no sense in seeing all the charsets/collations in the IDE. 2013-03-17 17:09:26 +00:00
dimitr
218369162e An ultimate solution for the CRT warnings targeted at both native and external (ICU, BTYACC) modules. Inspired by the ICU-only patch contributed by Dmitry Kovalenko. 2013-03-06 14:30:05 +00:00
hvlad
113f9ee812 Update MSVC10 build 2013-02-19 11:50:00 +00:00
dimitr
3dd0507b96 Wiped out the code that never worked due to the missing support for native quads. 2012-11-01 01:36:27 +00:00
hvlad
9bd1bcea60 Update msvc10 build 2012-06-13 07:59:09 +00:00
dimitr
858fc9c83e Fixed all other Windows builds. 2012-03-22 07:25:17 +00:00
hvlad
52f3ed895e Fixed Windows build 2012-03-01 18:18:46 +00:00
asfernandes
df31dac958 Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +00:00
hvlad
a10c75f37c Update windows builds 2012-01-26 14:14:25 +00:00
dimitr
af516c5c3f Cleanup. 2012-01-11 07:51:04 +00:00
dimitr
2be20979b1 Cleanup. 2012-01-11 07:48:52 +00:00
hvlad
d95de831a8 Misc 2012-01-02 11:14:20 +00:00
hvlad
7bd31f9642 Update VS 2010 build to support SRP.
New plugin srp.dll is created - it is necessary for user management using SRP.
VC8\VC9 builds will follow tomorrow.
2011-12-26 23:35:48 +00:00
asfernandes
016ddf41dc Refactored CREATE FILTER and CREATE INDEX. 2011-11-27 19:08:06 +00:00
asfernandes
b956356922 DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE. 2011-11-22 16:33:25 +00:00
asfernandes
193f9379b9 Refactor DDL commands: DROP INDEX, DROP FILTER, DROP SHADOW, CREATE/DROP ROLE and DROP USER. 2011-11-13 21:32:12 +00:00
hvlad
c994f7e32a Make legacy (security database based) user management plugin consistent :
- binary name changed from user_management.dll to legacy_usermanager.dll (on Windows only, POSIX will follow soon)
- registration name was changed from "Legacy_Auth" to "Legacy_UserManager" (see UserManager setting in firebird.conf)
2011-06-30 13:17:04 +00:00
hvlad
1cd57845ef Update Windows build 2011-06-13 10:40:27 +00:00
asfernandes
7ad98cd292 Work in progress on the external engines API changes. 2011-06-01 01:44:54 +00:00
hvlad
99c9c8e2db Enabled background threads (garbage collector and cache writer).
Introduced special kind of system attachments used in this threads and show its activity in monitoring.
2011-05-27 07:57:16 +00:00
hvlad
70670f8229 Cleanup 2011-05-24 20:44:47 +00:00
hvlad
2c848d3503 Update Windows build 2011-05-20 07:22:32 +00:00
hvlad
c65bbf74ca Preparing for the shared page cache : new sync objects ported from Vulcan 2011-04-28 14:35:58 +00:00
hvlad
6c912c804a Update MSVC10 build 2011-04-26 07:05:29 +00:00
hvlad
49aaf2c287 Update MSVC10 build 2011-04-17 08:33:09 +00:00
hvlad
90de193a3a Add ICU's include folder to isql 2011-04-06 12:07:14 +00:00
hvlad
0bd7d05e71 Follow Alex changes 2011-03-02 23:42:58 +00:00
asfernandes
97da335f60 Removed the legacy DSQL hash table module (HSHD). 2011-02-26 21:52:47 +00:00