Commit Graph
11 Commits
Author SHA1 Message Date
ssharfraz3 f4d43965c8 2010-10-20 12:37:01 +00:00
ssharfraz3 52445dd863 2010-10-20 04:15:59 +00:00
ssharfraz3 fb5d4e140b Serialization to fastlib/src 2010-05-12 15:23:10 +00:00
ssharfraz3 46a2ce96ea Added Boost serialization for ArrayList 2010-04-28 13:48:35 +00:00
Ryan Curtin b396228502 Do not make intermediate libraries; just collect filenames of files to be compiled into libfastlib.a. 2010-03-26 20:10:56 +00:00
Ryan Curtin cad1e31d2c Revamp cmake structure again. Builds all targets each into their own directory as well as linking into libfastlib.a, making building it all as well as working on individual components simpler. CMakeLists.txt files also commented and clarified to be less confusing. 2010-03-03 17:59:19 +00:00
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 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
Ryan Curtin b4e16d3d2d Update all #includes. From:
#include "fastlib/base/basic_types.h"

to

#include "base/basic_types.h"

unless it's a file in base/, in which case it goes to

#include "basic_types.h"

That is, make includes as local as possible.
2010-02-03 19:08:34 +00:00
Ryan Curtin b9d8871462 Move fastlib directory to src (this will eventually be done in trunk/ once this is merged) 2010-02-03 16:54:11 +00:00