Skip to content

Commit 54a32af

Browse files
committed
clean in examples/OpenMP
1 parent a6d9599 commit 54a32af

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
2011-07-02 Dirk Eddelbuettel <[email protected]>
2+
3+
* cleanup: Also clean in examples/OpenMP/
4+
15
2011-06-09 Dirk Eddelbuettel <[email protected]>
26

37
* inst/skeleton/zzz.R (.onLoad): Force load of methods package before
48
calling loadRcppModules() to make 'R CMD check' happier
59

610
2011-06-06 Romain Francois <[email protected]>
711

8-
* inst/include/Rcpp/vector/Vector.h : init becomes protected to fix the bug
9-
reported by Doug Bates on Rcpp-devel.
12+
* inst/include/Rcpp/vector/Vector.h : init becomes protected to fix the bug
13+
reported by Doug Bates on Rcpp-devel.
1014

1115
2011-05-31 Romain Francois <[email protected]>
1216

cleanup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ rm -f confdefs.h config.log config.status \
1616
inst/examples/ConvolveBenchmarks/*.so \
1717
inst/examples/functionCallback/*.so \
1818
inst/examples/functionCallback/*.o \
19+
inst/examples/OpenMP/piWithInterrupts.o \
20+
inst/examples/OpenMP/piWithInterrupts.so \
1921
inst/discovery/cxx0x.Rout \
2022
inst/unitTests/testRcppModule/src/*.o \
2123
inst/unitTests/testRcppModule/src/*.so \

0 commit comments

Comments
 (0)