Commit Graph

47 Commits

Author SHA1 Message Date
ahodgkinson
b523b4e9b1 Changed 64-bit Intel platforms (non-strict) to use the efficient byte-swap macros.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@186 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 00:09:04 +00:00
ahodgkinson
b9572ce4e3 Added some asserts to help in debugging.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@185 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 00:07:54 +00:00
ahodgkinson
13d33fca0d Fixed issue where flmGetMaxFileSize() was returning the wrong value on 64-bit platforms due to a typecast problem. The compiler (gcc) was implicitly casting the file size value to be a signed integer and causing the sign bit to be extended.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@184 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 00:07:21 +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
892e2260fb Changes for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@182 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:30:47 +00:00
ahodgkinson
6630dfa093 Changes for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@181 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:25:58 +00:00
ahodgkinson
9b4f69c6cb Changes for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@180 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:25:30 +00:00
ahodgkinson
eaa9ecd836 Added typecast for AIX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@178 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 21:11:08 +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
ahodgkinson
682e9da7af Misc. AIX atomic op changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@176 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 20:52:55 +00:00
ahodgkinson
d2f0e46b31 Changed line endings to be platform native.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@174 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 19:51:01 +00:00
ahodgkinson
623e07e911 Fixed Solaris compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@171 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 18:07:04 +00:00
ahodgkinson
529096d4b3 Converted begin_spin/end_spin to inline functions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@169 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 17:52:00 +00:00
ahodgkinson
5df338a4dc Changes to atomic operations on Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@167 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 17:13:44 +00:00
ahodgkinson
b86d52d92b Fixed build error on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@166 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 16:35:05 +00:00
ahodgkinson
3ab7a1878a Added support for atomic operations on a wider variety of platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@165 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 16:23:02 +00:00
dsandersoremutah
d30ff1cfa6 Changed FLMSIZET for AIX to be unsigned long.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@162 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-15 16:04:29 +00:00
ahodgkinson
b1057d0a85 Bug 154605. Changes for Solaris slab manager to call f_alloc rather than mmap (see comments in the code).
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@161 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-10 17:24:47 +00:00
ahodgkinson
80c4464cbd Fixed Solaris compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@160 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-10 17:22:59 +00:00
dsandersoremutah
0ce205eba4 Changed FLMSIZET on HP-UX to be unsigned long.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@151 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-09 16:04:10 +00:00
dsandersoremutah
0a2e4c81ac Added support for Intel Mac platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@120 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-28 20:25:36 +00:00
dsandersoremutah
98b9b50f5f Got rid of GedTextToBin function.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@118 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-17 21:21:41 +00:00
dsandersoremutah
f37549fe71 Modified to recognized __sparcv9 as a 64 bit platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@117 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-16 19:31:15 +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
dsandersoremutah
81d040daf3 Removed old comments and copyright notice.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@113 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-14 15:39:23 +00:00
dsandersoremutah
eb7a1e48b7 Added FLMEXP and FLMAPI to exported APIs.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@112 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 23:35:37 +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
3125b583d8 Fixed netware compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@109 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 20:11:28 +00:00
dsandersoremutah
0fe1d8e212 Fixed windows compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@107 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 19:57:24 +00:00
dsandersoremutah
0e12bbbf87 Added some new methods and APIs for dealing with directory access - needed by dbshell utility.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@102 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 19:32:17 +00:00
dsandersoremutah
3495c81a77 Reduce needs to quit when it sees a block that has a logical file number, but there is no logical file - it may be a logical file that is being deleted by a background thread.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@95 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 23:36:45 +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
ddf754f143 Needed to allow for a NULL status function callback.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@88 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-09 16:23:39 +00:00
ahodgkinson
90e13a9e18 Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@83 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 19:41:37 +00:00
ahodgkinson
cf0e6d25c2 Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@82 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 19:39:31 +00:00
ahodgkinson
7c0660b4ce Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@81 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 19:37:09 +00:00
ahodgkinson
715e949e02 Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@80 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 19:36:12 +00:00
ahodgkinson
105c31a279 Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@79 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 19:32:38 +00:00
ahodgkinson
23590829cc Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@78 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 19:30:44 +00:00
ahodgkinson
f5638490e5 Removed extra whitespace.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@77 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 19:30:12 +00:00
dsandersoremutah
c7cf3c1c44 No change.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@50 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 00:37:34 +00:00
ahodgkinson
1217426756 Misc. cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@46 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 00:18:08 +00:00
dsandersoremutah
b5c62a7de1 Added support for s390, s390x, and ia64.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@30 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-01 18:15:03 +00:00
dsandersoremutah
d39c9bdab0 Silenced compiler warning - uninitialized variable.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@23 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-31 20:58:24 +00:00
dsandersoremutah
c6ba303419 Needed to revert to the last stable way of doing the stratify work.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@17 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-30 19:01:03 +00:00
dsandersoremutah
205e860532 Fixed a problem in copying a sub-tree that was causing us to traverse too far back up the tree and accessing a NULL pointer.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@12 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-30 16:13:27 +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