Commit Graph

319 Commits

Author SHA1 Message Date
jcalcote
aaa7c40696 Made rpm build shell script handle errors a little better in all four sub-projects.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1106 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-07-20 19:18:26 +00:00
jcalcote
908bd7392e Updated a few makefiles to match book.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1103 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-07-06 21:40:56 +00:00
jcalcote
eb584b3b55 Fixed broken RPM targets.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1102 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-07-06 21:02:20 +00:00
jcalcote
64edd982af Tweaked rpm build a bit.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1100 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-07-02 21:48:46 +00:00
jcalcote
dc459b88b4 Update pkg-config stuff.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1099 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-06-26 20:19:25 +00:00
jcalcote
086b1181a9 Add code build scripts to check the version of Visual Studio and the solution and project files and upgrade when necessary during the build. Add a note to the readme.w32 files that indicate that these upgrades happen, and please not to commit these changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1098 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-05-06 21:27:22 +00:00
jcalcote
254ad25d74 Update Windows build system for VS 2005 backward compatibility.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1097 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-05-06 20:02:32 +00:00
jcalcote
4746117cd2 Added uninstall-hook targets to doxygen Makefile.am files to remove html directories.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1096 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-29 20:35:08 +00:00
jcalcote
aa284857ad Enhanced comments in ac_try macros in m4 directories.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1095 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-29 19:08:55 +00:00
jcalcote
56e32ca56f Updated m4 macros to be more specific about which options are acceptible in arg1.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1094 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-27 20:07:07 +00:00
jcalcote
6f1792f3ff Added install-data-hook targets to doxygen makefiles to unpack the doxygen archive in the pkg doc directory.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1093 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-24 20:06:14 +00:00
jcalcote
b14c9030bb Updated build system: removed leading dashes from rm commands that had -f in them. Conditionally configured directories that are conditionally built.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1092 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-24 19:47:25 +00:00
jcalcote
79b06014d7 Updated doxyfiles to use proper top_srcdir macro in INPUT field. Updated macro files to display one-line messages. Other minor details.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1091 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-23 23:46:34 +00:00
jcalcote
40fba2fbce Update try macros.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1090 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-22 20:10:27 +00:00
jcalcote
c10f7a3c64 Convert echo statements in configure.ac files to AC_MSG_WARN macro calls.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1088 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-20 22:30:58 +00:00
jcalcote
b64e05c941 Added debug x64 and release x64 to win32 build configurations. Updated a couple of ftk source files to handle 64-bit builds on Windows properly.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1087 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-20 18:34:23 +00:00
jcalcote
0d7171b897 ftk doxygen patch submitted by ifolder team.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1084 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-19 17:06:26 +00:00
jcalcote
449ece5a33 Minor cleanup to configure script and Makefile.am files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1082 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-15 03:43:33 +00:00
jcalcote
67322ee9db Added ACX_PTHREAD macro to project configration. Added classpath option to Java/jni Makefile.am for gcj.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1081 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-14 23:28:06 +00:00
jcalcote
b5f708731e Convert ftk search code to an m4 macro - flm_ftk_search.m4.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1080 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-04-03 22:09:21 +00:00
jcalcote
a9529648c5 Added AC_SYS_LARGEFILE to configure.ac files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1079 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-03-26 22:07:18 +00:00
jcalcote
1f1ed97d9e Fixed some faulty cpp definitions in xflaim jni source.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1078 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2009-03-15 06:05:13 +00:00
jcalcote
80a19892fb Made README and README.W32 files more project specific.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1077 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-07-02 23:01:23 +00:00
jcalcote
1bb171966c Fixed a unix-specific ftk source file that still contained FLMAPI macros.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1074 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-07-02 00:58:52 +00:00
jcalcote
ae067ea6ac Added README.W32 files, removed INSTALL.W32 files, updated all Makefile.am's accordingly, added explanations for building from Win32 command line to all README.W32 files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1073 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-07-02 00:39:41 +00:00
jcalcote
bd6d5215e6 Added batch files to the win32 project directories so the projects can be built from the command line. Made minor tweaks to a few projects.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1072 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-07-02 00:25:17 +00:00
jcalcote
aefc7977f5 Modified all EXP, XPC and API macros so they are library specific. Moved macro definitions to individual library interface headers. Finalized win32 solutions and projects.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1070 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-07-01 21:51:45 +00:00
jcalcote
036078ed07 Added remaining Win32 Visual C++ projects. Moved flmUTF8ToColText from xflaim to ftk. Modified a few sql source files - still a lot to do there.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1069 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-30 23:50:42 +00:00
jcalcote
51cd985ef5 Added INSTALL.W32 docs, update Makefile.ams appropriately.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1067 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-30 18:30:41 +00:00
jcalcote
d4eff861a0 Completed implementation of flaim project msvs 2008 solution.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1066 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-30 17:57:45 +00:00
jcalcote
8dc52d8e45 Updated all project top-level Makefile.am files - added win32 to EXTRA_DIST.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1065 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-27 22:45:49 +00:00
jcalcote
bc1b625e60 Added a top-level README, and updated all other README files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1064 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-27 22:40:34 +00:00
jcalcote
d8e1a6a616 Updated ftkFastChecksum assembler routines to use local labels. Otherwise they're expansions cause multiply defined symbols in non-PIC code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1063 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-27 19:30:55 +00:00
jcalcote
04e18abb6b Added Win32 project directories and project files for MSVS 2008 (vc9).
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1062 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-27 00:21:37 +00:00
jcalcote
29c366d762 Source mods to get Windows build to work with dynamic ftk library (should have no effect on unix builds).
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1061 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-26 23:04:15 +00:00
jcalcote
e7548d8b4c Change over to GNU build system - part 1
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1056 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-06-26 17:02:11 +00:00
ahodgkinson
1764859d0b Fixed issues building FTK packages for Ubuntu 8.04
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1053 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-05-01 17:47:57 +00:00
ahodgkinson
0a5ab06206 Incorporated changes required for Fedora 9.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1052 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2008-02-20 16:35:06 +00:00
dsandersoremutah
4cef3014fd Changed mode from 644 to 755 for shared libraries.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1051 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-09-06 15:13:15 +00:00
dsandersoremutah
6e19d16196 Added readOffset method to F_SuperFileHdl class so it can be called from flmRestoreFile correctly - instead of calling readBlock, which was incorrect.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1050 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-05-22 20:10:17 +00:00
dsandersoremutah
fb3a437dab expand method was incorrectly calculating the minimum number of blocks to allocate.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1049 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-05-10 14:48:42 +00:00
ahodgkinson
b242d3b57e Fixed build issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1040 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-22 16:06:28 +00:00
ahodgkinson
301901401c Misc. fixes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1035 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-21 00:00:15 +00:00
ahodgkinson
4adaa113f1 Fixed compiler warnings on Windows.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1034 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-20 20:07:31 +00:00
ahodgkinson
49ac1a0e4f Added support for TCP client sockets. Fixed various bugs in the argument parsing code. Added stdout and stderr printf clients.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1033 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-20 20:04:56 +00:00
ahodgkinson
2cdd19daef Fixed compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1032 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-20 20:02:10 +00:00
ahodgkinson
30979ef592 Minor code cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1030 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-16 23:04:06 +00:00
ahodgkinson
dc4ec766ca Added support for parsing argument lists.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1029 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-16 22:33:59 +00:00
ahodgkinson
2e2a440db2 Added ftkhttp.cpp.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1028 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-16 16:19:53 +00:00
ahodgkinson
f5bce93123 Added network I/O tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1026 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-16 00:31:18 +00:00