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

815 Commits

Author SHA1 Message Date
dimitr
eb2a5ddc88 This time really fixed the Windows builds. 2014-07-11 11:31:26 +00:00
hvlad
94b129a862 Fixed MSVC10 build 2014-07-07 06:57:04 +00:00
hvlad
7d8e5a4b04 Fixed MSVC9 build 2014-07-07 06:45:43 +00:00
hvlad
426162fd1b Fixed MSVC8 build 2014-07-07 06:41:43 +00:00
roman-simakov
fa751247f4 Ignoring port for localhost in nbackup. Added check for localhost and error message if non localhost provided. 2013-12-04 16:24:08 +00:00
dimitr
3dd463bfd8 Allow examples to be built without the running server. 2013-08-22 06:57:11 +00:00
dimitr
ece4f31960 Added READMEs to Windows snapshots. 2013-08-22 06:24:39 +00:00
dimitr
d9bfe4c17f Totally misc. 2013-04-29 10:05:37 +00:00
dimitr
69a5aa214b Added support for MSVC10. 2013-03-17 12:41:33 +00:00
dimitr
db9c3dfb5c 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:32 +00:00
dimitr
fe6de63673 Cleanup. 2010-09-02 15:02:47 +00:00
skidder
47bd7b1df6 Add script for automatic update of VC7 build 2010-04-28 17:03:51 +00:00
skidder
8cf74e3acd Update MSVC7 build 2010-04-28 17:03:00 +00:00
hvlad
057bd7a557 Fixed bug CORE-2934 : Memory leak in FB2.5 trace plugin.
Updated MSVC project files
2010-03-24 12:29:54 +00:00
asfernandes
982e5d1405 Ability to build with VS 2008 Express 2010-03-09 18:55:48 +00:00
dimitr
c876db8b7e Added the missing public entrypoint. 2010-01-06 09:05:39 +00:00
paul_reeves
7d632c2d2e Add script to manually install superclassic service from zip kit 2009-11-25 09:22:25 +00:00
paul_reeves
d87e857cd2 Assign list of kits to build to a variable to simplify debugging of packaging script 2009-11-24 15:21:16 +00:00
paul_reeves
4c4a1dc75e Exit with an appropriate error message if cannot build employee database.
Tidy up whitespace
2009-11-24 15:19:20 +00:00
robocop
9a0e501103 Put the correct information for UAC in VC9. 2009-11-15 09:39:47 +00:00
robocop
f38b0940ea Remove the manifest files not needed by VC9. 2009-11-09 12:33:58 +00:00
robocop
357491779c Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:30:06 +00:00
robocop
45a6000075 Follow the VC8 settings. 2009-11-06 08:35:41 +00:00
robocop
d4c645a928 Follow the VC8 settings. 2009-11-06 07:34:08 +00:00
dimitr
d37555ed16 Backported the fix for CORE-2711. 2009-10-31 08:20:25 +00:00
hvlad
d9cd70fa09 Restore lost argument of findstr 2009-10-06 10:57:54 +00:00
paul_reeves
819fbe383f Use findstr instead of find, thus removing the namespace clash with posix find and removing the need to parse the file with type prior to deleting the tag. 2009-10-06 06:00:37 +00:00
hvlad
8b8d28f653 I was wrong : instreg also requires administrative privileges. 2009-10-05 21:04:47 +00:00
hvlad
7072c245cd Missed content. Seems VS IDE doing some dirty tricks with open files 2009-10-05 15:53:55 +00:00
hvlad
b080f4bcae Mark instclient and instsvc with "requireAdministrator" execution level as its really requires administrative privileges. Note, instreg not requires such privileges. 2009-10-05 13:22:45 +00:00
hvlad
6e6b849359 Mark all executable's with "asInvoker" execution level. It avoid virtualization in Vista and Windows 7 2009-10-05 13:21:14 +00:00
hvlad
8f53ff6497 Manifests and property sheet for VSVC8 2009-10-05 13:19:39 +00:00
hvlad
37166ccc3d Avoid file name printed by "find" at the first line. I.e. avoid
---------- ...\BUILDS\INSTALL\MISC\FIREBIRD.CONF.IN

in resulting firebird.conf
2009-10-02 08:46:03 +00:00
paul_reeves
258a4727c8 Make the best of a bad situation. Using find /V will get messy if we have to strip several markers. 2009-09-25 13:38:46 +00:00
robocop
9c4f12ce92 Put an indication that we need further processing in Windows (using sed, probably). 2009-09-24 09:06:25 +00:00
robocop
b560250f34 make_all fails silently after the canonical config file was renamed. 2009-09-24 06:31:23 +00:00
hvlad
f8c417adb3 Improvement CORE-2619 : Make memory and other statistics to work with 64-bit values.
Part (b) add perf64 API into client and use perf64 API in utilities
2009-09-09 10:28:26 +00:00
dimitr
20ad6edd48 Fixed MSVC9 build. 2009-09-01 14:31:30 +00:00
hvlad
251f85740f Fixed MSVC8 build 2009-09-01 10:02:29 +00:00
asfernandes
e5367cdbb0 Redo fbintl dependency change removing the noise in Firebird2.sln 2009-08-31 15:52:14 +00:00
skidder
aca5a83a46 Fixed CORE-2609: Update support for Windows 98/ME and NT4.0 2009-08-30 19:00:46 +00:00
asfernandes
4171c16988 Some things discussed with Dmitry and Claudio - rename the new function to fb_print_blr, use ULONG parameter for blr_length and return int 2009-08-03 15:52:48 +00:00
asfernandes
4759973045 Fixed CORE-2576 - Server may crash parsing wrong or truncated BLR
Full rebuild required - CMP_compile2 prototype changed
2009-08-02 04:10:07 +00:00
robocop
6f1f881b3c Follow Dmitry's cleanup. 2009-07-14 09:08:54 +00:00
dimitr
2a40de7928 Cleanup. 2009-07-14 05:31:05 +00:00
robocop
e0d508a3e8 Fix the MSVC builds after Dmitry's cleanup. 2009-07-14 04:20:44 +00:00
dimitr
6c32677de9 Updated the MSVC9 build. 2009-06-30 12:29:58 +00:00
hvlad
87ab770619 New feature 2524 : Command line utility to work with Trace Service
Project file for VC8
2009-06-24 13:07:37 +00:00
asfernandes
46ac36e36c Make the VC++ Express build not show a popup everytime setenv.bat is called - one time is enough 2009-06-17 15:37:28 +00:00
robocop
f6d8c884a3 Remove unneeded reference to isc_ipc, since this file is not needed to build gpre_boot. 2009-06-11 08:15:23 +00:00