dsandersoremutah
|
ee67f9d7bd
|
Added .ndoc configuration file for C# documentation.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@947 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 22:53:41 +00:00 |
|
dsandersoremutah
|
c47878a02e
|
Changed remarks to summary for C# documentation.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@946 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 22:53:04 +00:00 |
|
dsandersoremutah
|
f180f0eede
|
Added some calls to endTest
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@945 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 22:52:40 +00:00 |
|
dsandersoremutah
|
9a411fdea6
|
Should not have been trying to get the element name from the dictionary for some node types.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@944 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 21:01:30 +00:00 |
|
dsandersoremutah
|
588c20526e
|
Added some unit tests for creating documents.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@943 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 21:00:41 +00:00 |
|
dsandersoremutah
|
a5130f589d
|
Modified deleteNode to automatically release the IF_DOMNode object in unmanaged space.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@942 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 21:00:11 +00:00 |
|
dsandersoremutah
|
14c02d1bcc
|
Added enums for predefined collections and indexes
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@941 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 20:59:43 +00:00 |
|
dsandersoremutah
|
6271be55d8
|
For backupBegin, the bLockDb parameter was being used incorrectly - when true it should have started an update transaction, not a read transaction, and vice versa.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@940 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 20:58:21 +00:00 |
|
dsandersoremutah
|
633794bad1
|
Added getLockUsers method to C# Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@939 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 16:15:42 +00:00 |
|
dsandersoremutah
|
745f46eb37
|
Added native calls to support methods in the C# Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@938 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-10-02 15:16:47 +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 |
|
ahodgkinson
|
b390765c17
|
XFLAIM - Added more c# methods.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@935 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-29 16:02:41 +00:00 |
|
dsandersoremutah
|
6ccf224390
|
Added (FLMBYTE) cast to remove warning on Netware compiles.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@934 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-29 14:53:30 +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 |
|
ahodgkinson
|
ea7d69befb
|
XFLAIM - Added more c# methods.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@932 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-28 22:29:13 +00:00 |
|
dsandersoremutah
|
bccb8ab21b
|
Changed so that pointers to objects in unmanaged space are all represented with the IntPtr type instead of ulong - in C# code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@931 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-28 22:16:29 +00:00 |
|
ahodgkinson
|
f5ec89ee8c
|
XFLAIM - Added more c# methods.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@930 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-28 18:43:16 +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
|
7171c7947c
|
Finished the methods for the DOMNode class in C#
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@928 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-28 18:34:15 +00:00 |
|
ahodgkinson
|
8c0f48d9fe
|
XFLAIM - Added more c# methods.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@927 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-28 17:19:46 +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
|
be41b082ea
|
Added more methods to the DOMNode class in C#
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@925 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-27 23:03:11 +00:00 |
|
ahodgkinson
|
bf97dc421f
|
XFLAIM - Added reserved tag strings to c#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@924 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-27 20:50:45 +00:00 |
|
ahodgkinson
|
efbdf7694e
|
XFLAIM - Added reserved tag constants to c#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@923 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-27 16:51:38 +00:00 |
|
dsandersoremutah
|
a3e43eb5ba
|
Modified methods that return DOMNodes to pass the reuse node in as a ref to the native C++ routine.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@922 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-27 16:39:51 +00:00 |
|
dsandersoremutah
|
f67dc40e69
|
Finished coding the methods in the Query class for C#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@921 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-27 15:54:58 +00:00 |
|
dsandersoremutah
|
621ba6fd3a
|
Moved various enums to be public to the entire xflaim namespace. Also renamed some to correspond to the types found in xflaim.h
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@920 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-27 15:54:37 +00:00 |
|
dsandersoremutah
|
5a184710b7
|
Added comments to make associations with java and C# code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@919 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-27 15:53:58 +00:00 |
|
ahodgkinson
|
5b36658f45
|
XFLAIM - Updates to the c# Db object.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@918 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-27 14:59:39 +00:00 |
|
dsandersoremutah
|
bf8bc745be
|
Added comments to make associations with java and C# code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@917 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-26 23:11:01 +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
|
e2b18daacb
|
Added more methods to the Query class in C#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@915 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-26 23:10:09 +00:00 |
|
dsandersoremutah
|
973bf541a0
|
Added methods to the Query class for C#. Also added the DOMNode class for C#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@914 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-26 20:49:06 +00:00 |
|
dsandersoremutah
|
c823f8a072
|
Finished adding all of the needed methods for the DbSystem class in C#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@913 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-26 18:49:08 +00:00 |
|
dsandersoremutah
|
5af713e86f
|
Un-ifdefed tests that were accidentally ifdefed out.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@912 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-26 18:48:32 +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
|
74a4222187
|
Added comment about keeping definitions in sync with java and C#
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@910 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-26 17:37:53 +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
|
dbe96ddad4
|
Added some comments to some structures.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@908 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-26 14:54:27 +00:00 |
|
dsandersoremutah
|
33bf8314f9
|
Got rid of showing extended cache statistics.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@907 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-22 20:29:54 +00:00 |
|
dsandersoremutah
|
7ef9dfd2af
|
Reorganized C# unit tests - divided into different modules - was getting too large.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@906 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-22 20:29:17 +00:00 |
|
dsandersoremutah
|
a03c9de4e7
|
Added methods to C# for setting cache limits and getting cache information. Also added unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@905 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-22 19:36:16 +00:00 |
|
dsandersoremutah
|
a16671fb45
|
Added methods to C# for setting cache limits and getting cache information. Also added unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@904 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-22 19:35:22 +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 |
|
ahodgkinson
|
cdb5e3b15c
|
XFLAIM change. Added f_ccs.cpp and f_ccs.h.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@902 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-22 16:10:05 +00:00 |
|
dsandersoremutah
|
310116785c
|
Changed the marshalling on some string parameters to only be marshalled when they are passed INTO the native C++ code - because they are const char * in native C++ - no need to marshal when returning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@901 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-22 16:05:49 +00:00 |
|
dsandersoremutah
|
cb33c2f06b
|
Added reset method to DataVector class in C#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@900 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-22 15:50:39 +00:00 |
|
dsandersoremutah
|
1af19b5395
|
Added some more methods to the DataVector class, and added some more unit tests for the DataVector class - in C#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@899 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-22 15:46:31 +00:00 |
|
dsandersoremutah
|
ef96fb881c
|
Added DataVector class to C# code, along with some unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@898 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-21 23:20:01 +00:00 |
|