2012-05-20 Dirk Eddelbuettel * DESCRIPTION: Version 0.0.5 * src/*: Massively invasive changes to get rid of stdout, stderr, std::cout, std::cerr and exit() as now required by CRAN * configure.in: Changed per CRAN request ever where this conflicts with preferences by upstream: no more -ffast-math and -march=native * cleanup: Also remove src/symbols.rds 2012-05-13 Dirk Eddelbuettel * src/*: Added 'unistd.h' and 'cstring' includes to a number of files to permit compilation under g++-4.7 2011-09-27 Dirk Eddelbuettel * configure.in: Do not set 'march=nocona' on g++ 4.2 as it upsets the ppc architecture builds on OS X * cleanup: Also remove autom4te.cache 2011-09-25 Dirk Eddelbuettel * DESCRIPTION: Set Version: to 0.0.4 * src/*: Updated to current version of vowpal's git repo 2011-09-23 Dirk Eddelbuettel * src/*: Updated to current version of vowpal's git repo which includes fixes for isnan not compiling on OS X 2011-09-22 Dirk Eddelbuettel * src/R_vw.cpp: Cast total_features to double * configure.in: More cleanup / reindentation 2011-09-21 Dirk Eddelbuettel * configure.in: Also look for dylib versions of the Boost.Program_Options library to better support OS X 2011-09-20 Dirk Eddelbuettel * DESCRIPTION: Set Version: to 0.0.3 * src/*: Updated to current version of vowpal's git repo which compiles cleanly under -pedantic too (with thanks to John et al) * configure.in: Better gcc version test to decide when to use -march=native (on 4.3 or later) borrowing line from John 2011-09-12 Dirk Eddelbuettel * src/R_vw.cpp: Wrap a try/catch block around main function * man/vw.Rd: Added a \note{} about the need to setwd() accordingly if relative paths are used 2011-09-07 Dirk Eddelbuettel * src/*: Updated to current version of vowpal's git repo which no longer requires -std=c++0x (via uint64_t instead of u. long long) * configure.in: Updated to no longer add -std=c++0x 2011-09-02 Dirk Eddelbuettel * src/Makevars.in: Also set -lz -lpthread in PKG_LIBS * cleanup: Remove src/Makevars too 2011-09-01 Dirk Eddelbuettel * src/*: Updated to current version of vowpal's git repo which now compiles cleanly using -std=c++0x * configure.in: Added more stringent test for Boost Program_Options library re-using two macros by Thomas Porschberg from the autoconf archive. 2011-08-31 Dirk Eddelbuettel * DESCRIPTION: Set Version: to 0.0.2 * DESCRIPTION: Set SVN $Date$ property * src/*: Updated to current version of vowpal's git repo 2011-08-18 Dirk Eddelbuettel * man/vw.Rd: Added minimal manual page for vw() function * inst/test/: Copied upstream regression test input data, models and reference output here * demo/vw.R: Collected upstream tests in a demo file vw.R * src/accumulate.{cc,h},src/lda_core.cc: Applied dos2unix 2011-08-17 Dirk Eddelbuettel * Initial test package version 0.0.1 replicating the results of the upstream RunTests script using the the upstream vw binary