Commit Graph
7033 Commits
Author SHA1 Message Date
(no author) 9ed53b63e1 -
(no author) 9cff100e2b -
James Cline 3fbaaa44ab Queue deprecated and removed. std::deque should be used now instead. 2010-06-01 20:10:15 +00:00
(no author) c8d4487390 -
(no author) 875b53c02a -
James Cline c7dabde9a9 Rename branch to indicate its new purpose, switching from in house implementations of things in the standard library to the standard library implementations.
Examples: ArrayList -> std::vector, Queue -> std::deque
2010-06-01 18:04:47 +00:00
James Cline 10e397a72e Updated comments. Removed constructor nonsense. 2010-06-01 17:50:28 +00:00
James Cline 1656613538 Queue is now just a wrapper around std::deque. It will be completely removed later on as the things that call it are updated. 2010-06-01 17:36:15 +00:00
James Cline 9691dfb532 Forgot to change this back before previous commit. 2010-06-01 16:54:09 +00:00
James Cline 0af1ed41e5 Fixed TestQueue so that it actually fails if things don't match. 2010-06-01 16:48:51 +00:00
(no author) bae372ab7e -
(no author) d6b130a844 -
(no author) 6121a39df1 -
(no author) 1ce1487156 -
(no author) 5d30b5afb1 -
(no author) 8358aeecc7 -
(no author) fe45c52452 -
(no author) 42b5b17562 -
(no author) 336474878c -
(no author) b88420a36e -
(no author) 856edbf689 -
(no author) adf0838d51 -
(no author) a23e1a29c5 -
(no author) 6557418182 -
(no author) 9ef0e6c2d5 -
(no author) bc737c4de2 -
(no author) 9516ccb0a1 -
(no author) d927c5ebb2 -
(no author) cacdf7cc01 -
(no author) b8b20adfc7 -
(no author) 3eba517949 -
tqlong bede1f6046 anmf 2010-05-28 14:12:12 +00:00
tqlong aa3aa4bca9 anmf 2010-05-28 07:41:44 +00:00
(no author) 1431bfb960 -
(no author) 15fb168b31 -
(no author) c6f4424b69 -
(no author) eda2484168 -
(no author) 6573e0f136 -
(no author) 416a39324e -
(no author) 7c642fcd46 -
(no author) 4aa738de49 -
Ryan Curtin a87005e9c5 Add GPLv2 as license and copy doc/README_MLPACK to README 2010-05-27 03:30:18 +00:00
Ryan Curtin 14e1036e5f Tag fastlib-0.4 release. 2010-05-27 03:28:52 +00:00
(no author) 92b043430d -
James Cline 1a00c8ef16 TestRangeSet() changed so that it actually will fail if the expected results are not generated.
There may be a better macro for this, or we may want to switch to something not made in house (assuming TEST_ASSERT is).
2010-05-26 21:22:17 +00:00
James Cline 95f5981133 Switched from ArrayList->std::vector. 2010-05-26 21:09:59 +00:00
tqlong e445ba180a affine NMF 2010-05-26 21:04:30 +00:00
(no author) 8f46665eea -
(no author) 0af56bee66 -
(no author) e65e14b821 -