Commit Graph

56 Commits

Author SHA1 Message Date
dsandersoremutah
8f9c2f62e7 Fixed a javadoc comment.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@916 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-26 23:10:34 +00:00
dsandersoremutah
cb3c761e2a Added various methods for settings to DbSystem class in C#. Also changed Languages enum to be a uint instead of an int. Also added compareStrings method to DbSystem class. Also added unit tests for settings and compare strings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@911 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-26 17:39:38 +00:00
dsandersoremutah
587b534ec3 Added methods for collecting statistics to C# classes. Also made needed changes in C++ code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@909 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-26 14:55:33 +00:00
dsandersoremutah
23e0dacc2a Needed to call inputData instead of inputKey.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@903 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-22 18:12:23 +00:00
dsandersoremutah
5cab689eb0 Fixed up structures used in C# to exactly match the definitions - so that it won't matter if we are compiling on 64 bit or 32 bit platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@892 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 18:10:49 +00:00
dsandersoremutah
33b2c21736 Changed fields in XFLM_CREATE_OPTS structure so that they will always match how they are defined in csharp, regardless of whether we are on a 64 bit or 32 bit platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@885 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 15:50:37 +00:00
dsandersoremutah
902c0f11bc Changes to RCODE constants.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@837 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-08 15:51:52 +00:00
dsandersoremutah
42400b6582 Moved xedit files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@836 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-08 15:48:38 +00:00
dsandersoremutah
4fc85081d2 git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@833 0109f412-320b-0410-ab79-c3e0c5ffbbe6 2006-09-08 15:45:19 +00:00
dsandersoremutah
e5971a8ee4 git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@832 0109f412-320b-0410-ab79-c3e0c5ffbbe6 2006-09-08 15:45:04 +00:00
dsandersoremutah
7f5d61d54c git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@831 0109f412-320b-0410-ab79-c3e0c5ffbbe6 2006-09-08 15:40:43 +00:00
dsandersoremutah
c1aaae6144 Renaming XEdit
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@830 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-08 15:38:37 +00:00
dsandersoremutah
b429aa1cff Renaming XEdit
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@829 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-08 15:37:42 +00:00
dsandersoremutah
bf0288205a Renaming XEdit
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@828 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-08 15:37:14 +00:00
dsandersoremutah
a209ed6c69 Changes to Java interface.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@827 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-08 15:35:07 +00:00
ahodgkinson
50c5dc9204 XFLAIM change. Fixed JNI compiler warning on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@826 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-07 22:24:52 +00:00
ahodgkinson
58d3a275e7 XFLAIM changes. Fixed compiler warnings on Windows.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@822 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-07 18:50:49 +00:00
dsandersoremutah
275d73a426 Updated javadoc comments to get rid of some warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@820 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-07 18:37:56 +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
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
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
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
dsandersoremutah
1996f05292 Fixed some signatures for the GetMethodID function.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@752 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-08 22:35:40 +00:00
dsandersoremutah
204f3c3bb1 Added dbRebuild method to DbSystem class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@751 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-08 22:30:18 +00:00
dsandersoremutah
6e080deb8f Added more methods for the Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@750 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-08 20:55:27 +00:00
dsandersoremutah
7ec3c1754c Added more methods for the Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@748 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-08 16:46:55 +00:00
dsandersoremutah
2fb1c3e02f Added more methods for the Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@742 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-04 22:59:07 +00:00
dsandersoremutah
4558a81c3c Added more methods for the Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@741 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-04 21:57:43 +00:00
dsandersoremutah
85eeae8885 Added a getThis() method.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@740 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-04 21:57:24 +00:00
dsandersoremutah
a9b442bd59 Added a bunch of new functions for the F_Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@739 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-04 21:57:01 +00:00
dsandersoremutah
ec4f8f7732 javah changed the header file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@738 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-04 21:56:29 +00:00
dsandersoremutah
9e2fd98d8b Added a bunch of new functions for the F_Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@737 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-04 21:56:10 +00:00
dsandersoremutah
9b000235f8 javah generated a new header file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@736 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-04 21:55:34 +00:00
ahodgkinson
5779168d59 Fixed OpenSUSE 10.1 build issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@429 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-19 19:50:45 +00:00
ahodgkinson
8df295d049 Changed code to use a single FlmDbSystem object. Fixed utilities so that they build using FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@405 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-10 22:27:54 +00:00
dsandersoremutah
71641f3519 Ran dos2unix to fixup CR/LF to LF.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@307 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 19:26:18 +00:00
dsandersoremutah
3938f260d0 Ran dos2unix to fixup CR/LF to LF.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@306 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 19:22:46 +00:00
dsandersoremutah
360a04feb3 Ran dos2unix to fixup CR/LF to LF.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@305 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 19:21:30 +00:00
dsandersoremutah
65565325d7 Ran dos2unix to fixup CR/LF to LF.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@304 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 19:19:53 +00:00
dsandersoremutah
9e8ce2f6b9 Ran dos2unix to fixup CR/LF to LF.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@287 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 17:49:01 +00:00
ahodgkinson
c9c7da306c Support for atomic ops on additional platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@278 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-04 15:24:18 +00:00
ahodgkinson
4ee4777105 Created xedit subdirectory.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@260 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-03 16:25:26 +00:00
ahodgkinson
0db9abeec4 Changed to load xflaim shared library rather than xflaimjni.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@259 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-03 16:23:46 +00:00