File tree Expand file tree Collapse file tree 6 files changed +27
-0
lines changed Expand file tree Collapse file tree 6 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 3
3
// String.h: Rcpp R/C++ interface class library -- single string
4
4
//
5
5
// Copyright (C) 2012 - 2018 Dirk Eddelbuettel and Romain Francois
6
+ // Copyright (C) 2021 Iñaki Ucar
6
7
//
7
8
// This file is part of Rcpp.
8
9
//
Original file line number Diff line number Diff line change 2
2
//
3
3
// Copyright (C) 2013 Romain Francois
4
4
// Copyright (C) 2015 Dirk Eddelbuettel
5
+ // Copyright (C) 2021 Iñaki Ucar
5
6
//
6
7
// This file is part of Rcpp.
7
8
//
Original file line number Diff line number Diff line change
1
+ // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
2
+ //
3
+ // String.h: Rcpp R/C++ interface class library -- single string
4
+ //
5
+ // Copyright (C) 2013 Romain Francois
6
+ // Copyright (C) 2021 Iñaki Ucar
7
+ //
8
+ // This file is part of Rcpp.
9
+ //
10
+ // Rcpp is free software: you can redistribute it and/or modify it
11
+ // under the terms of the GNU General Public License as published by
12
+ // the Free Software Foundation, either version 2 of the License, or
13
+ // (at your option) any later version.
14
+ //
15
+ // Rcpp is distributed in the hope that it will be useful, but
16
+ // WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
+ // GNU General Public License for more details.
19
+ //
20
+ // You should have received a copy of the GNU General Public License
21
+ // along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
22
+
1
23
#ifndef Rcpp_PreserveStorage_h
2
24
#define Rcpp_PreserveStorage_h
3
25
Original file line number Diff line number Diff line change 4
4
// named_object.h: Rcpp R/C++ interface class library -- named SEXP
5
5
//
6
6
// Copyright (C) 2010 - 2017 Dirk Eddelbuettel and Romain Francois
7
+ // Copyright (C) 2021 Iñaki Ucar
7
8
//
8
9
// This file is part of Rcpp.
9
10
//
Original file line number Diff line number Diff line change 4
4
//
5
5
// Copyright (C) 2008 - 2009 Dirk Eddelbuettel
6
6
// Copyright (C) 2009 - 2017 Dirk Eddelbuettel and Romain Francois
7
+ // Copyright (C) 2021 Iñaki Ucar
7
8
//
8
9
// This file is part of Rcpp.
9
10
//
Original file line number Diff line number Diff line change 1
1
// barrier.cpp: Rcpp R/C++ interface class library -- write barrier
2
2
//
3
3
// Copyright (C) 2010 - 2020 Dirk Eddelbuettel and Romain Francois
4
+ // Copyright (C) 2021 Iñaki Ucar
4
5
//
5
6
// This file is part of Rcpp.
6
7
//
You can’t perform that action at this time.
0 commit comments