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
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2025-03-12 John Laing <[email protected]>

* src/authenticate.cpp: Correct duplicate export declaration
* src/bdh.cpp: Idem
* src/bdp.cpp: Idem
* src/bds.cpp: Idem
* src/beqs.cpp: Idem
* src/blpConnect.cpp: Idem
* src/blpVersion.cpp: Idem
* src/blpapi_utils.cpp: Idem
* src/bsrch.cpp: Idem
* src/fieldsearch.cpp: Idem
* src/getBars.cpp: Idem
* src/getFieldInfo.cpp: Idem
* src/getTicks.cpp: Idem
* src/lookup.cpp: Idem
* src/subscribe.cpp: Idem

2025-03-09 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll micro version and date
Expand Down
1 change: 0 additions & 1 deletion src/authenticate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ SEXP authenticate_Impl(SEXP con_, SEXP uuid_, SEXP ip_address_, SEXP is_auth_id_
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
SEXP authenticate_Impl(SEXP con_, SEXP uuid_, SEXP ip_address_, SEXP is_auth_id_, SEXP app_name_) {
return R_NilValue;
}
Expand Down
1 change: 0 additions & 1 deletion src/bdh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ Rcpp::List bdh_Impl(SEXP con_,
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::List bdh_Impl(SEXP con_,
std::vector<std::string> securities,
std::vector<std::string> fields,
Expand Down
1 change: 0 additions & 1 deletion src/bdp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ Rcpp::List bdp_Impl(SEXP con_, std::vector<std::string> securities, std::vector<
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::List bdp_Impl(SEXP con_, std::vector<std::string> securities, std::vector<std::string> fields,
SEXP options_, SEXP overrides_, bool verbose, SEXP identity_) {
return Rcpp::List();
Expand Down
2 changes: 0 additions & 2 deletions src/bds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,11 @@ Rcpp::List getPortfolio_Impl(SEXP con_, std::vector<std::string> securities,
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::List bds_Impl(SEXP con_, std::vector<std::string> securities,
std::string field, SEXP options_, SEXP overrides_,
bool verbose, SEXP identity_) {
return Rcpp::List();
}
// [[Rcpp::export]]
Rcpp::List getPortfolio_Impl(SEXP con_, std::vector<std::string> securities,
std::string field, SEXP options_, SEXP overrides_,
bool verbose, SEXP identity_) {
Expand Down
1 change: 0 additions & 1 deletion src/beqs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ DataFrame beqs_Impl(SEXP con,
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::DataFrame beqs_Impl(SEXP con,
std::string screenName,
std::string screenType,
Expand Down
1 change: 0 additions & 1 deletion src/blpConnect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ SEXP blpConnect_Impl(const std::string host, const int port, SEXP app_name_) {
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
SEXP blpConnect_Impl(const std::string host, const int port, SEXP app_name_) {
return R_NilValue;
}
Expand Down
2 changes: 0 additions & 2 deletions src/blpVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,9 @@ std::string getRuntimeVersion() {
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
std::string getHeaderVersion() {
return std::string();
}
// [[Rcpp::export]]
std::string getRuntimeVersion() {
return std::string();
}
Expand Down
1 change: 0 additions & 1 deletion src/bsrch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ DataFrame bsrch_Impl(SEXP con,
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::DataFrame bsrch_Impl(SEXP con,
std::string domain,
std::string limit,
Expand Down
1 change: 0 additions & 1 deletion src/fieldsearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ Rcpp::DataFrame fieldSearch_Impl(SEXP con, std::string searchterm) {
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::DataFrame fieldSearch_Impl(SEXP con, std::string searchterm) {
return Rcpp::DataFrame();
}
Expand Down
1 change: 0 additions & 1 deletion src/getBars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ Rcpp::DataFrame getBars_Impl(SEXP con,
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::DataFrame getBars_Impl(SEXP con,
std::string security,
std::string eventType,
Expand Down
1 change: 0 additions & 1 deletion src/getFieldInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Rcpp::List fieldInfo_Impl(SEXP con_, std::vector<std::string> fields) {
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::List fieldInfo_Impl(SEXP con_, std::vector<std::string> fields) {
return Rcpp::List();
}
Expand Down
1 change: 0 additions & 1 deletion src/getTicks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ Rcpp::DataFrame getTicks_Impl(SEXP con,
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::DataFrame getTicks_Impl(SEXP con,
std::string security,
std::vector<std::string> eventType,
Expand Down
1 change: 0 additions & 1 deletion src/lookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ Rcpp::DataFrame lookup_Impl(SEXP con,
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
Rcpp::DataFrame lookup_Impl(SEXP con,
std::string query,
std::string yellowKeyFilter="YK_FILTER_NONE",
Expand Down
1 change: 0 additions & 1 deletion src/subscribe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ SEXP subscribe_Impl(SEXP con_, std::vector<std::string> securities, std::vector<
#else // ie if defined(NoBlpHere)

#include <Rcpp/Lightest>
// [[Rcpp::export]]
SEXP subscribe_Impl(SEXP con_, std::vector<std::string> securities, std::vector<std::string> fields,
Rcpp::Function fun, SEXP options_, SEXP identity_) {
return R_NilValue;
Expand Down