Commit Graph
38 Commits
Author SHA1 Message Date
Ryan Curtin d2e353468b Merge pull request #626 from ajjl/removeTrailingWhitespace
Removes trailing whitespaces at end of lines
2016-04-19 19:05:02 -04:00
Alexander Leinoff efb64f2c7d Removes trailing whitespaces at end of lines
Unnecessary end of line whitespace is generally frowned upon. In addition some
editors remove end of line whitespace automatically, making diffs hard to read.
This commit removes all trailing witespaces. Using some sed magic in bash:

find . -name "*.*" -type f -print0 | xargs gsed -i 's/[ \t]*$//'
2016-04-19 12:10:01 -05:00
Ryan Curtin 6be725a3fa Update documentation for changed names. 2016-04-18 13:08:14 -07:00
Ryan Curtin 2564cf4c51 Update documentation. 2016-04-18 09:00:19 -07:00
Ryan Curtin 31dd6c033f Document new CMake options. 2016-04-15 14:12:28 -04:00
Ryan Curtin b8f53a4eeb Update documentation. 2016-04-14 14:52:41 -04:00
Ryan Curtin 1140d93866 Fix missing \endcode. 2016-04-14 10:11:39 -04:00
Ryan Curtin 79bf33090e Update documentation. 2016-04-14 10:11:39 -04:00
Ryan Curtin 6ccf865445 Add a tutorial for the formats. 2016-04-12 14:43:52 +00:00
Ryan Curtin a955ee174f Clarify section name. 2016-04-12 14:43:52 +00:00
Ryan Curtin c487c587fb Update version in documentation. 2016-03-15 13:20:28 -07:00
Ryan Curtin 4a2466b147 Update dependencies for binutils (libbfd and libdl). 2016-03-15 13:19:54 -07:00
Ryan Curtin a3ce99e25b Remove libxml2-devel from list of Fedora/RHEL dependencies. 2016-03-15 13:00:07 -07:00
Grzegorz Krajewski f8228a5916 Change order in printing backtrace 2016-03-03 21:41:56 +01:00
Grzegorz Krajewski aa35528425 Add mlpack::backtrace info.
Add note about printing a backtrace.
2016-02-25 16:35:51 +01:00
ryan bcabda77ee Update required dependency versions. 2015-12-23 16:04:19 -05:00
ryan 114d43256f Standardize: 'mlpack' instead of 'MLPACK'. 2015-12-23 12:21:30 -05:00
ryan 83a189a091 Fix dependency documentation. 2015-12-23 12:09:39 -05:00
Ryan Curtin 325348b0d2 Tiny minor documentation changes. 2015-11-17 17:26:06 -05:00
Grzegorz Krajewski 01f5c60187 Add note about runtime_error exception 2015-11-17 22:44:12 +01:00
Ryan Curtin 3a83a18816 Fix typo in documentation. 2015-07-13 18:13:51 +00:00
ryan a7fecec54b Update output for Log::Fatal crash. 2015-04-09 19:08:02 -04:00
Ryan Curtin 534c7d357d Remove references to Boost.Random. 2015-03-02 20:45:35 -05:00
Ryan Curtin 5d06621272 Update and clarify build tutorial, since DEBUG and PROFILE are OFF by default in
releases.
2014-10-09 20:41:50 +00:00
Ryan Curtin 699a2b3bfd Update documentation. 2014-07-28 14:26:59 +00:00
Ryan Curtin d89ee04714 Update documentation (thanks Yubao). 2014-02-04 02:46:48 +00:00
Ryan Curtin 0487767b70 Oops, a typo. 2013-12-29 04:30:04 +00:00
Ryan Curtin 215a590bbd Some documentation on versioning information. 2013-12-29 04:29:33 +00:00
Ryan Curtin 62108e0e49 And this is why I hate maintaining documentation for things that I don't
control; it goes out of date really quickly and people get confused...
2013-11-16 17:06:36 +00:00
Ryan Curtin 6d2fd45d18 Update to latest version number. 2013-10-04 17:24:20 +00:00
Ryan Curtin b257707086 Update documentation to reflect 3.6.0 requirement. 2013-09-30 01:08:50 +00:00
Ryan Curtin 898e5980e2 Add a note about running a timer multiple times. 2013-09-26 20:17:31 +00:00
Marcus Edel ff8363cf63 Update the timer example call and output. 2013-09-26 19:39:58 +00:00
Ajinkya Kale 6361edabbd added download link to build page on mlpack.org 2013-07-23 23:41:18 +00:00
Ryan Curtin aaed1a04e4 Minor version update. This is not a very maintainable solution... 2013-07-23 18:31:33 +00:00
Ryan Curtin cac0c470d2 Update documentation (#275). 2013-05-02 18:45:56 +00:00
Ryan Curtin e0f8b9d2f4 Fix a code error, fix build instructions to include package managers. 2012-11-14 21:28:30 +00:00
Ryan Curtin 653e64a6e0 Add some useful documentation. 2011-12-16 06:34:38 +00:00