Skip to content
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 77 commits into from
Aug 17, 2024

Conversation

Brunner246
Copy link
Contributor

No description provided.

Brunner246 and others added 30 commits June 27, 2024 13:12
…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
…rategies - implemented CSV reader for GTFS data - updated test cases for different strategies
…egy-using-csv-2-library

Feature/nav 129 gtfs reader strategy using csv 2 library
Brunner246 and others added 28 commits August 16, 2024 16:48
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: 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: 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…
@Brunner246 Brunner246 merged commit e81e85e into main Aug 17, 2024
2 checks passed
@Brunner246 Brunner246 deleted the feature/NAV-89-Raptor-algorithm-cxx branch September 27, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant