Commit Graph
5524 Commits
Author SHA1 Message Date
Ryan Curtin b7e7052f4e Allow TextFile to return its own filename 2010-04-28 14:43:59 +00:00
Ryan Curtin 5b2be37ec8 Fix syntactical errors in CMake files 2010-04-28 14:41:54 +00:00
ssharfraz3 31096fa32a Added Boost serialization for series_expansion 2010-04-28 14:07:19 +00:00
ssharfraz3 46a2ce96ea Added Boost serialization for ArrayList 2010-04-28 13:48:35 +00:00
ssharfraz3 fe8d6a0ad3 Added Boost program options for command line for naive_bayes 2010-04-28 13:47:57 +00:00
ssharfraz3 4c87975cec Added Boost program options for command line for allknn 2010-04-28 13:47:19 +00:00
ssharfraz3 ba52867d00 Added Boost program options for command line for allknn 2010-04-28 13:47:00 +00:00
ssharfraz3 a2c5042b50 Added Boost program options for command line for allkfn 2010-04-28 13:46:41 +00:00
ssharfraz3 965e87bee0 Added Boost program options for command line 2010-04-28 13:45:54 +00:00
(no author) 57c4012c54 -
(no author) aec91e360d -
(no author) 33eb54b4b7 -
(no author) 454c7570d2 -
Ryan Curtin 0a87fd57f1 Fix #27: incorrect use of LI macro (same as #26 but this fixes it in the fastlib-cmake branch) 2010-04-27 03:28:14 +00:00
(no author) 7cbf28d039 -
Ryan Curtin 93a2e1d6ad Fix for #26; forgot the type specifier after LI (since the LI macro now requires a type after it, so it works for all types)
#15 (standardized output system using cout) will solve all these silly printf problems.
2010-04-25 18:13:51 +00:00
Ryan Curtin 9349cc501a Create fastlib-armadillo branch, where we will attempt to try to replace GenMatrix with armadillo's implementation. 2010-04-25 16:17:53 +00:00
Ryan Curtin 949d8116bb posix_fadvise is not defined on all systems 2010-04-24 23:12:51 +00:00
Ryan Curtin 8604c265a4 Do not build mlpack_contrib or any of its pieces by default 2010-04-24 22:33:32 +00:00
(no author) 25448dc457 -
(no author) f21093b968 -
Bill March 630d88a0d5 working on multi-bandwidth version 2010-04-21 19:20:03 +00:00
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 -