Commit Graph
5156 Commits
Author SHA1 Message Date
(no author) 42eb128e0b -
(no author) a9959a2e91 -
(no author) eb4f4103c0 -
(no author) 29ebc61e03 -
(no author) 52e0e91736 -
(no author) 4fe05da195 -
(no author) 97fa9b8794 -
(no author) 3124fac121 -
(no author) b8cfcc3061 -
(no author) 8060b5c5e4 -
(no author) bd93e188ca -
(no author) bbb49d9f79 -
(no author) be20f8f80a -
(no author) 5883a62afe -
(no author) fd9d509ff9 -
(no author) 180073bc50 -
(no author) ab1237b3c6 -
(no author) 648b6e06cd -
(no author) 43a5adecd7 -
(no author) 1a01617921 -
(no author) 96cfe08311 -
(no author) 70120b2570 -
(no author) 83756589b7 -
(no author) 6ac39c7501 -
(no author) 757dd25faf -
Ryan Curtin 75fba88435 Do not use different directories for cmake stuff; this ensures every directory has its own Makefile. 2010-02-04 18:55:46 +00:00
(no author) 3321e25f0f -
(no author) eef056d58b -
(no author) ed0953c8d5 -
(no author) 82b493faf3 -
(no author) 2c6796cf98 -
(no author) 3957428d8e -
(no author) 632272acb5 -
(no author) c712fd1c98 -
(no author) e3837b62b6 -
(no author) 1e6bff6a1f -
(no author) afbd141a8e -
Ryan Curtin 4fd20ba88c ctags cruft shouldn't be in repo, was probably put there by accident 2010-02-03 19:23:34 +00:00
Ryan Curtin c66c772367 Remove unnecessary debug output, forgot to do that before checkin 2010-02-03 19:17:07 +00:00
Ryan Curtin 9d4524ed0d Missed this file: changed #include "fastlib/..." to #include "..." 2010-02-03 19:12:33 +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 004df67d53 Update include locations 2010-02-03 19:07:38 +00:00
Ryan Curtin 55537da80a Clean up trilinos search (use PATH_SUFFIXES), and we also need to look for MPI headers.
Dependency on trilinos should be eliminated...
2010-02-03 19:05:15 +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
(no author) 420980d254 -
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
Ryan Curtin 932992ff8f Unnecessary directories that should be generated at compile time (missed these on the last revision) 2010-02-03 16:53:10 +00:00
Ryan Curtin 404b5845fc Should be generated by build system at compile time and not in source repo 2010-02-03 16:52:45 +00:00