-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* exclusion wip * exclusion wip * Story 8: Make UI Tests fail when a JavaScript error occurs (#43) * add a basic ui test with github actions intergraion * also run un-tests using firefox * make ui-tests fail on JS errors * Parse LZB/ETCS (#44) * parse detailed lzb/etcs information * add line model * track etcs elements in station routes * split into .h/.cc * add alias * add precondition/postcondition alias for asserts * don't generate IRs when etcs is required * fix sassert for release * change line precons into soft preconditions * fix linting issue * fix linting issues * clang tidy * wip * wip * always rename cereal serialization function * add ymd_to_abs * add serve_element to soro-server * clean up tests * clean up css * add exclusion set api to soro-server * read exclusion sets from cliques * add detail to station api * fix kss parsing * fix train iteration * construct ordering graph with exclusion sets * update gitignore * add INVALID_ANCHOR * remove unnecessary include * fix ordering graph test case * resolve merge conflicts * rename expects -> expect to make room for the expects lambda function * fix formatting * print ordering graph statistics * update utl * put formatter into fmt namespace * add absolute_time::operator<=> * update cereal * remove operator<=> and use operator< * use CISTA_COMPARABLE() * add explicit cast * ignore meta elements for infrastructure stats * add explicit cast for trip_to_nodes * use brace initialization * fix windows build * add cross test * refactor std_wrappers * pull cycle detection out of simulation graph * add refactored std_wrapper * add ordering graph cross test * fix windows ci * make inline * always break lines for template declarations * print absolute paths for errors * remove exclusion sets api * consistent naming * fix windows ci * tidy up * dont start server in constructor --------- Co-authored-by: Leon Vack <[email protected]>
- Loading branch information
1 parent
8f10845
commit 8bcbd96
Showing
162 changed files
with
6,375 additions
and
2,927 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[cista] | ||
[email protected]:felixguendling/cista.git | ||
branch=master | ||
commit=1ab98b3a3b9b41b12788107325df3d7b7c49efa6 | ||
commit=7d56bbdb0f653acdb04f21022e8071d8f67e0c66 | ||
[utl] | ||
[email protected]:motis-project/utl.git | ||
branch=master | ||
commit=0be21a91d96f27f2de4583eb5badfd1c873e3f6c | ||
commit=52afc3944fddf974d6875deb690afda58e971771 | ||
[doctest] | ||
[email protected]:motis-project/doctest.git | ||
branch=master | ||
|
@@ -34,3 +34,15 @@ | |
[email protected]:motis-project/boost.git | ||
branch=master | ||
commit=c90d53bdcd7ff741a416ae122b33c9c2a96e8be7 | ||
[net] | ||
[email protected]:motis-project/net.git | ||
branch=master | ||
commit=47a699159ea87e781451ce80e09915e2a8278082 | ||
[range-v3] | ||
[email protected]:motis-project/range-v3.git | ||
branch=master | ||
commit=4178d8359d76e3ba612d40a980bc0e5711073ca8 | ||
[cereal] | ||
[email protected]:motis-project/cereal.git | ||
branch=master | ||
commit=9e4b49437bc3d47b628a271edd38c1cd7266c669 |
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
Oops, something went wrong.