forked from eddelbuettel/bh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
159 lines (92 loc) · 4.75 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
2016-12-05 Dirk Eddelbuettel <edd@debian.org>
* README.md: Updated as repo now has a more manageable footprint
2016-12-04 Dirk Eddelbuettel <edd@debian.org>
* local/scripts/git-remove.sh: Script contributed in GitHub Issue #34
to reduce disk footprint of the archive
2016-11-18 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.62.0-1
* inst/include/boost/variant/detail/forced_return.hpp: Ensure
R_NO_REMAP is defined
2016-11-15 Dirk Eddelbuettel <edd@debian.org>
* inst/include/boost/variant/detail/forced_return.hpp
(forced_return_no_return): Call Rf_error() not abort()
2016-11-13 Dirk Eddelbuettel <edd@debian.org>
* local/scripts/CreateBoost.sh: Added Boost.PropertyTree (cf #29),
Boost.ScopeExit (cf #30) and (belatedly) formally added Boost.Atomic
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2016-06-04 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Description): s/type_trains/type_traits/
* local/scripts/CreateBoost.sh (boostlibs): Ditto
2016-06-04 Evelyn Mitchell <efm-github@linsomniac.com>
* README.md: Correct typo via s/type_trains/type_traits/
2016-05-06 Dirk Eddelbuettel <edd@debian.org>
* local/scripts/CreateBoost.sh: Added Boost.Flyweight (cf #26)
* inst/include/boost/flyweight/: Ditto
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2016-05-04 Jay Hesselberth <jay.hesselberth@gmail.com>
* local/scripts/CreateBoost.sh: Added Boost.ICL (cf #27)
* inst/include/boost/icl/: Ditto
2016-04-06 Dirk Eddelbuettel <edd@debian.org>
* README.md: Use canonical CRAN URL
2016-02-25 Dirk Eddelbuettel <edd@debian.org>
* README.md: Mention bimap; add note about massive repo size
2016-02-20 Jim Hester <james.f.hester@gmail.com>
* local/scripts/CreateBoost.sh: Added Boost.Bimap (cf #24)
* inst/include/boost/bimap: Ditto
2015-12-24 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.60.0-1
* local/scripts/CreateBoost.sh: Added Boost.Phoenix (cf #19)
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2015-05-22 Dirk Eddelbuettel <edd@debian.org>
* inst/NEWS.Rd: Updated and expanded use of links throughout
2015-05-21 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.58.0-1
2015-05-14 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Non-CRAN test release 1.58.0-0
* local/scripts/CreateBoost.sh: Ensure all files in atomic are copied
2015-05-13 Dirk Eddelbuettel <edd@debian.org>
* local/scripts/CreateBoost.sh: Added Boost.Multiprecision (cf #12)
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2015-01-04 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.55.0-3
* local/scripts/CreateBoost.sh: Added Boost.Graph also needed for
Streamulus / RcppStreams
2015-01-03 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.55.0-2
* local/scripts/CreateBoost.sh: Added Boost.Fusion needed for
Streamulus / RcppStreams
2014-12-21 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.55.0-1 wrapping (parts of) Boost 1.55
2014-12-20 Dirk Eddelbuettel <edd@debian.org>
* local/boost_1_55_0.tar.gz: Added, taken from Debian file
boost1.55_1.55.0+dfsg.orig.tar.gz
* local/scripts/CreateBoost.sh: Also include Boost.Geometry as
requested in GitHub issue ticket #5 by user 'teramonagi'
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2014-11-09 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.54.0-5
* local/scripts/CreateBoost.sh: Also include Boost.Circular_Buffer as
requested by Ben Goodrich for use by RStan
2014-08-29 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.54.0-4
* local/scripts/CreateBoost.sh: Also include Boost.Any as requested
by Greg Jeffries for his upcoming nabo package (currently on GitHub)
2014-08-03 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.54.0-3
* local/scripts/CreateBoost.sh: Also include Boost Heap to satisfy a
build requirement for the next RcppMLPACK version
* lexical_cast.hpp: Apply same fix as in 1.54.0-2
* numeric/odeint/stepper/generation/: As before, rename 'generation
runge kutta cash karp54 classic' to shorter '... karp54 cl' (and
adjust include in generation.hpp) to fit character limit for R's tar
2014-04-14 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Release 1.54.0-2
2014-04-13 Dirk Eddelbuettel <edd@debian.org>
* lexical_cast.hpp (BOOST_LCAST_HAS_INT128): ensure that
BOOST_LCAST_HAS_INT128 is set only if BOOST_HAS_INT128 is set
* ChangeLog: Started. Better late than never.