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

50878 Commits

Author SHA1 Message Date
egorpugin
3406adde65 [build] [cmake] Add missed dependencies. 2015-02-06 14:28:54 +00:00
egorpugin
25fd28f604 [build] [cmake] Call custom commands via scripts. 2015-02-06 12:58:17 +00:00
firebirds
b7ef59a8fe nightly update 2015-02-06 00:14:11 +00:00
hvlad
3ca5a7b007 It should fix regression CORE-4653 : Crash on infinite mutual SP calls (instead of "Too many concurrent executions of the same request.") 2015-02-05 23:04:36 +00:00
egorpugin
0fbb859f43 [build] [cmake] Bump minimal cmake version. Add missed dependency. 2015-02-05 17:10:41 +00:00
egorpugin
e50c2a4708 [build] [cmake] Do not place boot targets into output directory. 2015-02-05 06:36:23 +00:00
firebirds
968ba029f5 nightly update 2015-02-05 00:44:51 +00:00
hvlad
2b4df2f187 MSVC12 build system:
- use XP-compatible toolset for 32-bit builds
- set linker option "Subsystem" where it was missing
- misc
2015-02-04 14:03:43 +00:00
smirnoffjr
1b0fc3387a Small fix for generic UNIX Mnt::get() implementation 2015-02-04 13:37:51 +00:00
dimitr
94f2b810d4 Misc improvements. 2015-02-04 12:53:58 +00:00
dimitr
61ca786437 Cleanup and simplification. 2015-02-04 12:43:01 +00:00
hvlad
70358620b4 This should fix MSVC10 build 2015-02-04 11:51:26 +00:00
firebirds
53ccf2388f nightly update 2015-02-04 00:12:32 +00:00
dimitr
c8d6349c77 Replace a verb-cleanup bugcheck with regular error + transaction invalidation. 2015-02-03 16:31:05 +00:00
dimitr
0cbb81daed Added new error message. 2015-02-03 16:16:28 +00:00
dimitr
881b326f0b Minor improvements to Arg::StatusVector. 2015-02-03 16:12:23 +00:00
asfernandes
69ccf374b7 Fix Windows (cmake only) build. Linux build currently is not using udr_plugin.vers when linking examples/udr. 2015-02-03 14:56:20 +00:00
alexpeshkoff
6d7af88734 WIP on CORE-3885: Firebird for Android, AI_V4MAPPED flag not supported, now server startup succeeds 2015-02-03 14:24:54 +00:00
dimitr
3986cb883c Fixed a mistake. 2015-02-03 11:03:33 +00:00
dimitr
7be19d2778 Small refactoring. 2015-02-03 10:33:39 +00:00
egorpugin
269e1a26ab [build] [cmake] Add 'gfix -write async' command on databases during build. Fix clang+linux build. 2015-02-03 07:10:47 +00:00
dimitr
7c6a608ad8 Fixed one of my last commits, thanks to Adriano. 2015-02-03 06:48:50 +00:00
asfernandes
8a3bf7529a Warnings. 2015-02-03 00:43:30 +00:00
firebirds
ca802d0e96 nightly update 2015-02-03 00:15:22 +00:00
alexpeshkoff
7bcfa91654 WIP on CORE-3885: Firebird for Android, databases may be created, trivial requests run in embedded mode 2015-02-02 17:14:06 +00:00
alexpeshkoff
dba8dcd9e9 WIP on CORE-3885: Firebird for Android, ignore pseudo-error caused by Google bug 2015-02-02 15:25:45 +00:00
dimitr
8d28efe1b5 Fixed CORE-4075: Server bugchecks or crashes on exception in calculated index. First part of the fix. 2015-02-02 09:27:38 +00:00
dimitr
6addf917b5 Additional fix for CORE-4673: Computed index based on a computed column stores NULL for all its keys. 2015-02-02 08:53:32 +00:00
firebirds
f177f113fe nightly update 2015-02-02 00:12:56 +00:00
egorpugin
23178f0d09 [build] [cmake] Move some projects to Boot folder. Improve generating of build_msg and codes. Fix Windows issue with databases. 2015-02-01 16:43:35 +00:00
firebirds
31ccad8148 nightly update 2015-02-01 00:13:49 +00:00
egorpugin
5bb8d48e3f [build] Fix OS X build: removed extra qualification on member Mnt(). 2015-01-31 15:04:14 +00:00
firebirds
50ba077282 nightly update 2015-01-31 00:14:04 +00:00
egorpugin
acbd633e45 [build] [cmake] Make 'remote' and 'common' targets private for 'yvalve' target. 2015-01-30 20:23:34 +00:00
alexpeshkoff
f8921b668c WIP on CORE-3885: Firebird for Android, fix ICU load 2015-01-30 17:25:35 +00:00
dimitr
a212d550e8 Simplest possible fix for regression CORE-4673: Computed index based on a computed column stores NULL for all its keys. 2015-01-29 15:16:00 +00:00
dimitr
9a402f4921 Removed the redundant code (accidental copy-paste remaining), thanks to Adriano. 2015-01-29 10:47:11 +00:00
dimitr
0707f3a747 Fixed CORE-4675: Conditions like WHERE <field> = <cursor>.<field> don't use existing index. 2015-01-29 10:26:27 +00:00
egorpugin
121c8bc1aa [build] [cmake] Extract ICU and zlib only once. 2015-01-29 07:10:47 +00:00
hvlad
71a77fe82a Correct use of CRT. 2015-01-28 17:12:57 +00:00
alexpeshkoff
af885a150f Fixed a bug introduced by me when working on CORE-3658 3 years ago 2015-01-28 17:00:12 +00:00
egorpugin
0ee8474f1c [build] [cmake] Set engine12_common target's type to OBJECT (library). 2015-01-28 14:52:48 +00:00
dimitr
d1b4bfc0fc Fixed my yesterday's commit (forgotten part). 2015-01-28 09:01:55 +00:00
dimitr
865f30b7d4 Fixed my yesterday's commit. 2015-01-28 08:15:42 +00:00
egorpugin
0c20b47e2c Improve Qt+MSVC build. Fix some messages. Crosscompiling improvements (add some defines). 2015-01-27 14:37:59 +00:00
alexpeshkoff
69cdd58f19 Work in progress on CORE-3885: Firebird for Android, build is complete 2015-01-27 10:46:48 +00:00
dimitr
6271ba0476 Removed debugging option. 2015-01-27 10:33:10 +00:00
dimitr
5d0f362be8 Fixed Windows builds. 2015-01-27 10:31:34 +00:00
dimitr
cc8cc680a3 Core (engine-level) support for scrollable DSQL cursors. Fixed the IResultSet API to match the JDBC spec. Renamed FB_EOF to FB_NO_DATA. Refactored some DSQL internals. 2015-01-27 10:29:30 +00:00
alexpeshkoff
dcc5dfbba9 cleanup 2015-01-27 10:21:36 +00:00