forked from RcppCore/RcppParallel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
34 lines (22 loc) · 981 Bytes
/
NEWS
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
RcppParallel 4.3.15
------------------------------------------------------------------------
* Add support for Rtools 3.3 w/ GCC 4.9
RcppParallel 4.3.14
------------------------------------------------------------------------
* Add support for TBB on Solaris
* Fix failure to compile on OS X Snow Leopard R toolchain
* Add const and non-const operator[] for RMatrix class
RcppParallel 4.3.8
------------------------------------------------------------------------
* Add tbbmalloc library
* Correctly pass clang to TBB configure when R is using clang
RcppParallel 4.3.6
------------------------------------------------------------------------
* Support for TBB on Windows
RcppParallel 4.3.3
------------------------------------------------------------------------
* Update to TBB 4.3 (fixes clang compilation error in platform.h)
* Forward CXX to TBB Makefile
RcppParallel 4.2.5
------------------------------------------------------------------------
* Initial release