Ryan Curtin
|
0e9913e5c7
|
uint -> unsigned int (same thing but 'uint' does not exist on all platforms apparently)
|
2010-04-21 17:14:00 +00:00 |
|
Ryan Curtin
|
c560a547f5
|
Use boost::serialization and boost::program_options and link against both (to be integrated into trunk)
|
2010-04-21 14:40:28 +00:00 |
|
(no author)
|
13434f154d
|
|
- |
|
Ryan Curtin
|
8dfec9dffe
|
Allow selection of SCALE_MASSIVE, SCALE_LARGE, or SCALE_NORMAL in CMake configuration (default to SCALE_NORMAL if not otherwise specified, and check to make sure multiple options are not selected)
|
2010-04-20 16:55:40 +00:00 |
|
Ryan Curtin
|
8a9f77b3d8
|
Missed these macros
|
2010-04-20 16:54:56 +00:00 |
|
Ryan Curtin
|
503651e4af
|
#22: replace lots of preprocessor macros with what they actually are where possible.
COMPILER_NO_RETURN -> __attribute__((noreturn))
COMPILER_NO_INLINE -> __attribute__((noinline))
COMPILER_PRINTF -> __attribute__((format(printf, X, Y)))
COMPILER_FUNCTIONAL -> __attribute__((const))
COMPILER_DEPRECATED -> __attribute__((deprecated))
COMPILER_DEPRECATED_MSG -> __attribute__((deprecated))
STATIC_CAST(...) -> static_cast<...>(...)
REINTERPRET_CAST(...) -> reinterpret_cast<...>(...)
|
2010-04-20 14:58:34 +00:00 |
|
Ryan Curtin
|
2205622dab
|
Incorrect #include line, should use relative paths for fastlib stuff
|
2010-04-20 14:44:50 +00:00 |
|
(no author)
|
d56bd5d58d
|
|
- |
|
(no author)
|
f43c238377
|
|
- |
|
(no author)
|
3bf44c5fa9
|
|
- |
|
(no author)
|
a43c60119d
|
|
- |
|
(no author)
|
d26d4c1f4b
|
|
- |
|
(no author)
|
170cb0c685
|
|
- |
|
(no author)
|
87d5ddcede
|
|
- |
|
(no author)
|
2b671c8848
|
|
- |
|
Ryan Curtin
|
2f47bc7a6b
|
mmapmm support by default in fastlib means a lot of these methods now compile right
|
2010-04-15 13:56:12 +00:00 |
|
Ryan Curtin
|
5ead8b1016
|
Don't use local trilinos headers, use system ones (it's CMake's job to figure out where these are)
|
2010-04-15 13:55:50 +00:00 |
|
(no author)
|
2751c04e96
|
|
- |
|
(no author)
|
4af1ef463e
|
|
- |
|
(no author)
|
9d3bbc05d3
|
|
- |
|
(no author)
|
57b78969ec
|
|
- |
|
Ryan Curtin
|
ab824e4b79
|
Need to figure out why those two lines have been causing issues
|
2010-04-14 22:50:19 +00:00 |
|
Ryan Curtin
|
4daef98a6d
|
Add kernel_pca (which required sparse) to default build, modify a few things (ticket #13 is related) so it compiles fine
|
2010-04-14 22:49:39 +00:00 |
|
Ryan Curtin
|
20ac49f85f
|
Move code that finds trilinos out from sparse CMakeLists
|
2010-04-14 22:48:32 +00:00 |
|
Ryan Curtin
|
d5e7bde7c7
|
Add mmapmm to fastlib build. A few code changes were necessary stemming from some earlier base/basic_types.h changes.
|
2010-04-14 21:45:45 +00:00 |
|
Ryan Curtin
|
d74c46dc99
|
Fix nnsvm so it builds correctly (fx_ calls were out of date) and add to CMake build
|
2010-04-14 21:29:10 +00:00 |
|
(no author)
|
9f1be4c152
|
|
- |
|
(no author)
|
e7180c29b5
|
|
- |
|
Ryan Curtin
|
2bd68567bc
|
Revert 'src' to 'fastlib' so I don't break everything fl-build does.
|
2010-04-14 15:44:30 +00:00 |
|
Ryan Curtin
|
f554a5639a
|
Huge merge of fastlib-cmake into trunk, done all wrong (svn merge failed... surprise?). All the CMakeLists.txt files have been copied over and all of the other relevant CMake files too. I've done my best to keep it as simple as possible but unfortunately that was not entirely feasible here.
|
2010-04-14 15:38:59 +00:00 |
|
Ryan Curtin
|
fd095e9931
|
Apply same change from branch to trunk ("Huh?")
|
2010-04-14 15:33:26 +00:00 |
|
Ryan Curtin
|
41c8157a4a
|
Make sure executables are installed correctly (may still need polishing)
|
2010-04-14 14:54:54 +00:00 |
|
Ryan Curtin
|
fe06dc2bbb
|
Set up cmake for physpack (do not build by default)
|
2010-04-14 13:49:11 +00:00 |
|
Ryan Curtin
|
ca309ce7d0
|
Oops, still have to set up physpack with cmake (should be very simple)
|
2010-04-14 13:39:39 +00:00 |
|
Ryan Curtin
|
046e717c0b
|
Set up cmake infrastructure for contrib, and by default compile those which already compile without me having to fight with it too much
|
2010-04-14 13:38:54 +00:00 |
|
Ryan Curtin
|
34ca847760
|
Fix differences in function signatures (.cc implementations were using const char *)
|
2010-04-14 13:31:27 +00:00 |
|
Ryan Curtin
|
85cd6252eb
|
Huh?
|
2010-04-14 13:30:50 +00:00 |
|
Ryan Curtin
|
903df895e6
|
end(), not last(), and fix some fx syntax which has changed
|
2010-04-14 13:30:26 +00:00 |
|
Ryan Curtin
|
0196952d7a
|
cmake build information for thor
|
2010-04-14 13:29:35 +00:00 |
|
Ryan Curtin
|
00b12650a9
|
Include thor in build (it was not there) and move mmanager over, to be tackled later.
CMake will now find and link against pthreads (required for thor).
|
2010-04-13 22:27:57 +00:00 |
|
Ryan Curtin
|
f59c762c8a
|
Remove some unneeded comments. Test for doxygen-update on churchlady
|
2010-04-13 18:40:40 +00:00 |
|
Ryan Curtin
|
dae464671d
|
Add emst to cmake build.
|
2010-04-13 17:50:26 +00:00 |
|
Ryan Curtin
|
ded9354aaf
|
What? Somehow missed copying over emst in MLPACK. Commented out cmake MLPACK program install guidelines, they need to be redone.
|
2010-04-13 17:46:04 +00:00 |
|
(no author)
|
ea7a2da67f
|
|
- |
|
(no author)
|
06a96bde8c
|
|
- |
|
(no author)
|
8afc9c2b45
|
|
- |
|
(no author)
|
ed820d77b9
|
|
- |
|
Ryan Curtin
|
5ec6ce29ac
|
Require 2.8
|
2010-04-12 16:53:16 +00:00 |
|
Ryan Curtin
|
7e06699b01
|
Copy over contrib directory so that I can start adapting build.py to cmake
|
2010-04-12 16:48:48 +00:00 |
|
Ryan Curtin
|
de2fb9ab0a
|
Set svn:ignore to 'build' in root dir
|
2010-04-12 16:42:50 +00:00 |
|