Author Commit Message Commit Date Dana Robinson 9a46ec28038 Fixed some really long comment lines that look annoying in vim. 07 Jun 2011 Dana Robinson a0a54a17653 Added executable properties to the main test script. 07 Jun 2011 Dana Robinson 75c01151dbf Condensed some whitespace. 07 Jun 2011 Dana 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. 07 Jun 2011 Dana 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. 07 Jun 2011 Dana Robinson 2070f7fa266 Replaced deleted symlinks with actual files. 07 Jun 2011 Dana Robinson b5542396711 Deleted incorrectly committed symlinks. 07 Jun 2011 Dana Robinson 8f9fdbddbe5 Fixed format string errors (wasn't using C99 format strings). 24 May 2011 Dana Robinson 4def75b4f47 Updated release docs with testing and building information. 16 May 2011 Dana Robinson 5b8b2a0ce13 Fixed test_biohdf.sh script to handle new source directories 16 May 2011 Dana Robinson 0b4b3c513c3 Autotools approaching functionality... 16 May 2011 Dana Robinson 246149c911a Added test/ makefiles 16 May 2011 Dana Robinson 12f2293652d Removed unused variables from alignments test program. 16 May 2011 Dana Robinson 23a66589af5 Updated test files to use C99 integer types and int as bool. 16 May 2011 Dana Robinson 7e48802f58f More changes to the autotools code 16 May 2011 Dana Robinson dab6e26a0c6 Minor rename 16 May 2011 Dana Robinson fa861925f2f Added reconfigure script and removed old "help" file. 15 May 2011 Dana Robinson b6919731960 Moved doxygen config file. 15 May 2011 Dana Robinson d668b2e413c Code reorganization and dead code removal. 15 May 2011 Dana Robinson 1360af7b7b4 Updated release.txt for 0.4a release. 15 May 2011 Dana Robinson 2588f82a13f Removed empty documents. 15 May 2011 Dana Robinson 604f27c1283 Documentation update (not finished yet). 15 May 2011 Dana Robinson 3df5e3461dc moved the bonus configure files to a config/ directory 15 May 2011 Dana Robinson 1b2aa240ff7 Still working on autotools and it still doesn't build tools properly 04 May 2011 Dana Robinson e13e6eb57cd Replaced 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. 04 May 2011 Dana Robinson 6d2d71ca602 Added RELEASE.txt document. 04 May 2011 Dana 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. 29 Apr 2011 Dana Robinson 4084e3d7085 Attempting 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. 29 Apr 2011 Dana Robinson 41cba061066 Removed "INDEXING" printf output from import tool. 29 Apr 2011 Dana Robinson 03315cfc419 - Changed biohdf_int64 et al. types to C99-compliant types.
- Moved C99 integer header files to the Windows source directory. 29 Apr 2011 Dana 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. 29 Apr 2011 Dana Robinson bb1897c7a1c Added lua for later testing use. 29 Apr 2011 Dana Robinson 991367755ab Autotools appear to build biohdf correctly, though the code still needs some work. 26 Apr 2011 Dana Robinson eec00b47036 Removed some allele frequency references that won't compiler. Additonal autotools work (almost done?) 26 Apr 2011 Dana Robinson a77b850b71c Added empty lines to end of header files to quiet gcc warnings. 26 Apr 2011 Dana Robinson bbc3161ff69 More autotools work. Still broken. 26 Apr 2011 Dana Robinson 29a6ff3acb2 Wrapped getopt processing #include <unistd.h> with HAVE_UNISTD_H. 26 Apr 2011 Dana Robinson c7117b4a005 Fixed messed up biohdf.h. 26 Apr 2011 Dana Robinson 140f9599629 Checkin of current (still broken) autotools code. 26 Apr 2011 Dana Robinson 16eadd93d9a Changed header files for getopt(). 26 Apr 2011 Dana Robinson 4e79e5fc41b Fixed a bunch of issues in the tools makefile 26 Apr 2011 Dana Robinson 99b94d4ec1e - Removed BSD getopt header #include.
- Replaced with #includes of unistd.h and getopt.h. Will wrap with config flag stuff later. 26 Apr 2011 Dana Robinson 017f0685ab1 Moved BSD getopt files to Windows source directory 26 Apr 2011 Dana Robinson 530703b8849 Moved remaining tool code to tools/ and updated Makefile.am. 26 Apr 2011 Dana Robinson 39f71578a40 Added helper file for autotools :) 26 Apr 2011 Dana Robinson 66dbfc8e4d9 Minor autotools file updates. Everything is still broken. 26 Apr 2011 Dana Robinson b6cc5755d3f Removed old Visual Studio folder 26 Apr 2011 Dana Robinson fb96f843b66 Moved Visual Studio code to windows/ directory 26 Apr 2011 Dana Robinson 63756809f4e Moved tools code to tools/ folder. 26 Apr 2011 Dana Robinson a4d1321bc54 Moved test files to test/ directory 26 Apr 2011 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '9a46ec280386b7928985df0a4b84b903951b1f70', href: '/projects/BIOHDF/repos/biohdf/commits/9a46ec280386b7928985df0a4b84b903951b1f70',parents: [{ id: 'a0a54a17653778f8cd0838db697afac2778c4953' }]},{id: 'a0a54a17653778f8cd0838db697afac2778c4953', href: '/projects/BIOHDF/repos/biohdf/commits/a0a54a17653778f8cd0838db697afac2778c4953',parents: [{ id: '75c01151dbfd1d09c9c9d3d5344949a8695072a1' }]},{id: '75c01151dbfd1d09c9c9d3d5344949a8695072a1', href: '/projects/BIOHDF/repos/biohdf/commits/75c01151dbfd1d09c9c9d3d5344949a8695072a1',parents: [{ id: '013911eb7ab3bf1ef22a534fe5f74087e2e02e32' }]},{id: '013911eb7ab3bf1ef22a534fe5f74087e2e02e32', href: '/projects/BIOHDF/repos/biohdf/commits/013911eb7ab3bf1ef22a534fe5f74087e2e02e32',parents: [{ id: '3239223ee73ca9cdb464833d8fcaa8931a8798c3' }]},{id: '3239223ee73ca9cdb464833d8fcaa8931a8798c3', href: '/projects/BIOHDF/repos/biohdf/commits/3239223ee73ca9cdb464833d8fcaa8931a8798c3',parents: [{ id: '2070f7fa2666acf906ed22d5351e7f45febccbe0' }]},{id: '2070f7fa2666acf906ed22d5351e7f45febccbe0', href: '/projects/BIOHDF/repos/biohdf/commits/2070f7fa2666acf906ed22d5351e7f45febccbe0',parents: [{ id: 'b5542396711b1bcd1605fcf977561078aff8531b' }]},{id: 'b5542396711b1bcd1605fcf977561078aff8531b', href: '/projects/BIOHDF/repos/biohdf/commits/b5542396711b1bcd1605fcf977561078aff8531b',parents: [{ id: '8f9fdbddbe5d805c34dd3c3f82a6ce2f8176afb0' }]},{id: '8f9fdbddbe5d805c34dd3c3f82a6ce2f8176afb0', href: '/projects/BIOHDF/repos/biohdf/commits/8f9fdbddbe5d805c34dd3c3f82a6ce2f8176afb0',parents: [{ id: '4def75b4f47b4b800d76385990dfbee023e95866' }]},{id: '4def75b4f47b4b800d76385990dfbee023e95866', href: '/projects/BIOHDF/repos/biohdf/commits/4def75b4f47b4b800d76385990dfbee023e95866',parents: [{ id: '5b8b2a0ce13523e4ca5ac633dd69eb618990fe2d' }]},{id: '5b8b2a0ce13523e4ca5ac633dd69eb618990fe2d', href: '/projects/BIOHDF/repos/biohdf/commits/5b8b2a0ce13523e4ca5ac633dd69eb618990fe2d',parents: [{ id: '0b4b3c513c3b8cf61c6f236eb7637d3016bfb4d6' }]},{id: '0b4b3c513c3b8cf61c6f236eb7637d3016bfb4d6', href: '/projects/BIOHDF/repos/biohdf/commits/0b4b3c513c3b8cf61c6f236eb7637d3016bfb4d6',parents: [{ id: '246149c911abbcb35083cd9551c3a93a68c8e620' }]},{id: '246149c911abbcb35083cd9551c3a93a68c8e620', href: '/projects/BIOHDF/repos/biohdf/commits/246149c911abbcb35083cd9551c3a93a68c8e620',parents: [{ id: '12f2293652de31da301e8a4925b7414c5ec1c230' }]},{id: '12f2293652de31da301e8a4925b7414c5ec1c230', href: '/projects/BIOHDF/repos/biohdf/commits/12f2293652de31da301e8a4925b7414c5ec1c230',parents: [{ id: '23a66589af51314443299620b8d65506f75f972d' }]},{id: '23a66589af51314443299620b8d65506f75f972d', href: '/projects/BIOHDF/repos/biohdf/commits/23a66589af51314443299620b8d65506f75f972d',parents: [{ id: '7e48802f58f802f2dca33decc0d73583ddbdce68' }]},{id: '7e48802f58f802f2dca33decc0d73583ddbdce68', href: '/projects/BIOHDF/repos/biohdf/commits/7e48802f58f802f2dca33decc0d73583ddbdce68',parents: [{ id: 'dab6e26a0c646c74f21da9cfbe97d5e38229b012' }]},{id: 'dab6e26a0c646c74f21da9cfbe97d5e38229b012', href: '/projects/BIOHDF/repos/biohdf/commits/dab6e26a0c646c74f21da9cfbe97d5e38229b012',parents: [{ id: 'fa861925f2fa1a68a77ee5ab4b11b5c1ac10d712' }]},{id: 'fa861925f2fa1a68a77ee5ab4b11b5c1ac10d712', href: '/projects/BIOHDF/repos/biohdf/commits/fa861925f2fa1a68a77ee5ab4b11b5c1ac10d712',parents: [{ id: 'b69197319605cd8f98e1e838d4eb2c293992cde4' }]},{id: 'b69197319605cd8f98e1e838d4eb2c293992cde4', href: '/projects/BIOHDF/repos/biohdf/commits/b69197319605cd8f98e1e838d4eb2c293992cde4',parents: [{ id: 'd668b2e413c93463b82e1195b5a514478f6ca333' }]},{id: 'd668b2e413c93463b82e1195b5a514478f6ca333', href: '/projects/BIOHDF/repos/biohdf/commits/d668b2e413c93463b82e1195b5a514478f6ca333',parents: [{ id: '1360af7b7b46c12f5cad371d3fe6099a055c1454' }]},{id: '1360af7b7b46c12f5cad371d3fe6099a055c1454', href: '/projects/BIOHDF/repos/biohdf/commits/1360af7b7b46c12f5cad371d3fe6099a055c1454',parents: [{ id: '2588f82a13fcd410c1e9b630339fda83defbe889' }]},{id: '2588f82a13fcd410c1e9b630339fda83defbe889', href: '/projects/BIOHDF/repos/biohdf/commits/2588f82a13fcd410c1e9b630339fda83defbe889',parents: [{ id: '604f27c12831a4ab82f317e41f78a58b7bf3be4b' }]},{id: '604f27c12831a4ab82f317e41f78a58b7bf3be4b', href: '/projects/BIOHDF/repos/biohdf/commits/604f27c12831a4ab82f317e41f78a58b7bf3be4b',parents: [{ id: '3df5e3461dc464c97041001321fc790f4bc92c2d' }]},{id: '3df5e3461dc464c97041001321fc790f4bc92c2d', href: '/projects/BIOHDF/repos/biohdf/commits/3df5e3461dc464c97041001321fc790f4bc92c2d',parents: [{ id: '1b2aa240ff7c06b802c2daa75dee84694e3d323e' }]},{id: '1b2aa240ff7c06b802c2daa75dee84694e3d323e', href: '/projects/BIOHDF/repos/biohdf/commits/1b2aa240ff7c06b802c2daa75dee84694e3d323e',parents: [{ id: 'e13e6eb57cdc917305db75bf2e7471981e118ab1' }]},{id: 'e13e6eb57cdc917305db75bf2e7471981e118ab1', href: '/projects/BIOHDF/repos/biohdf/commits/e13e6eb57cdc917305db75bf2e7471981e118ab1',parents: [{ id: '6d2d71ca602628d3aee3708f277da34cf1229389' }]},{id: '6d2d71ca602628d3aee3708f277da34cf1229389', href: '/projects/BIOHDF/repos/biohdf/commits/6d2d71ca602628d3aee3708f277da34cf1229389',parents: [{ id: 'ffdbafa77286734e287f619b310654598407916e' }]},{id: 'ffdbafa77286734e287f619b310654598407916e', href: '/projects/BIOHDF/repos/biohdf/commits/ffdbafa77286734e287f619b310654598407916e',parents: [{ id: '4084e3d70859131f241f203b21670ac40c27d851' }]},{id: '4084e3d70859131f241f203b21670ac40c27d851', href: '/projects/BIOHDF/repos/biohdf/commits/4084e3d70859131f241f203b21670ac40c27d851',parents: [{ id: '41cba0610669b846cd15c29366e806e954406de0' }]},{id: '41cba0610669b846cd15c29366e806e954406de0', href: '/projects/BIOHDF/repos/biohdf/commits/41cba0610669b846cd15c29366e806e954406de0',parents: [{ id: '03315cfc4195655e70cfb0143ea4f3a6e6534a5c' }]},{id: '03315cfc4195655e70cfb0143ea4f3a6e6534a5c', href: '/projects/BIOHDF/repos/biohdf/commits/03315cfc4195655e70cfb0143ea4f3a6e6534a5c',parents: [{ id: '758b330ea9e8bd552a62c587cbd4967d8947368f' }]},{id: '758b330ea9e8bd552a62c587cbd4967d8947368f', href: '/projects/BIOHDF/repos/biohdf/commits/758b330ea9e8bd552a62c587cbd4967d8947368f',parents: [{ id: 'bb1897c7a1c859265aa301003a18aa14c364a036' }]},{id: 'bb1897c7a1c859265aa301003a18aa14c364a036', href: '/projects/BIOHDF/repos/biohdf/commits/bb1897c7a1c859265aa301003a18aa14c364a036',parents: [{ id: '991367755abd1be3679f08dbdb20384f3317c9f2' }]},{id: '991367755abd1be3679f08dbdb20384f3317c9f2', href: '/projects/BIOHDF/repos/biohdf/commits/991367755abd1be3679f08dbdb20384f3317c9f2',parents: [{ id: 'eec00b47036095d0b2d31850282b8e4b5b922b41' }]},{id: 'eec00b47036095d0b2d31850282b8e4b5b922b41', href: '/projects/BIOHDF/repos/biohdf/commits/eec00b47036095d0b2d31850282b8e4b5b922b41',parents: [{ id: 'a77b850b71cd955c859d5d9482516fda8c72d4b3' }]},{id: 'a77b850b71cd955c859d5d9482516fda8c72d4b3', href: '/projects/BIOHDF/repos/biohdf/commits/a77b850b71cd955c859d5d9482516fda8c72d4b3',parents: [{ id: 'bbc3161ff69bc707a075fb6e24df5d556cde19e5' }]},{id: 'bbc3161ff69bc707a075fb6e24df5d556cde19e5', href: '/projects/BIOHDF/repos/biohdf/commits/bbc3161ff69bc707a075fb6e24df5d556cde19e5',parents: [{ id: '29a6ff3acb228be8ec36fc9466cbd9d4f84b57db' }]},{id: '29a6ff3acb228be8ec36fc9466cbd9d4f84b57db', href: '/projects/BIOHDF/repos/biohdf/commits/29a6ff3acb228be8ec36fc9466cbd9d4f84b57db',parents: [{ id: 'c7117b4a0056e24b8645ae6029425a8b95abc600' }]},{id: 'c7117b4a0056e24b8645ae6029425a8b95abc600', href: '/projects/BIOHDF/repos/biohdf/commits/c7117b4a0056e24b8645ae6029425a8b95abc600',parents: [{ id: '140f95996297e0788fc406033d2ef1cb0c22d9ba' }]},{id: '140f95996297e0788fc406033d2ef1cb0c22d9ba', href: '/projects/BIOHDF/repos/biohdf/commits/140f95996297e0788fc406033d2ef1cb0c22d9ba',parents: [{ id: '16eadd93d9aa2c5408c6f6058eadf3aacfea199d' }]},{id: '16eadd93d9aa2c5408c6f6058eadf3aacfea199d', href: '/projects/BIOHDF/repos/biohdf/commits/16eadd93d9aa2c5408c6f6058eadf3aacfea199d',parents: [{ id: '4e79e5fc41b0f0718b9fd548e25ccde239d5f0a7' }]},{id: '4e79e5fc41b0f0718b9fd548e25ccde239d5f0a7', href: '/projects/BIOHDF/repos/biohdf/commits/4e79e5fc41b0f0718b9fd548e25ccde239d5f0a7',parents: [{ id: '99b94d4ec1ea92eb9121aaf0e493dbcc5013514c' }]},{id: '99b94d4ec1ea92eb9121aaf0e493dbcc5013514c', href: '/projects/BIOHDF/repos/biohdf/commits/99b94d4ec1ea92eb9121aaf0e493dbcc5013514c',parents: [{ id: '017f0685ab1f2ed10a48984dca51ae0bfdbaa600' }]},{id: '017f0685ab1f2ed10a48984dca51ae0bfdbaa600', href: '/projects/BIOHDF/repos/biohdf/commits/017f0685ab1f2ed10a48984dca51ae0bfdbaa600',parents: [{ id: '530703b884951924571070faedafa2f627ab92b0' }]},{id: '530703b884951924571070faedafa2f627ab92b0', href: '/projects/BIOHDF/repos/biohdf/commits/530703b884951924571070faedafa2f627ab92b0',parents: [{ id: '39f71578a40f58938d394ec87777636ad511d58e' }]},{id: '39f71578a40f58938d394ec87777636ad511d58e', href: '/projects/BIOHDF/repos/biohdf/commits/39f71578a40f58938d394ec87777636ad511d58e',parents: [{ id: '66dbfc8e4d94ebef569e640c1053576220b8166f' }]},{id: '66dbfc8e4d94ebef569e640c1053576220b8166f', href: '/projects/BIOHDF/repos/biohdf/commits/66dbfc8e4d94ebef569e640c1053576220b8166f',parents: [{ id: 'b6cc5755d3fa2b1d56a129067faadb5ad048f901' }]},{id: 'b6cc5755d3fa2b1d56a129067faadb5ad048f901', href: '/projects/BIOHDF/repos/biohdf/commits/b6cc5755d3fa2b1d56a129067faadb5ad048f901',parents: [{ id: 'fb96f843b6603d936d27cbc55d9a37d93e7b824d' }]},{id: 'fb96f843b6603d936d27cbc55d9a37d93e7b824d', href: '/projects/BIOHDF/repos/biohdf/commits/fb96f843b6603d936d27cbc55d9a37d93e7b824d',parents: [{ id: '63756809f4e906b0f2c2fa7ce518bebd3ca402b5' }]},{id: '63756809f4e906b0f2c2fa7ce518bebd3ca402b5', href: '/projects/BIOHDF/repos/biohdf/commits/63756809f4e906b0f2c2fa7ce518bebd3ca402b5',parents: [{ id: 'a4d1321bc54d700cd47dd3e7d9610571c087e236' }]},{id: 'a4d1321bc54d700cd47dd3e7d9610571c087e236', href: '/projects/BIOHDF/repos/biohdf/commits/a4d1321bc54d700cd47dd3e7d9610571c087e236',parents: [{ id: '0fd0d9a0ec8574b6042bdb21d12ba8d39cc76d98' }]}]);