Commit Graph

33 Commits

Author SHA1 Message Date
ahodgkinson
3eaf791406 Added support for large field values (up to 4 GB), async and direct I/O on Linux and Solaris, and performed major code cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@213 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 19:25:14 +00:00
dsandersoremutah
0023b51ad8 Bugzilla bug #145076. Added FLM_ROOTED_PATH capability to speed up searches and take advantage of field ID table in flmCurGetAtomFromRec.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@212 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-24 18:14:19 +00:00
ahodgkinson
08f367ee2f Renamed big-endian byte-swap macros to make their purpose clear.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@211 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 23:19:26 +00:00
ahodgkinson
57e0e57420 Added support for NetWare builds using the OpenWatcom compiler.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@205 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 21:45:43 +00:00
dsandersoremutah
537e33bf24 First set of changes needed for bugzilla bug #145076. Added ability to keep a field id table for level one fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@204 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 17:37:47 +00:00
ahodgkinson
13c18eb1c0 Support for building Windows binaries with Visual Studio 8.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@190 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 02:34:41 +00:00
ahodgkinson
56b24e30c8 Added call to flush stdout.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@188 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 00:09:53 +00:00
ahodgkinson
3a82597cb7 Misc. cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@187 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 00:09:23 +00:00
ahodgkinson
e2005fa114 Changes for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@183 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:55:50 +00:00
ahodgkinson
31ece6c6de Added OSTYPE strings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@177 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 21:10:24 +00:00
dsandersoremutah
2a7eb6dd71 Changed XXX_p types to XXX *
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@126 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-01 17:48:58 +00:00
dsandersoremutah
b8ecb5293b Initialized variables to quiet compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@119 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-27 23:13:51 +00:00
jcalcote
1270f21a0e Change SLN and VCPROJ files to use DLL versions of runtime libraries, add INSTALL.W32.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@114 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-14 16:57:05 +00:00
jcalcote
f0ff325519 modify flaim.h to allow creation of w32 dlls, add vc8 solution and project files for flaim.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@110 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 22:00:13 +00:00
dsandersoremutah
2cc0623864 Fixed windows compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@108 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 19:57:43 +00:00
dsandersoremutah
481681e4a1 Did a little code cleanup - no longer necessary because all platforms now support c++
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@103 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 19:33:03 +00:00
dsandersoremutah
053527eb7f Initial Revision - dbshell
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@101 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 19:30:44 +00:00
dsandersoremutah
c58dba1894 Removed files - not used.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@98 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-10 15:48:02 +00:00
dsandersoremutah
f168be6724 Modified so that we only don't compare field types if the field number is one of our reserved fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@97 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-10 00:05:09 +00:00
dsandersoremutah
d9e797d647 When comparing FlmRecords if a field is empty, we cannot compare the data type - because it is not guaranteed to be preserved.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@96 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 23:39:48 +00:00
dsandersoremutah
22d086381f Needed to setup an LF_STATS structure.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@94 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 22:41:53 +00:00
dsandersoremutah
5ff3c84c16 Some tabs somehow snuck into strings!
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@93 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 22:41:23 +00:00
dsandersoremutah
a6474af6c2 Added test to create substring and presence indexes. Also added test for FlmReserveNextDrn.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@92 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 21:31:52 +00:00
jcalcote
f4da35e577 Added configure.ac and Makefile.am files to directory structure, added local variable initialization to several source files for -O3 optimization for GCC
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@91 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 17:43:22 +00:00
dsandersoremutah
449cb775a6 Added reduce database size test.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@90 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 16:51:33 +00:00
dsandersoremutah
c7558b75e0 Added check database test and rebuild database test.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@89 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 16:24:05 +00:00
dsandersoremutah
3bfaed68ce Changed "Delete Field Test" to "Delete Field Definition Test"
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@87 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 00:21:36 +00:00
dsandersoremutah
cca242a0f8 Added a delete field definition test.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@86 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 00:20:15 +00:00
dsandersoremutah
e0dd965b37 Added unit tests for copy db, rename db, backup/restore, suspend index, resume index, and delete index.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@85 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 23:46:41 +00:00
ahodgkinson
70d2be2331 Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@84 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 19:44:17 +00:00
dsandersoremutah
d6a8656f0d Added a few new unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@74 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 16:37:36 +00:00
dsandersoremutah
608776f8ed Simplified unit test creation. Split basic unit tests into different functions. Added some new unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@65 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-06 21:31:40 +00:00
dsandersoremutah
c55dab446f Renamed version4 to flaim and version5 to xflaim
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@7 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-27 21:06:39 +00:00