Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2026-09-04 Iñaki Ucar <iucar@fedoraproject.org>

* inst/include/Rcpp/Module.h: Update copyright
* inst/include/Rcpp/StretchyList.h: Idem
* inst/include/Rcpp/algo.h: Idem
* inst/include/Rcpp/config.h: Idem
* inst/include/Rcpp/date_datetime/newDateVector.h: Idem
* inst/include/Rcpp/date_datetime/newDatetimeVector.h: Idem
* inst/include/Rcpp/internal/wrap.h: Idem
* inst/include/Rcpp/macros/unroll.h: Idem
* inst/include/Rcpp/module/Module_Field.h: Idem
* inst/include/Rcpp/sugar/functions/cbind.h: Idem
* inst/include/Rcpp/sugar/functions/is_na.h: Idem
* inst/include/Rcpp/sugar/matrix/col.h: Idem
* inst/include/Rcpp/sugar/matrix/row.h: Idem
* inst/include/Rcpp/vector/RangeIndexer.h: Idem
* inst/include/Rcpp/vector/Subsetter.h: Idem
* inst/include/Rcpp/vector/Vector.h: Idem
* inst/tinytest/cpp/InternalFunction.cpp: Idem

2026-09-03 Iñaki Ucar <iucar@fedoraproject.org>

* .github/workflows/werror.yaml: Add -Wcast-function-type
Expand Down
2 changes: 1 addition & 1 deletion inst/include/Rcpp/Module.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// Module.h: Rcpp R/C++ interface class library -- Rcpp modules
//
// Copyright (C) 2010 - 2026 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/StretchyList.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// StretchyList.h: Rcpp R/C++ interface class library -- stretchy lists
//
// Copyright (C) 2013 Romain Francois
// Copyright (C) 2013 - 2025 Romain Francois
// Copyright (C) 2026 Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/algo.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// algo.h: Rcpp R/C++ interface class library -- STL-style algorithms
//
// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
2 changes: 1 addition & 1 deletion inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// config.h: Rcpp R/C++ interface class library -- Rcpp configuration
//
// Copyright (C) 2010-2026 Dirk Eddelbuettel and Romain François
// Copyright (C) 2010-2026 Dirk Eddelbuettel, Romain François and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
1 change: 1 addition & 0 deletions inst/include/Rcpp/date_datetime/newDateVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// newDateVector.h: Rcpp R/C++ interface class library -- Date vector support
//
// Copyright (C) 2016 - 2025 Dirk Eddelbuettel
// Copyright (C) 2026 Dirk Eddelbuettel and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/date_datetime/newDatetimeVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// newDatetimeVector.h: Rcpp R/C++ interface class library -- Datetime vector support
//
// Copyright (C) 2016 Dirk Eddelbuettel
// Copyright (C) 2016 - 2025 Dirk Eddelbuettel
// Copyright (C) 2026 Dirk Eddelbuettel and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/internal/wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
//
// wrap.h: Rcpp R/C++ interface class library -- wrap implementations
//
// Copyright (C) 2010 - 2017 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/macros/unroll.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// unroll.h: Rcpp R/C++ interface class library -- loop unrolling macro
//
// Copyright (C) 2010 - 2017 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/module/Module_Field.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// Module_Add_Property.h: Rcpp R/C++ interface class library -- Rcpp modules
//
// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/sugar/functions/cbind.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// cbind.h: Rcpp R/C++ interface class library -- cbind
//
// Copyright (C) 2016 Nathan Russell
// Copyright (C) 2016 - 2025 Nathan Russell
// Copyright (C) 2026 Nathan Russell and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/sugar/functions/is_na.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// is_na.h: Rcpp R/C++ interface class library -- is_na
//
// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/sugar/matrix/col.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// col.h: Rcpp R/C++ interface class library -- col
//
// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/sugar/matrix/row.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// row.h: Rcpp R/C++ interface class library -- row
//
// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/vector/RangeIndexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// RangeIndexer.h: Rcpp R/C++ interface class library --
//
// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/include/Rcpp/vector/Subsetter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// Subsetter.h: Rcpp R/C++ interface class library -- vector subsetting
//
// Copyright (C) 2014 Dirk Eddelbuettel, Romain Francois and Kevin Ushey
// Copyright (C) 2014 - 2025 Dirk Eddelbuettel, Romain Francois and Kevin Ushey
// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois, Kevin Ushey and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
2 changes: 1 addition & 1 deletion inst/include/Rcpp/vector/Vector.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Vector.h: Rcpp R/C++ interface class library -- vectors
//
// Copyright (C) 2010 - 2026 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
3 changes: 2 additions & 1 deletion inst/tinytest/cpp/InternalFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// InternalFunction.cpp: Rcpp R/C++ interface class library -- InternalFunction unit tests
//
// Copyright (C) 2014 Christian Authmann
// Copyright (C) 2014 - 2025 Christian Authmann
// Copyright (C) 2026 Christian Authmann and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down