2025-01-29  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Simplify via r-ci with included bootstrap

2024-10-27  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Authors@R): Added

2024-07-16  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Switch some URLs from http to https

2024-05-23  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Use tinyverse.netlify.app for dependency badge

2024-04-08  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
	add r-ci-setup actions

2023-04-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll micro version and date

	* src/Makevars: No longer set a compilation standard

2022-11-18  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

2021-12-19  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Remove unused continuous integration artifact and badge

2021-01-12  Dirk Eddelbuettel  <edd@debian.org>

        * .github/workflows/ci.yaml: Add CI runner using r-ci
	* README.md: Add new badge

2020-05-25  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add 'last commit' badge

	* .travis.yml: Switch to bionic and R 4.0.0

2019-07-11  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Author): Use name without email as in other packages

2019-02-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.1.3

	* src/common.cpp: Wrap '\dontrun{}' around example
	* src/movavg.cpp: Idem
	* src/hello.cpp: Idem
	* src/sliding.cpp: Idem

2019-01-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.1.2

2018-12-29  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/grammar.h: Convert from CRLF to CR
	* inst/include/stream.h: Idem
	* inst/include/strop.h: Idem
	* inst/include/strop_func.h: Idem

	* inst/include/operators.h: Added final newline
	* inst/include/stream_base.h: Idem
	* inst/include/strop_sliding_window.h: Idem
	* inst/include/strop_stream_producer.h: Idem

2018-12-22  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/engine.h (streamulus): Comment-out optional use of
	boost::proto::display_expr which upsets the linker under Boost 1.69

	* src/RcppExports.cpp: Regenerated to provide symbol registration
	* R/RcppExports.R: Idem
	* NAMESPACE: Add .registration=TRUE to useDynLib()

2017-08-26  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml (before_install): Use https for curl fetch

2016-08-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): New release 0.1.1

	* DESCRIPTION (URL): Added
	(BugReports): Added

	* src/Makevars (CXX_STD): Compiled as a C++11 project

	* .travis.yml: Switch to using run.sh for Travis CI

2015-02-01  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/RcppStreams.h: Adding as first step towards a
	RcppStreams header wrapper leaving Streamulus as unmodified as possible

	* inst/include/composed_func.: Use StreamulusOut define for output
        * inst/include/engine.h: Ditto
        * inst/include/streamulus.h: Ditto
        * inst/include/strop_data_source.h: Ditto
        * inst/include/transforms.h: Ditto

	* src/hello.cpp: Some normalization with Streamulus
	* src/common.cpp: Ditto
	* src/movavg.cpp: Ditto
	* src/sliding.cpp: Ditto

2015-01-31  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Wrapped up as release 0.1.0

	* src/*.cpp: Add simple example to each roxygen documentation entry
	* man/*.Rd: Ditto

2015-01-30  Dirk Eddelbuettel  <edd@debian.org>

	* src/sliding.cpp: New function slidingWindows() added based on
	Streamulus example D*
	* man/slidingWindow.Rd: Ditto

	* src/common.cpp" New function commonSubexpressions() added based on
	Streamulus example B*

	* inst/tests/GNUmakefile: Renamed from Makefile to lease R CMD check
	* inst/examples/GNUmakefile: Ditto

2015-01-28  Dirk Eddelbuettel  <edd@debian.org>

	* src/movavg.cpp: Fully restore second example disabled for i/o tests
	* src/hello.cpp: Simpler (void) interface to first example

2015-01-05  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml: Activated now that Boost Fusion and Graph are in BH

2015-01-02  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/engine.h: Supply Rcpp::Rcout as an argument to
	boost::proto::display_expr [thanks, @dcdillon !!] which suppresses
	default use of std::cout about which R CMD check complains loudly

	* .travis.yml: First steps towards TravisCI integration -- not yet
	successful as we need more pieces from Boost than Travis has

2014-08-09  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/*: Various unsuccessful attempts to suppress std::cout

	* src/hello.cpp: Add basic roxygen documentation
	* src/movavg.cpp: Ditto

	* inst/include/*: Moved headers from src/ to be used by other packages

	* inst/doc/*: Moved from doc/ to ensure installation in user package
	* inst/examples/*: Moved from examples/ to ensure installation in pkg

	* src/hello.cpp: First example based on Streamulus example A*
	* src/movavg.cpp: Second example based on Streamulus example C*

	* DESCRIPTION: Basic package infrastructure
	* NAMESPACE: Ditto
	* src/Makevars: Ditto

2014-08-09  Dirk Eddelbuettel  <edd@debian.org>

	* src/engine.h: Do not unconditionally write out graph file

	* tests/tests.cpp: Added outer wrapper
	* tests/Makefile: Added as well

	* examples/Makefile: Added

	* exampples/*.cpp: Protect main() behind a define in all examples

	* src/transforms.h: Comment-out unused variable for g++ -pedantic
	* src/engine.h: Reorder initialization for g++ -pedantic