Commit Graph

  • bbfcdeb5a6 Compiles with clang in mac. Davi Reis 2011-05-23 17:18:24 -0700
  • bb40a4bb00 Renamed table to index and reorganized benchmarks. Davi Reis 2011-05-23 11:01:08 -0700
  • c630eb2a70 Implemented serialization machinery. Davi de Castro Reis 2011-05-16 11:26:18 -0300
  • 5a4ba7516c Improved const-correctness. Davi de Castro Reis 2011-05-15 23:24:12 -0300
  • 37a57c18e8 Moved to c arrays to allow mmap'ing. Davi de Castro Reis 2011-05-15 23:04:30 -0300
  • a61882d722 Enabled debug. Davi de Castro Reis 2011-05-15 22:02:34 -0300
  • cb50e06bc2 Fixed cxxflags. Davi de Castro Reis 2011-05-15 21:56:28 -0300
  • 5a46ad95be Better header organization. Davi de Castro Reis 2011-05-15 20:47:42 -0300
  • 0761f24182 Improved cxxmph test organization. Davi de Castro Reis 2011-05-15 19:48:01 -0300
  • 7d5a62cb1a Merge branch 'cxxmph' of ssh://cmph.git.sourceforge.net/gitroot/cmph/cmph into cxxmph Davi de Castro Reis 2011-05-15 19:44:28 -0300
  • 7d9253fd98 Fixed include dir. Davi de Castro Reis 2011-05-15 19:39:55 -0300
  • 4482c8f39b Conditional compilation of the cxxmph directory. Davi Reis 2011-05-15 19:38:31 -0300
  • 532ee999b9 Moved benchmark code into tests directory. Davi de Castro Reis 2011-05-15 17:19:08 -0300
  • af887685f5 Merge branch 'master' into cxxmph Davi de Castro Reis 2011-05-15 17:15:57 -0300
  • 6adc2a4816 Added changes to README.t2t as well. Davi de Castro Reis 2011-05-15 12:58:13 -0300
  • 0e6849792e Ready to roll. Davi de Castro Reis 2011-05-15 12:29:24 -0300
  • b0f3aaa351 Reorganized tests. Davi de Castro Reis 2011-05-14 17:44:58 -0300
  • 5315e3a597 Committer: Fabiano C. Botelho <fbotelho@fbotelho-desk.(none)> On branch master Changes to be committed: Fixing bugs reported by Steve Friedman, Kaštil Jan and a bug that was accidently introduced in file chd_ph.c in 1.0 release. Fabiano C. Botelho 2011-03-27 01:41:28 -0700
  • 05eaf15d53 Added a benchmark to the C++ code. Davi de Castro Reis 2011-02-18 14:15:24 -0800
  • 8355e2e1b8 Added a benchmark to the C code. Davi de Castro Reis 2011-02-18 14:15:10 -0800
  • 4fc0c52c56 Benchmark works. Davi de Castro Reis 2011-02-15 20:46:05 -0800
  • d0eb54d030 Finishing benchmarks. Davi de Castro Reis 2011-02-15 14:49:08 -0500
  • b2da526497 Dumping cmph_uint32. Davi de Castro Reis 2011-02-13 23:32:50 -0200
  • 5b78c02da0 Dumping cmph_uint32. Davi de Castro Reis 2011-02-13 20:40:26 -0200
  • 2a35666bfa Add benchmarking code. Davi de Castro Reis 2011-01-24 10:29:22 -0200
  • 084a940c2a Removed c++ stuff from the c master branch. Davi de Castro Reis 2011-01-23 22:07:29 -0200
  • 2a68958c1f Fixed licenses, applied patch from Colin Walters fixing gcc 2.95 warnings and added -Wall -Werror compilation flags. Davi de Castro Reis 2011-01-21 03:11:55 -0200
  • 799b4a3fc5 Forgot. Davi de Castro Reis 2011-01-20 23:07:46 -0200
  • 62ac3f4bde All fine, time to optimize. davi 2010-11-09 03:51:33 -0200
  • bb2e9e28a8 All looks fine, commenting debug. davi 2010-11-09 03:38:46 -0200
  • b0255a8269 Valgrind pass. davi 2010-11-09 02:29:39 -0200
  • 676d34073c Fixed first_edge initialization bug. davi 2010-11-08 22:02:18 -0200
  • cde9f72c9e Repro failure. davi 2010-11-08 18:19:44 -0200
  • 7c9c6c518d Thinking slack. davi 2010-11-06 09:14:07 -0200
  • 0c5f2301df Fixed compilation error and detected iterator problem. Davi de Castro Reis 2010-11-05 21:46:53 -0200
  • c09df518dc make install works. davi 2010-11-05 04:48:53 -0200
  • 8663285897 Better design for hash templates. davi 2010-11-05 04:40:15 -0200
  • 6c69aa0a8f Fixed small bugs. davi 2010-11-05 00:17:08 -0200
  • 84f7da426c Added trigraph test. Davi de Castro Reis 2010-11-04 22:59:42 -0200
  • 76a88922ac Added iterator first. Davi de Castro Reis 2010-11-04 22:57:41 -0200
  • 7ead7bff2f Better. Davi de Castro Reis 2010-10-28 23:26:37 -0700
  • 5fab722781 Now going to adapt hash_map. Davi de Castro Reis 2010-10-28 17:53:40 -0700
  • 22d149d3a8 It works. Davi de Castro Reis 2010-10-27 19:45:43 -0700
  • 385ce27a10 Added half nibble code. Davi de Castro Reis 2010-10-27 17:17:09 -0700
  • 724e716d67 Added murmur hash and finished porting all c code. Davi de Castro Reis 2010-10-24 19:12:47 -0700
  • bf0c5892d8 Lots of work. Davi de Castro Reis 2010-10-05 11:51:17 -0300
  • f04df98f91 Extracting graph code. Davi de Castro Reis 2010-09-10 00:07:06 -0700
  • a3d29713b7 Fixed Makefile. Davi de Castro Reis 2010-09-09 18:42:30 -0700
  • 121d13d08b Added fixed INSTALL file. Davi de Castro Reis 2010-09-09 17:50:07 -0700
  • 52e7da2187 Merge branch 'master' of ssh://cmph.git.sourceforge.net/gitroot/cmph/cmph Davi de Castro Reis 2010-09-09 16:30:16 -0700
  • bfdcc3a3a1 Updated documentation. Davi de Castro Reis 2010-09-09 16:28:20 -0700
  • 7f4a877e93 Removed cdb code. Davi de Castro Reis 2010-09-09 16:14:21 -0700
  • e32d398467 Adding an ebuild for 0.9 Elias Gabriel Amaral da Silva 2010-08-12 10:41:13 -0300
  • 3103d23ff4 Fixed m4 large files macro. Davi Reis 2010-09-09 15:51:03 -0700
  • 62c3b0d375 Removed more noise. Davi de Castro Reis 2010-06-28 16:03:59 -0300
  • d3aee08baa Removed noise. Davi de Castro Reis 2010-06-28 16:02:07 -0300
  • 355836a156 Added new files. Davi de Castro Reis 2010-06-28 16:01:18 -0300
  • 1fea1cc9a0 Merge branch 'master' of ssh://davi@cmph.git.sourceforge.net/gitroot/cmph Davi Reis 2009-07-04 20:44:42 -0700
  • 829ba6be75 Merge branch 'master' of ssh://davi@cmph.git.sourceforge.net/gitroot/cmph Davi Reis 2009-07-04 20:42:01 -0700
  • 7bcf8a7962 Merge branch 'master' of ssh://davi@cmph.git.sourceforge.net/gitroot/cmph Davi Reis 2009-07-04 20:42:01 -0700
  • 47a73e7e89 Minor Davi Reis 2009-07-04 20:17:36 -0700
  • 250afcb75f Minor Davi Reis 2009-07-04 20:17:36 -0700
  • bb5c464ca1 Very early draft of cdb support. Davi Reis 2009-07-04 20:08:38 -0700
  • cbb817ddef Very early draft of cdb support. Davi Reis 2009-07-04 20:08:38 -0700
  • 7c88459cb2 cmph_time.h included as header in Makefile.am Fabiano C. Botelho 2009-06-17 15:01:39 -0300
  • 39423c781b cmph_time.h included as header in Makefile.am Fabiano C. Botelho 2009-06-17 15:01:39 -0300
  • 9737faca0c cmph_time.h included as header in Makefile.am Fabiano C. Botelho 2009-06-17 15:01:39 -0300
  • 27a9158cb5 cmph_time.h included as header in Makefile.am Fabiano C. Botelho 2009-06-17 15:01:39 -0300
  • 3ef4d951fd Changed Fabiano'email by its homepage Fabiano C. Botelho 2009-06-15 13:37:47 -0300
  • 0b54d7b11c Changed Fabiano'email by its homepage Fabiano C. Botelho 2009-06-15 13:37:47 -0300
  • 4f1749504f Changed Fabiano'email by its homepage Fabiano C. Botelho 2009-06-15 13:37:47 -0300
  • 6b652073f9 Changed Fabiano'email by its homepage Fabiano C. Botelho 2009-06-15 13:37:47 -0300
  • 327675f93e Fixed a broken link Fabiano C. Botelho 2009-06-12 22:07:09 -0300
  • 7f0b4e07e9 Fixed a broken link Fabiano C. Botelho 2009-06-12 22:07:09 -0300
  • d1dce621ed Fixed a broken link Fabiano C. Botelho 2009-06-12 22:07:09 -0300
  • b415d7a575 Fixed a broken link Fabiano C. Botelho 2009-06-12 22:07:09 -0300
  • 9ae0e10732 Documentation updated for release 0.9 Fabiano C. Botelho 2009-06-12 21:49:26 -0300
  • e042615de6 Documentation updated for release 0.9 Fabiano C. Botelho 2009-06-12 21:49:26 -0300
  • 088389184f Documentation updated for release 0.9 Fabiano C. Botelho 2009-06-12 21:49:26 -0300
  • 7476b61a88 Documentation updated for release 0.9 Fabiano C. Botelho 2009-06-12 21:49:26 -0300
  • 37444720b5 vldb07 directory removed Fabiano C. Botelho 2009-06-12 19:42:24 -0300
  • c3cece4173 vldb07 directory removed Fabiano C. Botelho 2009-06-12 19:42:24 -0300
  • b8aa2106e9 vldb07 directory removed Fabiano C. Botelho 2009-06-12 19:42:24 -0300
  • ef89d3b305 vldb07 directory removed Fabiano C. Botelho 2009-06-12 19:42:24 -0300
  • eb1442b4ac checking the bug reported by Ayat Dawood. It was fixed using his suggestion (if((bdz->r%2)==0) bdz->r+=1; // The new line) Fabiano C. Botelho 2009-06-12 03:07:54 -0300
  • 7835d6b3e6 checking the bug reported by Ayat Dawood. It was fixed using his suggestion (if((bdz->r%2)==0) bdz->r+=1; // The new line) Fabiano C. Botelho 2009-06-12 03:07:54 -0300
  • 13ab2f0988 checking the bug reported by Ayat Dawood. It was fixed using his suggestion (if((bdz->r%2)==0) bdz->r+=1; // The new line) Fabiano C. Botelho 2009-06-12 03:07:54 -0300
  • d3cfd78aee checking the bug reported by Ayat Dawood. It was fixed using his suggestion (if((bdz->r%2)==0) bdz->r+=1; // The new line) Fabiano C. Botelho 2009-06-12 03:07:54 -0300
  • 09f5ac08d5 Compiled with -Werror -Wall -O3 and -Wconversion flags Fabiano C. Botelho 2009-06-12 02:46:18 -0300
  • cf0b25f6ee Compiled with -Werror -Wall -O3 and -Wconversion flags Fabiano C. Botelho 2009-06-12 02:46:18 -0300
  • 17b3299c7c Compiled with -Werror -Wall -O3 and -Wconversion flags Fabiano C. Botelho 2009-06-12 02:46:18 -0300
  • f68c665136 Compiled with -Werror -Wall -O3 and -Wconversion flags Fabiano C. Botelho 2009-06-12 02:46:18 -0300
  • 0174dfe059 Fixed Makefile.am such that make dist works on ubuntu. Davi de Castro Reis 2009-06-11 23:10:39 -0300
  • 318a60aa7a Fixed Makefile.am such that make dist works on ubuntu. Davi de Castro Reis 2009-06-11 23:10:39 -0300
  • ddf8d74132 Fixed Makefile.am such that make dist works on ubuntu. Davi de Castro Reis 2009-06-11 23:10:39 -0300
  • 4ce2a5a8c6 Fixed Makefile.am such that make dist works on ubuntu. Davi de Castro Reis 2009-06-11 23:10:39 -0300
  • 7e8b70a0c2 Added missing file compressed_rank_tests.c davi 2009-06-09 23:59:41 -0300
  • cd18128973 Added missing file compressed_rank_tests.c davi 2009-06-09 23:59:41 -0300
  • 76f126c15e Added missing file compressed_rank_tests.c davi 2009-06-09 23:59:41 -0300
  • 9b6e70767e Added missing file compressed_rank_tests.c davi 2009-06-09 23:59:41 -0300