Commit Graph
10 Commits
Author SHA1 Message Date
ssharfraz3 52445dd863 2010-10-20 04:15:59 +00:00
ssharfraz3 fb5d4e140b Serialization to fastlib/src 2010-05-12 15:23:10 +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 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 c7c6524a64 config subdirectory is no longer needed as basic_types.h is no longer generated 2010-02-03 18:39:50 +00:00
Ryan Curtin 62d5dae63c No need for this anymore 2010-02-03 18:39:07 +00:00
Ryan Curtin f295f96dd5 Do not autogenerate this file, no need to reinvent the wheel 2010-02-03 18:38:44 +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