Commit Graph
5318 Commits
Author SHA1 Message Date
(no author) 76bb2bfa79 -
(no author) a9c50678cb -
(no author) b9bf2ef2e5 -
(no author) 5fdc6ace41 -
(no author) af0d158301 -
(no author) 374ca15a1d -
Bill March 03c11a7da7 wrote depth first recursive code, fixed bug in base case 2010-03-03 01:42:35 +00:00
(no author) da979e0bbd -
(no author) 89f90fd49e -
(no author) 2e4cd79558 -
(no author) 7b4880073f -
Ryan Curtin 4a72dd12bf Revamp cmake:
1.  Move cmake to top level of fastlib build.
2.  Have cmake put libfastlib.a into lib/ (but not the other build components)
3.  Have cmake put test executables into bin/ upon build
4.  Disable a few things from mlpack build that depend on optimization, until Opt++ problems are solved

Could use some syntax cleanup still.
2010-02-26 22:38:51 +00:00
Ryan Curtin a64b40d822 One more #include relativity fix 2010-02-26 22:37:12 +00:00
Ryan Curtin 9d01fc94c5 Move CMake utility files to root directory of build (cmake should be run from there). 2010-02-26 22:36:51 +00:00
Ryan Curtin cf52e842e3 Make #includes relative to fastlib 2010-02-26 22:34:51 +00:00
Ryan Curtin 823721be21 Update #includes to be relative (we should not assume fastlib/ is always in the include path, this keeps it simple). 2010-02-26 22:32:29 +00:00
(no author) 08997e02e4 -
(no author) 3f61e7709e -
(no author) 47ae3a4ac8 -
(no author) bbb62c65ad -
(no author) 30492c16fe -
(no author) fc511365b0 -
(no author) c0b84d64e9 -
(no author) 25d10ab33e -
(no author) 60abc3f22f -
(no author) d59ca370f8 -
(no author) e22f2c05fd -
(no author) bc25b222b4 -
(no author) 95cf89e630 -
(no author) 53074778b3 -
(no author) 2313f0f49a -
(no author) d90f8e8c15 -
(no author) 0fed7b0c8d -
(no author) 2a1aecbf40 -
(no author) 33c26944c6 -
(no author) 1492d6643b -
(no author) db089e1810 -
(no author) d15497652d -
(no author) b37abd5be1 -
(no author) 80ff127553 -
(no author) 7da7245078 -
(no author) d745f6ed8c -
(no author) dba8c53ec7 -
(no author) aed5949f60 -
(no author) 056d0dce0a -
(no author) f94803cfa3 -
(no author) cf164330bb -
(no author) ecd5859a97 -
Ryan Curtin 6a949c02c7 Make clean before distclean
(DEPENDS clean did not work right, so this hack will work; after all we already made the assumption we are on a Linux-based system for these commands)
2010-02-26 01:00:01 +00:00
(no author) 9b66db48e7 -