BIOHDF
  1. BIOHDF

biohdf

Public

Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
9a46ec28038Fixed some really long comment lines that look annoying in vim.
Dana RobinsonDana Robinson
a0a54a17653Added executable properties to the main test script.
Dana RobinsonDana Robinson
75c01151dbfCondensed some whitespace.
Dana RobinsonDana Robinson
013911eb7ab- Updated dates to June 2011 - Changed a small section of the UG to courier font so -L and -I are more easily read.
Dana RobinsonDana Robinson
3239223ee73- Fixed symlink errors in config directory. Actual files are now stored. - Removed unneeded reconfigure script. - Re-ran autotools to create scripts. - Documented autotools warnings in a README.txt file in config/ NOTE: A few of these changes were committed in the prior commit or two due to an issue where some symlinks were accidentally committed.
Dana RobinsonDana Robinson
2070f7fa266Replaced deleted symlinks with actual files.
Dana RobinsonDana Robinson
b5542396711Deleted incorrectly committed symlinks.
Dana RobinsonDana Robinson
8f9fdbddbe5Fixed format string errors (wasn't using C99 format strings).
Dana RobinsonDana Robinson
4def75b4f47Updated release docs with testing and building information.
Dana RobinsonDana Robinson
5b8b2a0ce13Fixed test_biohdf.sh script to handle new source directories
Dana RobinsonDana Robinson
0b4b3c513c3Autotools approaching functionality...
Dana RobinsonDana Robinson
246149c911aAdded test/ makefiles
Dana RobinsonDana Robinson
12f2293652dRemoved unused variables from alignments test program.
Dana RobinsonDana Robinson
23a66589af5Updated test files to use C99 integer types and int as bool.
Dana RobinsonDana Robinson
7e48802f58fMore changes to the autotools code
Dana RobinsonDana Robinson
dab6e26a0c6Minor rename
Dana RobinsonDana Robinson
fa861925f2fAdded reconfigure script and removed old "help" file.
Dana RobinsonDana Robinson
b6919731960Moved doxygen config file.
Dana RobinsonDana Robinson
d668b2e413cCode reorganization and dead code removal.
Dana RobinsonDana Robinson
1360af7b7b4Updated release.txt for 0.4a release.
Dana RobinsonDana Robinson
2588f82a13fRemoved empty documents.
Dana RobinsonDana Robinson
604f27c1283Documentation update (not finished yet).
Dana RobinsonDana Robinson
3df5e3461dcmoved the bonus configure files to a config/ directory
Dana RobinsonDana Robinson
1b2aa240ff7Still working on autotools and it still doesn't build tools properly
Dana RobinsonDana Robinson
e13e6eb57cdReplaced biohdf_bool with int, TRUE with 1 and FALSE with 0. There is no real good solution to booleans in C aside from int. The C99 bool is madness and BioHDF doesn't need to add another boolean enum to the world.
Dana RobinsonDana Robinson
6d2d71ca602Added RELEASE.txt document.
Dana RobinsonDana Robinson
ffdbafa7728- Changed the static library name on Windows back to libbiohdf_static.lib. - Added a test statically linked tool to work out HDF5 static linkage issues.
Dana RobinsonDana Robinson
4084e3d7085Attempting to add a static library for the nth time. This time, even if it doesn't work for the tools due to an underlying HDF5 issue, I'll leave it in place and make it disabled by default.
Dana RobinsonDana Robinson
41cba061066Removed "INDEXING" printf output from import tool.
Dana RobinsonDana Robinson
03315cfc419- Changed biohdf_int64 et al. types to C99-compliant types. - Moved C99 integer header files to the Windows source directory.
Dana RobinsonDana Robinson
758b330ea9e- Fixed Visual Studio project file and path locations. - #includes for BSD getopt on Win32 are a bit hacky but functional. Will be fixed when the config.h #defines are fully integrated.
Dana RobinsonDana Robinson
bb1897c7a1cAdded lua for later testing use.
Dana RobinsonDana Robinson
991367755abAutotools appear to build biohdf correctly, though the code still needs some work.
Dana RobinsonDana Robinson
eec00b47036Removed some allele frequency references that won't compiler. Additonal autotools work (almost done?)
Dana RobinsonDana Robinson
a77b850b71cAdded empty lines to end of header files to quiet gcc warnings.
Dana RobinsonDana Robinson
bbc3161ff69More autotools work. Still broken.
Dana RobinsonDana Robinson
29a6ff3acb2Wrapped getopt processing #include <unistd.h> with HAVE_UNISTD_H.
Dana RobinsonDana Robinson
c7117b4a005Fixed messed up biohdf.h.
Dana RobinsonDana Robinson
140f9599629Checkin of current (still broken) autotools code.
Dana RobinsonDana Robinson
16eadd93d9aChanged header files for getopt().
Dana RobinsonDana Robinson
4e79e5fc41bFixed a bunch of issues in the tools makefile
Dana RobinsonDana Robinson
99b94d4ec1e- Removed BSD getopt header #include. - Replaced with #includes of unistd.h and getopt.h. Will wrap with config flag stuff later.
Dana RobinsonDana Robinson
017f0685ab1Moved BSD getopt files to Windows source directory
Dana RobinsonDana Robinson
530703b8849Moved remaining tool code to tools/ and updated Makefile.am.
Dana RobinsonDana Robinson
39f71578a40Added helper file for autotools :)
Dana RobinsonDana Robinson
66dbfc8e4d9Minor autotools file updates. Everything is still broken.
Dana RobinsonDana Robinson
b6cc5755d3fRemoved old Visual Studio folder
Dana RobinsonDana Robinson
fb96f843b66Moved Visual Studio code to windows/ directory
Dana RobinsonDana Robinson
63756809f4eMoved tools code to tools/ folder.
Dana RobinsonDana Robinson
a4d1321bc54Moved test files to test/ directory