An open API service providing commit metadata for open source projects.

GitHub / RcppCore/RcppParallel / commits

High-level functions for parallel programming with Rcpp

SHA Message Author Date Stats
360c6c59 merge Merge pull request #33 from RcppCore/bugfix/gcc-7-compilation Kevin Ushey <k****y@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
4c4e2970 also check __cplusplus Kevin Ushey <k****y@g****m> almost 10 years ago
d5d0846b fix compilation with gcc 7 Kevin Ushey <k****y@g****m> almost 10 years ago
219dd4cf bump version Kevin Ushey <k****y@g****m> about 10 years ago
38334d7f TBB patch: don't #define min Kevin Ushey <k****y@g****m> about 10 years ago
2b436cf6 ensure Worker copy fns private and undefined Kevin Ushey <k****y@g****m> about 10 years ago
743b380f tweak Description text Kevin Ushey <k****y@g****m> about 10 years ago
653318b7 Boost.SIMD is no longer part of RcppParallel Kevin Ushey <k****y@g****m> about 10 years ago
8c853cec mark as maintainer within Authors@R Kevin Ushey <k****y@g****m> about 10 years ago
624460d2 update maintainer; remove date Kevin Ushey <k****y@g****m> about 10 years ago
152db40e remove VignetteBuilder field (as we have no vignettes) Kevin Ushey <k****y@g****m> about 10 years ago
94d8ab53 remove 'firstword' use (breaks build w/older toolchain) Kevin Ushey <k****y@g****m> about 10 years ago
a6412764 avoid '[[' bash-ism; strip potential arch from CC / CXX Kevin Ushey <k****y@g****m> about 10 years ago
9f0938f1 merge Merge pull request #28 from RcppCore/feature/explicit-compiler-paths JJ Allaire <j****e@g****m> about 10 years ago
a81584e2 explicitly set CC, CXX for TBB makefiles Kevin Ushey <k****y@g****m> about 10 years ago
952a9bcf Revert "remove usage of '[[' bashism" Kevin Ushey <k****y@g****m> about 10 years ago
988229b1 remove usage of '[[' bashism Kevin Ushey <k****y@g****m> about 10 years ago
3fb6917f strip out boost.simd (moved to RcppNT2) Kevin Ushey <k****y@g****m> over 10 years ago
af097d74 perfect forwarding in simdFor Kevin Ushey <k****y@g****m> over 10 years ago
5cfd227b re-arrange Kevin Ushey <k****y@g****m> over 10 years ago
e0c26e4e version bump Kevin Ushey <k****y@g****m> over 10 years ago
2626bb85 remove TODO; update license Kevin Ushey <k****y@g****m> over 10 years ago
8415eb22 rename some headers to avoid >= 100 char path Kevin Ushey <k****y@g****m> over 10 years ago
bad4651e update docs for 'CxxFlags()' Kevin Ushey <k****y@g****m> over 10 years ago
6dd39a94 bump dev version Kevin Ushey <k****y@g****m> over 10 years ago
2c22ea38 promote a number of examples to 'inst/' folder Kevin Ushey <k****y@g****m> over 10 years ago
44598532 typo Kevin Ushey <k****y@g****m> over 10 years ago
fc2133a8 compare algorithms for computing variance Kevin Ushey <k****y@g****m> over 10 years ago
0ee1a8ea add 'transform', 'accumulate' wrappers Kevin Ushey <k****y@g****m> over 10 years ago
5e61e855 add a 'map-reduce' example; fix Kevin Ushey <k****y@g****m> over 10 years ago
6d46f16a allow 'simdFor()' to return passed functor Kevin Ushey <k****y@g****m> over 10 years ago
20d3a8a0 re-organize namespacing; add 'simdReduce' Kevin Ushey <k****y@g****m> over 10 years ago
08d5582c for_each() takes a functor by reference; returns void Kevin Ushey <k****y@g****m> over 10 years ago
e808dfc7 tweak form of 'reduce()' Kevin Ushey <k****y@g****m> over 10 years ago
aab9a7c8 tweak prose Kevin Ushey <k****y@g****m> over 10 years ago
a75b998a update 'variance' article Kevin Ushey <k****y@g****m> over 10 years ago
5165ba98 take functor by value and return it Kevin Ushey <k****y@g****m> over 10 years ago
211bc831 add 'for_each' helper algorithm Kevin Ushey <k****y@g****m> over 10 years ago
e22d4e04 bring back 'mapReduce'; tweak examples, etc Kevin Ushey <k****y@g****m> over 10 years ago
224c948f avoid 'extra ; in struct' warnings Kevin Ushey <k****y@g****m> over 10 years ago
9c155776 'functors' -> 'ops' Kevin Ushey <k****y@g****m> over 10 years ago
81744808 make use of Boost.SIMD opt-in JJ Allaire <j****j@r****g> over 10 years ago
a556b4cb rely on ADL Kevin Ushey <k****y@g****m> over 10 years ago
6cf76580 auto-generate commonly used functors Kevin Ushey <k****y@g****m> over 10 years ago
7ad5f689 example using 'simdTransformAndReduce' Kevin Ushey <k****y@g****m> over 10 years ago
f32e6898 draft for SIMD-aware implementation of variance Kevin Ushey <k****y@g****m> over 10 years ago
676f5f8d more details Kevin Ushey <k****y@g****m> over 10 years ago
2806055b more prose re: what happens behind the scenes Kevin Ushey <k****y@g****m> over 10 years ago
c3154a22 draft Rcpp gallery article for SIMD sum Kevin Ushey <k****y@g****m> over 10 years ago
f781ff40 include most boost.SIMD headers in SIMD.h Kevin Ushey <k****y@g****m> over 10 years ago
13fd5dc7 update / fix 'dot' example Kevin Ushey <k****y@g****m> over 10 years ago
322345f7 USE_TBB -> USE_SIMD Kevin Ushey <k****y@g****m> over 10 years ago
88abf031 merge Merge pull request #21 from RcppCore/feature/boost-simd-refinements JJ Allaire <j****e@g****m> over 10 years ago
3e06621d add Authors@R info for Boost.SIMD JJ Allaire <j****j@r****g> over 10 years ago
9ff12a77 allow opt-out from Boost.SIMD JJ Allaire <j****j@r****g> over 10 years ago
d5d2cf38 only include $(CXX1XSTD) in inline plugin (packages have their own way of doi... JJ Allaire <j****j@r****g> over 10 years ago
747c6690 export CxxFlags and LdFlags JJ Allaire <j****j@r****g> over 10 years ago
72a47bdb automatically attempt to use Boost.SIMD (C++11 check will disable it on platf... JJ Allaire <j****j@r****g> over 10 years ago
db3517dd Various refinements to Boost.SIMD implementation JJ Allaire <j****j@r****g> over 10 years ago
b21daa8b merge Merge pull request #20 from kevinushey/feature/boost-simd JJ Allaire <j****e@g****m> over 10 years ago
a8febf1c move simd operations doc (perhaps promote as gallery post when done) Kevin Ushey <k****y@g****m> over 10 years ago
396de954 enforce current BH Kevin Ushey <k****y@g****m> over 10 years ago
89533c74 example using fast_sqrt Kevin Ushey <k****y@g****m> over 10 years ago
92034231 merge Merge remote-tracking branch 'origin/master' into feature/boost-simd Kevin Ushey <k****y@g****m> over 10 years ago
7f66a3bb set '-mtune' flags; add 'BH' LinkingTo dependency Kevin Ushey <k****y@g****m> over 10 years ago
e31ec988 add explicit 'RcppParallelSIMD.h' header Kevin Ushey <k****y@g****m> over 10 years ago
a3364205 LinkingTo: BH Kevin Ushey <k****y@g****m> over 10 years ago
d1adc4e2 Add a LinkingTo for BH Dirk Eddelbuettel <e****d@d****g> over 10 years ago
5792c0e1 merge Merge remote-tracking branch 'origin/master' into feature/boost-simd Kevin Ushey <k****y@g****m> over 10 years ago
1c579e0e initial work on vignette for SIMD Kevin Ushey <k****y@g****m> over 10 years ago
34bc6085 Install BH Dirk Eddelbuettel <e****d@d****g> over 10 years ago
ef3672f8 initial work on SIMD wrappers Kevin Ushey <k****y@g****m> over 10 years ago
6c481295 add TODO + 2 more examples Kevin Ushey <k****y@g****m> over 10 years ago
5d556bfe compare to std::accumulate Kevin Ushey <k****y@g****m> over 10 years ago
57faf425 using 'simd::accumulate' with templated functor Kevin Ushey <k****y@g****m> over 10 years ago
05872c44 example using simd::abs Kevin Ushey <k****y@g****m> over 10 years ago
a39c5dbf use pack ctor Kevin Ushey <k****y@g****m> over 10 years ago
c9a182c4 add little microbenchmark Kevin Ushey <k****y@g****m> over 10 years ago
d677e4af follow example for creating 'dot' function Kevin Ushey <k****y@g****m> over 10 years ago
fe42bc9f first commit bringing in boost.SIMD Kevin Ushey <k****y@g****m> over 10 years ago
297b891e quote Rcpp in Title JJ Allaire <j****j@r****g> over 10 years ago
ee0cc6ed change reference to Rcpp in DESCRIPTION to R (CRAN checks now complaining tha... JJ Allaire <j****j@r****g> over 10 years ago
44a88a2b update DESCRIPTION and NEWS JJ Allaire <j****j@r****g> over 10 years ago
a3347eb6 merge Merge pull request #15 from RcppCore/bugfix/unittests JJ Allaire <j****e@g****m> over 10 years ago
61c29696 also install RUnit Dirk Eddelbuettel <e****d@d****g> over 10 years ago
2babd0a2 correct unit test call Dirk Eddelbuettel <e****d@d****g> over 10 years ago
1afb4887 Add support for Rtools 3.3 w/ GCC 4.9 JJ Allaire <j****j@r****g> over 10 years ago
8ec8129b Rbuildignore: ignore object files in src directory JJ Allaire <j****j@r****g> over 10 years ago
b10e01a1 bump version JJ Allaire <j****j@r****g> about 11 years ago
65715614 use tinythread fallback on sparc JJ Allaire <j****j@r****g> about 11 years ago
2fd886d9 bump version JJ Allaire <j****j@r****g> about 11 years ago
f3133954 specify -mcpu=v9 for sparc JJ Allaire <j****j@r****g> about 11 years ago
6b5eddd8 proxy to ::sqrt from squareRoot (for template argument processing on solaris) JJ Allaire <j****j@r****g> about 11 years ago
11fc9e00 detect i386 rather than sparc (as at least we can test that) JJ Allaire <j****j@r****g> about 11 years ago
8200383a bump version JJ Allaire <j****j@r****g> about 11 years ago
781f06b5 use RUnit for testing JJ Allaire <j****j@r****g> about 11 years ago
6f24c2c9 Revert "remove pkg test which no longer passes in testthat 0.10.0" JJ Allaire <j****j@r****g> about 11 years ago
f5f99cbf remove pkg test which no longer passes in testthat 0.10.0 JJ Allaire <j****j@r****g> about 11 years ago
99c8c90d eliminate unnecessary integer cast JJ Allaire <j****j@r****g> about 11 years ago
6a1f85ec bump version and date JJ Allaire <j****j@r****g> about 11 years ago

← Back to repository