-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/nav 89 raptor algorithm cxx #9
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…sed - implement GTFS file subset writer which allows creating GTFS files per agency
…m' of https://github.com/naviqore/raptorxx into feature/NAV-129-gtfs-reader-strategy-using-csv-2-library
…ed by open branches..
…rategies - implemented CSV reader for GTFS data - updated test cases for different strategies
…ls regarding columns
…egy-using-csv-2-library Feature/nav 129 gtfs reader strategy using csv 2 library
…size of the used int
…size of the used int
…hared_ptr overhead
…loring chrono library to handle date time
FIX: error: error: ‘format’ is not a member of ‘std’
FIX: error: error: ‘format’ is not a member of ‘std’ use gcc latest v…
FIX: last try for matrix os
FIX: last try for matrix os
FIX: add missing header includes for MAC
FIX: comment test command in build action
…error=attributes]
FIX: error: type attributes ignored after type is already defined [-W…
…/csv_reader_fast/csv.h:410:14: error: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 1025 equals destination size [-Werror=stringop-truncation] 410 | strncpy(this->file_name, file_name, sizeof(this->file_name)); | ^ cc1plus: all warnings being treated as errors
FIX: /home/runner/work/raptorxx/raptorxx/schedule/src/gtfs/strategies…
ENH: update github action
ENH: error: ‘tm’ in namespace ‘std’ does not name a type
189 | const auto tripIdsArray = routeContainer.trips() | std::views::keys | std::ranges::to<std::vector<std::string>>();
error: error: expected primary-expression before ‘)’ token
…tring<char> >’ as ‘this’ argument discards qualifiers
error: error: error: passing ‘const std::vector<std::__cxx11::basic_s…
error: missing std format include
error: missing std format include
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.