Commit Graph

67 Commits

Author SHA1 Message Date
dsandersoremutah
0b137ba235 Changed "writeData" to "WriteData" and modified to check for allocated buffer, and to free the buffer when done using it.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1048 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-04-27 20:53:21 +00:00
dsandersoremutah
b4a180bb64 Changed PosIStream to IStream
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1042 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-03-08 17:26:56 +00:00
dsandersoremutah
d08a63e6f5 setupQueryExpr does not support unicode strings - needed to change to produce a UTF8 string.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1039 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-22 16:03:43 +00:00
dsandersoremutah
e2894b2ffd In the exportXML method that returns a string, needed to call closeStream so that a null character will be appended to the string. Otherwise, there will be garbage at the end of the string.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1038 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-21 19:24:11 +00:00
dsandersoremutah
cceed1acf8 Added public to Query class constructor.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1027 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-16 16:12:39 +00:00
ahodgkinson
12a621dc04 Changed license to LGPL.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1010 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-01-23 11:22:22 +00:00
dsandersoremutah
2241cf38ab Changed the XFLM_CHECKPOINT_INFO structure to exactly match what we need in C#. Added some comments.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@937 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-02 15:16:15 +00:00
dsandersoremutah
e06da17283 Changed some javadoc documentation.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@936 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-02 15:14:56 +00:00
dsandersoremutah
a5a9ae3690 Field names in XFLM_INDEX_STATUS structure changed.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@933 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-28 22:30:42 +00:00
dsandersoremutah
24b7525d37 Changed some javadoc documentation.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@929 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-28 18:34:49 +00:00
dsandersoremutah
21942af196 Change some of the javadoc comments.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@926 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-27 23:03:43 +00:00
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