ahodgkinson
|
b6652dc28b
|
XFLAIM change. Needed to pass "optimize+" rather than "optimized+" to the C# compiler.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@895 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-21 20:56:06 +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
|
5d6ed25106
|
Changed all native functions to return RCODE instead of int. Also changed XFlaimException to receive an RCODE instead of an int. Changed all int rc to RCODE rc.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@886 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-21 15:59:47 +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
|
37b496bb01
|
Changed CREATE_OPTS to XFLM_CREATE_OPTS to match the name of the structure that is defined in xflaim.h
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@884 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-21 15:30:18 +00:00 |
|
dsandersoremutah
|
d910cbde66
|
Made a few enhancements to how streams are handled. Modified corresponding unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@883 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-21 15:24:24 +00:00 |
|
dsandersoremutah
|
270f6f1713
|
Added IStream and OStream to C# classes - along with methods in DbSystem class to create objects of these types.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@880 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-21 14:48:17 +00:00 |
|
dsandersoremutah
|
9814449322
|
Fixed some linux compile errors for C# code
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@879 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-20 18:05:04 +00:00 |
|
dsandersoremutah
|
cb890340dc
|
Added DbSystem.dbRebuild to C#. Also added a unit test for it.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@878 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-20 17:33:52 +00:00 |
|
dsandersoremutah
|
deb8ddd1eb
|
Modified dbRebuild to correctly report database size and the total bytes examined in the callback.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@877 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-20 17:33:09 +00:00 |
|
dsandersoremutah
|
4fe6f59633
|
Added some comments about keeping enums and defines in sync with java and csharp code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@876 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-20 17:32:40 +00:00 |
|
dsandersoremutah
|
83fe770065
|
Added DbSystem.dbRename. Also added unit test for it.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@875 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-19 21:47:16 +00:00 |
|
dsandersoremutah
|
21f6986ec0
|
Added DbSystem.dbCheck. Also added unit test for it.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@874 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-19 21:21:43 +00:00 |
|
ahodgkinson
|
22e6ca8c72
|
XFLAIM change. Re-added devel-rpm description.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@873 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-19 20:04:00 +00:00 |
|
ahodgkinson
|
dfb5f22df4
|
XFLAIM changes. Added files needed to build Debian packages.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@870 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-19 18:31:55 +00:00 |
|
ahodgkinson
|
df23371989
|
XFLAIM change. First round of changes for building Debian packages.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@869 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-19 18:24:14 +00:00 |
|
dsandersoremutah
|
433218bb22
|
Added backup and restore operations to C# bindings. Also added unit test for backup and restore.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@861 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-19 16:13:38 +00:00 |
|
ahodgkinson
|
1fdf4361cf
|
Needed to ignore errors from ldconfig.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@860 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-19 15:30:45 +00:00 |
|
ahodgkinson
|
1f23a9e36c
|
XFLAIM change. Fixed build so that it will work even if Java is not available.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@857 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-18 22:35:36 +00:00 |
|
dsandersoremutah
|
427e3734ef
|
Changed how callbacks are done in C#
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@856 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-18 21:19:55 +00:00 |
|
dsandersoremutah
|
8222c9ddc9
|
Started adding csharp bindings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@852 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-15 22:26:58 +00:00 |
|
dsandersoremutah
|
eadd09af97
|
Added support for building csharp bindings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@851 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-15 22:24:34 +00:00 |
|
dsandersoremutah
|
f6d968878a
|
Added comment about making RCODE changes in both the java and csharp areas as well.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@850 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-15 22:23:28 +00:00 |
|
dsandersoremutah
|
4919c7e3f5
|
Needed to initialize an IF_FileHdl pointer to NULL or we get an assert.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@846 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-12 22:10:18 +00:00 |
|
ahodgkinson
|
8eed0f9486
|
XFLAIM makefile changes for Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@844 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-10 21:20:59 +00:00 |
|
ahodgkinson
|
80cf654d01
|
Needed pragmas to align global structs on the proper boundaries (Solaris).
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@841 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-08 22:26:48 +00:00 |
|
dsandersoremutah
|
57168db3fc
|
Modified to set manifest version information in the xflaimjni.jar file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@839 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-08 18:09:39 +00:00 |
|
dsandersoremutah
|
20e9078492
|
Added support for building xedit java utility
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@838 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-08 16:09:02 +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
|
0c35e32dd3
|
Version number changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@825 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-07 19:10:12 +00:00 |
|
dsandersoremutah
|
97242940a9
|
Changed what is output to screen when generating documentation.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@824 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-07 19:03:51 +00:00 |
|
dsandersoremutah
|
03656166ca
|
Added ability to generate javadoc documentation.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@823 0109f412-320b-0410-ab79-c3e0c5ffbbe6
|
2006-09-07 19:01:33 +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 |
|
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 |
|
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 |
|
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 |
|