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

237 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
547cb8388b
Improve performance of external (UDR) functions (#7989) 2024-02-28 18:43:16 -03:00
AlexPeshkoff
0475c32072 Fixed #8006: Int128 datatype not supported in UDR 2024-02-14 17:25:26 +03:00
AlexPeshkoff
6dce8db8ca Misc 2024-01-11 13:41:17 +03:00
Adriano dos Santos Fernandes
5d47a0ba7c Replace throw() by noexcept. 2023-09-18 20:27:13 -03:00
Adriano dos Santos Fernandes
93acbd1aef
Update allowed C++ version (#7654)
* Update allowed C++ version.

* Build examples using C++11.

* Remove pre-C++11 fallback in examples code - thanks to Alex.
2023-09-18 07:14:06 -03:00
Adriano dos Santos Fernandes
d2f64be550 Make Windows build scripts reuse previous configuration. 2022-08-16 07:24:59 -03:00
Adriano dos Santos Fernandes
d4bd604b05 Separate debug/release output in different directories. 2022-08-12 08:04:50 -03:00
Adriano dos Santos Fernandes
a7b7955503 Improve Windows build process making it generating public files directly in the output directory. 2022-08-12 08:04:49 -03:00
AlexPeshkoff
fec791015e Misc 2022-06-27 18:49:57 +03:00
AlexPeshkoff
249dbc9fd4 Fixed #7113: Wrong path in object pascal readme.md 2022-01-27 13:25:14 +03:00
Jiri Cincura ↹
c382343143
Fix typo in example. (#7100) 2022-01-14 10:57:46 -03:00
Vlad Khorsun
128ce239f2 Fixed build issues on win32 with ext auth samples 2021-12-31 16:10:02 +02:00
Vlad Khorsun
35b21d32a2 Fixed build issues with ext auth samples 2021-12-31 14:27:14 +02:00
Adriano dos Santos Fernandes
9772a398af
Fix MacOS UDR and Legacy_UserManager plugins not working due to not exported entry point. (#7088)
Add FB_DLL_EXPORT to public headers.

Use default visibility also for Linux/Unix (in addition to MacOS) as
user application can also be compiled with -fvisibility=hidden.
2021-12-26 11:35:16 -03:00
Adriano dos Santos Fernandes
80e7651261 Fix warnings. 2021-12-24 11:57:57 -03:00
Adriano dos Santos Fernandes
00218503d6 Revert "Fix warnings."
This reverts commit 850e21a34c.
2021-12-24 11:55:23 -03:00
Adriano dos Santos Fernandes
850e21a34c Fix warnings. 2021-12-24 11:29:37 -03:00
Adriano dos Santos Fernandes
ea8732fc80 Use SDK 10.0 for VS >= 2019.
See https://developercommunity.visualstudio.com/t/windowstargetplatformversion-makes-it-impossible-t/140294#T-N548052
2021-10-28 20:43:53 -03:00
Adriano dos Santos Fernandes
801784db69 Add support for VS 2022 build. 2021-10-28 14:31:45 -03:00
Adriano dos Santos Fernandes
440433fc7c Add support for VS 2019 build. 2021-10-28 14:31:45 -03:00
Adriano dos Santos Fernandes
ee088c22e3
Rework messages processing, simplifying the build and avoiding store generated files in git. (#6958) 2021-09-15 08:37:17 -03:00
AlexPeshkoff
33caf198dd Implemented #6959: IBatch::getInfo() 2021-09-10 17:18:48 +03:00
Adriano dos Santos Fernandes
88d6baa2f5 Fix error in batch example. 2021-08-19 21:14:18 -03:00
Adriano dos Santos Fernandes
39afbeb7f1 Remove old MSVC projects. 2021-06-08 14:59:39 -03:00
Adriano dos Santos Fernandes
936e045d50 Set POSIX build to use C++17. 2021-06-08 14:59:02 -03:00
Adriano dos Santos Fernandes
b76a05ee5f Fix memory leaks in external triggers examples. 2021-05-05 11:22:22 -03:00
AlexPeshkoff
054431fce7 Implemented Batch::cancel() over the wire 2021-05-05 13:24:33 +03:00
AlexPeshkoff
d46b5182b2 Added dedicated method to close Batch interface with errors check 2021-05-04 14:20:32 +03:00
AlexPeshkoff
ebaf7d4dc9 This include is not needed any more 2021-01-08 17:44:25 +03:00
AlexPeshkoff
2adaef9aa0 Finished with warnings cleanup 2020-12-30 17:16:08 +03:00
AlexPeshkoff
c851e3d421 Make sample of key holder plugin partially usable when chaining plugins 2020-10-26 19:43:20 +03:00
1677359553
Replication plug (#280)
* Support for replication plugins + sample plugin
* Renamed TDBB flag
* Configurable replication errors handling
* Commit in two phases
* Move call to dispose() out of commit/rollback for code simplification
* A comment and manual fix for constant wrongly generated by CLOOP
* Log replication warnings as well
2020-09-18 11:45:51 +03:00
f222127d4f Be sure to actually use the tpb we have just declared. 2020-08-19 10:00:36 +02:00
e2842a1afd Add some object pascal examples of the OO API 2020-08-18 18:57:02 +02:00
e8fba1e1b5 Be sure to attach via localhost so that the example actually works 2020-08-17 17:02:09 +02:00
4df1cf4723 Use correct signature for ast_routine
Be sure to attach via localhost so that the example actually works
2020-08-17 17:01:54 +02:00
46838a8d32 Use single quotes 2020-08-17 17:00:43 +02:00
c88a2f3b19 Add script to remove blob filter created by api9f 2020-08-17 17:00:16 +02:00
928d508285 Restore (and update) makefile to build deprecated api examples 2020-08-17 16:59:30 +02:00
AlexPeshkoff
d9a6fa2aaa Fixed sample 2020-08-13 16:05:08 +03:00
31ca307fc8 Add makefile to build the OO API examples 2020-08-12 15:42:39 +02:00
hvlad
c4f67c04c2 This should fix non-MSVC builds 2020-07-13 13:19:44 +03:00
hvlad
204eb60fe7 Fixed bug CORE-6364 : Wrong reference counting in UDR trigger sample 2020-07-13 11:59:49 +03:00
Adriano dos Santos Fernandes
5de3c1f5a4 Misc. 2020-06-17 13:54:34 -03:00
Alex Peshkoff
a9cef6d9ae Implemented CORE-6320: Replace Util methods to get interface pointer by legacy handle with plain functions 2020-05-29 15:44:54 +03:00
Adriano dos Santos Fernandes
8ab6775b2d Fix AppVeyor x86 Linux build (x86 build in x64 OS). 2020-05-12 13:02:58 -03:00
hvlad
dfe7549efc MSVC14 build 2020-05-07 21:51:06 +03:00
hvlad
425eb5c6a4 Renamed exauth sample plugins\app.
Windows build for dbcrypt sample plugins\app.
Fixed dbcrypt sample app to compile on Windows.
make_examples.bat updated.
2020-05-07 18:41:27 +03:00
AlexPeshkoff
0fefff1944 Name change missed in my previous commit - thanks to D.Sibiryakov 2020-05-07 16:17:26 +03:00
AlexPeshkoff
0839d1c200 Reflect changed sample plugin names in posix built&install scripts 2020-05-07 13:22:19 +03:00