Commit Graph

792 Commits

Author SHA1 Message Date
ahodgkinson
0fcdc18b76 FLAIM change. Unit test cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@810 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-05 15:21:01 +00:00
ahodgkinson
69069912cf FLAIM change. Fixed number unit tests on 64-bit platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@809 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-01 22:08:09 +00:00
ahodgkinson
5a40bba976 FTK change. Fixed issue where a thread was locking the same mutex twice.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@808 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-01 19:55:19 +00:00
ahodgkinson
3a0aefb321 Added support for I/O completion callbacks.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@807 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-01 19:45:34 +00:00
ahodgkinson
a8713bba98 FTK change. Needed to use the fast checksum code on Windows platforms when calculating a packet checksum.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@806 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-01 19:41:19 +00:00
dsandersoremutah
24346739dd Added support for storing 64 bit numbers
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@805 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-01 16:34:15 +00:00
dsandersoremutah
8350b37976 Updated documentation for DataVector class and also added a few new methods to the class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@804 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 22:47:59 +00:00
dsandersoremutah
50602a5781 Added documentation for the Backup class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@803 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 21:27:39 +00:00
dsandersoremutah
eaa683cafa Added documentation for the DOMNode class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@802 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 21:11:04 +00:00
ahodgkinson
db5aa83c40 XFLAIM change. Updated makefile to use various gcc optimization flags when doing a release build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@801 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 19:47:29 +00:00
ahodgkinson
1f3e2176ba FLAIM change. Fixed bug in makefile.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@800 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 19:46:21 +00:00
ahodgkinson
ca56c8fcc7 FLAIM change. Updated makefile to use various gcc optimization flags when doing a release build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@799 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 19:21:59 +00:00
ahodgkinson
5f9c3d2e26 FLAIM change. Added support for the "sparcgeneric" target. This will build a library without any v8plus or newer instructions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@798 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 17:17:06 +00:00
ahodgkinson
51623b3987 FTK change. Cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@797 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 17:16:24 +00:00
ahodgkinson
aefe3a0a67 FTK change. Fixed issue when building with gcc on Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@796 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 17:12:22 +00:00
ahodgkinson
97c9c537f4 FTK change. Added GCC optimization flags when doing a non-debug OS X build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@795 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 17:00:16 +00:00
ahodgkinson
3755f0e717 FTK change. Renamed FLM_GENERIC_SPARC to FLM_SPARC_GENERIC. Also renamed the "generic" target to "genericsparc".
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@794 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 16:40:24 +00:00
ahodgkinson
7f949c01a5 FTK change. Added support for the "genericsparc" target. This will build a library without any v8plus or newer instructions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@793 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-23 16:05:13 +00:00
ahodgkinson
52279ed81e FTK change. Improved performance of PPC atomic ops by removing the leading sync instruction.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@792 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 23:13:54 +00:00
dsandersoremutah
e32c2de5dd Added documentation for the DbSystem class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@791 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 22:58:24 +00:00
ahodgkinson
250c3e2b8c XFLAIM change. Fixed the makefile to enable optimizations when building non-debug binaries.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@790 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 22:09:48 +00:00
ahodgkinson
ff2efc8904 FLAIM change. Fixed the makefile to enable optimizations when building non-debug binaries.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@789 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 22:09:36 +00:00
ahodgkinson
7bf48c61ea FTK change. Fixed OS X compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@788 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 21:40:31 +00:00
ahodgkinson
fa63b1cc3b FTK change. Added CRC test.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@787 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 21:21:28 +00:00
ahodgkinson
3922aa7255 FTK changes. Minor cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@786 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 21:14:42 +00:00
ahodgkinson
ccdbccde49 FTK changes. Various optimizations for Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@785 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 20:54:08 +00:00
ahodgkinson
564ae538a7 FTK change. Fixed Solaris 32-bit compile issue.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@784 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 18:44:30 +00:00
ahodgkinson
5240cb997b FTK changes. Added unit test to compare native vs mutex-based atomic ops.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@783 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-22 18:23:16 +00:00
ahodgkinson
be4b7f2224 XFLAIM changes. Updated use of collation-related constants.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@782 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-21 23:02:39 +00:00
ahodgkinson
da74b24733 FLAIM changes. Update to use more of the toolkit collation routines.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@781 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-21 20:54:23 +00:00
ahodgkinson
84931997bb FTK changes. Fixed bug in f_combineWPChar that was resulting in an illegal memory access when processing characters beyond 0x0F00.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@780 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-21 20:30:14 +00:00
ahodgkinson
7c37eb0d40 FTK changes. Fixed bug in f_wpBreakChar that was resulting in an illegal memory access when processing character 0x01F2.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@779 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-21 20:23:32 +00:00
ahodgkinson
4a8fd22e68 FTK changes. Fixed bug in one of the unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@778 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-21 20:05:02 +00:00
ahodgkinson
c48052bdf7 FTK changes. Improvements to collation routines, including an optimization that results in 10x the performance when converting US English characters for collation. Added more collation unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@777 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-21 19:49:24 +00:00
dsandersoremutah
ab9fa2acdd Added documentation for the Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@776 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-18 21:19:30 +00:00
dsandersoremutah
d2d8ab50f3 Updated some documentation on field and index definitions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@775 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-18 16:44:12 +00:00
ahodgkinson
521d5ef269 FTK change. Needed to verify items are in the avail list before changing the prev/next avail pointers in F_SlabInfoRelocator::relocate.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@774 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-17 22:59:58 +00:00
dsandersoremutah
16e2c3fe05 Added more methods to Query class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@773 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-17 22:53:33 +00:00
dsandersoremutah
f79b12da04 Started adding Query class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@772 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-16 23:12:04 +00:00
dsandersoremutah
44ba02b8b4 Added methods for the DOMNode class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@771 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-16 21:56:40 +00:00
dsandersoremutah
c52e508475 Added more methods for DbSystem class in java.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@770 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-16 19:56:16 +00:00
dsandersoremutah
a14f862fae Added more methods for DbSystem class in java.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@769 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-15 21:21:17 +00:00
dsandersoremutah
51c3425070 Added more methods for DbSystem class in java.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@768 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-14 22:54:12 +00:00
ahodgkinson
b92e178965 FTK change. Fixed bug in SPARC checksum code when processing a misaligned buffer. Added unit tests to validate the code change.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@767 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-14 22:48:06 +00:00
ahodgkinson
db8787eb44 FLAIM change. Fixed Linux compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@766 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-14 19:34:09 +00:00
ahodgkinson
0908b26605 FTK change. Added more packet checksum unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@765 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-14 18:14:49 +00:00
ahodgkinson
3e45be3400 FTK change. Fixed misc problems in ftkFastXor routine.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@764 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-14 17:44:00 +00:00
dsandersoremutah
5d0f29bb08 Added a typecast.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@763 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-14 16:43:32 +00:00
ahodgkinson
9acc51698a Fixed compile errors on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@762 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-10 22:40:06 +00:00
ahodgkinson
0e5c887b1c XFLAIM change. Updated RFL checksum code to call f_calcPacketChecksum.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@761 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-10 22:33:08 +00:00