Commit graph

  • e2f9679c22
    🚧 rollback to v3 of actions/upload-artifact waiting for https://codeberg.org/forgejo/forgejo/issues/3485 to be fixed main Charles P. 2024-06-01 22:41:01 +0200
  • 172f7eafdb
    🚧 fix OSM data format in test.yml workflow Charles P. 2024-06-01 22:34:36 +0200
  • eb2a556276
    🚧 add test.yml Charles P. 2024-06-01 22:26:36 +0200
  • 0a2f4eecda
    🚧 add test.yml master Charles P. 2024-06-01 22:25:21 +0200
  • e779970387
    🚧 make pfaedle an action Charles P. 2024-06-01 20:11:38 +0200
  • ea8185a784
    🚧 remove github actions Charles P. 2024-06-01 20:07:40 +0200
  • 33508404e1
    Update minimum cmake version to 3.5 (#54) Paul 2024-04-05 18:41:44 +0200
  • 3f283f7a35
    Update minimum cmake version to 3.5 paulober 2024-04-05 17:33:53 +0200
  • e503fba5b6
    Update README.md Patrick Brosi 2024-03-04 13:47:13 +0100
  • 6a1ae5fc77
    Update README.md Patrick Brosi 2024-03-04 13:45:28 +0100
  • e643166555
    typo Patrick Brosi 2024-03-04 13:45:05 +0100
  • 7ccc303022 write attributions.txt crediting OSM contributors, mention OSM copyright in README, closes #53 Patrick Brosi 2024-03-04 13:35:04 +0100
  • 0037a83f68 dont install OMP in docker - not needed anymore Patrick Brosi 2024-02-15 13:41:41 +0100
  • 67b9f7f6d2 remove TODOs Patrick Brosi 2024-02-15 12:43:25 +0100
  • eda6f50fbb
    Update README.md Patrick Brosi 2024-02-15 09:08:36 +0100
  • 5ced5e5a50 mount gtfs-out in Docker example, closes #45 Patrick Brosi 2024-02-15 09:07:02 +0100
  • 76c1324353
    Consistent use of $ in README Patrick Brosi 2024-02-15 09:01:17 +0100
  • 1752da6147 update .dockerignore Patrick Brosi 2024-02-15 08:57:47 +0100
  • a6b09de921 fix Docker file (build *and* run on bookworm), install libzip, zlib and libbz2, delete obsolete push-docker-image.sh, update README Patrick Brosi 2024-02-15 08:53:23 +0100
  • 9a5fc2abdf
    Automatically publish container image to Github Container Repo (#49) Leonard Ehrenfried 2024-02-15 08:23:13 +0100
  • ad0252695f add -W [ --warn ] flag to output warning messages, update cppgtfs Patrick Brosi 2024-01-30 12:51:22 +0100
  • a078b22e18 Revert "enable flto link time optimization" Patrick Brosi 2024-01-25 14:19:51 +0100
  • 81a8d9d65b enable flto link time optimization Patrick Brosi 2024-01-25 14:08:53 +0100
  • d87eacb6e0 catch more ferry terminals explicitly Patrick Brosi 2024-01-24 14:51:10 +0100
  • 22bc04aa9d dont delete orphan edges anymore, might remove some candidates for edge snapping Patrick Brosi 2024-01-24 14:06:54 +0100
  • 136fae1cf1 update cppgtfs Patrick Brosi 2024-01-21 16:29:45 +0100
  • 3b35ef638d update cppgtfs Patrick Brosi 2024-01-20 18:41:30 +0100
  • 80504b21fe use int instead of char to hold return value of getopt_long to avoid issues if the default char is unsigned (arm64), update util and cppgtfs to fix further issues on such architectures Patrick Brosi 2024-01-02 16:26:07 +0100
  • 38ff744a98
    enforce signed char compiler flag Kevin BIOJOUT 2023-12-29 12:01:59 +0100
  • 6bbb461b02 update cppgtfs Patrick Brosi 2023-11-22 11:04:21 +0100
  • 83851eed49 update util Patrick Brosi 2023-11-22 10:36:14 +0100
  • 6adfc5feff update cppgtfs Patrick Brosi 2023-11-21 17:33:43 +0100
  • 04272dbb8f
    Use date-based tags Leonard Ehrenfried 2023-11-08 10:10:52 +0100
  • 92fdecf307
    Add workflow for building container image Leonard Ehrenfried 2023-11-08 09:48:52 +0100
  • 2548152fd5
    Update Debian base image to newest version Leonard Ehrenfried 2023-11-08 09:42:28 +0100
  • de9583877c update cppgtfs Patrick Brosi 2023-11-07 01:14:05 +0100
  • be3c41b784 include stdint.h in Osm.h Patrick Brosi 2023-11-07 01:02:25 +0100
  • 9d00fa2d75 update util Patrick Brosi 2023-11-07 00:58:53 +0100
  • 62e2ea36e1 update util Patrick Brosi 2023-11-07 00:47:55 +0100
  • dd05506c42 update cppgtfs, add (hidden as of now, as the mode is not complete) option -F to keep additional non-standard GTFS fields Patrick Brosi 2023-11-06 17:59:29 +0100
  • dfb62babd9 update util cmake-3.1 Patrick Brosi 2023-10-17 14:55:25 +0200
  • 096d6800df bump required cmake to 3.1, use CMAKE_CXX_STANDARD to require C++-11 Patrick Brosi 2023-10-17 14:42:28 +0200
  • 363c52252d rm .travis.yml Patrick Brosi 2023-10-16 13:29:42 +0200
  • 19350108ce update util Patrick Brosi 2023-10-16 12:57:44 +0200
  • 3e350185f8 run apt update in workflow before installing packages Patrick Brosi 2023-10-16 12:43:10 +0200
  • 500a257ca3 update util and xml Patrick Brosi 2023-10-16 12:17:36 +0200
  • aa674f81ae update pfxml Patrick Brosi 2023-10-16 09:58:39 +0200
  • f6228ee7a2 better handling of trip hops with an impossibly small travel time, minor homogenization of edge case behavior of hops() and hopsFast() for hops near maxCost Patrick Brosi 2023-10-13 22:49:37 +0200
  • cb606ef75f correctly handle output zip files in directories Patrick Brosi 2023-10-13 12:43:59 +0200
  • 7a772486d0 update subprojects, refactoring Patrick Brosi 2023-10-12 13:03:21 +0200
  • 1c459816de remove stray resize of maxCosts which seems to have been (wrongly) used to init all values of maxCosts to 0 (they are already zero via construction in line 33). Probably a refactoring gone wrong. Fixes #48. Patrick Brosi 2023-10-11 12:42:02 +0200
  • c27f8a852f remove cpplint Patrick Brosi 2023-10-10 13:18:14 +0200
  • 1b7ade99be bump minimum required cmake version, dont hardcode build path to build in CMakeLists.txt, update pfxml Patrick Brosi 2023-10-10 13:10:34 +0200
  • 1d8ce1aa7c use util submodule Patrick Brosi 2023-10-06 12:39:49 +0200
  • 3f43538010 update util Patrick Brosi 2023-10-06 12:17:20 +0200
  • 580f1807f3 update util Patrick Brosi 2023-10-06 12:13:25 +0200
  • a8c23b2c02 update util Patrick Brosi 2023-10-04 17:24:30 +0200
  • 56ab60c3fd update pfxml Patrick Brosi 2023-09-06 22:46:28 +0200
  • 194f37fcd5 fixed precision for runtime output Patrick Brosi 2023-09-06 13:01:03 +0200
  • 57ee83644e check if libzip and bzip2 have been found before adding them to include_directories Patrick Brosi 2023-09-06 12:43:20 +0200
  • 5c1ad4579f Compute costs based on collapsed edge geometry length, not on distance between adjacent nodes, fixing a regression introduced last year. Fixes #47 Patrick Brosi 2023-09-06 12:13:46 +0200
  • 646707628f update readme Patrick Brosi 2023-08-24 17:35:22 +0200
  • 4f14dad215 update example Patrick Brosi 2023-08-24 17:34:02 +0200
  • 58c47bb1a5 bz2 support for OSM reading and writing Patrick Brosi 2023-08-24 17:29:01 +0200
  • 3d6ed3e2fd update readme Patrick Brosi 2023-08-23 13:53:48 +0200
  • d43d9fc908 gz support for OSM xml reading and writing Patrick Brosi 2023-08-23 13:46:23 +0200
  • ed15d5d1de update cppgtfs Patrick Brosi 2023-08-22 12:53:12 +0200
  • 25f6fb38b2 update cppgtfs Patrick Brosi 2023-08-22 12:41:26 +0200
  • 33a92077df correctly handle trips with no stop times, fixes #46 Patrick Brosi 2023-08-21 13:56:46 +0200
  • 45f508bf34 update README Patrick Brosi 2023-04-04 13:49:29 +0200
  • c0c2da57e7 remote ubuntu 18.04 from workflows Patrick Brosi 2023-04-03 21:09:52 +0200
  • 43904f2346 use new cppgtfs version, adjust motToStr methods to handle sets of MOTs Patrick Brosi 2023-04-03 20:57:25 +0200
  • befee21c91
    Merge f84cf52c2d into 16a8f3fcad Vlad Vesa 2023-02-23 21:20:39 +0000
  • f84cf52c2d do not trigger git submodule init with cmake since it is not needed anymore Vlad Vesa 2023-02-23 23:20:29 +0200
  • 9a0ff47720 remove config parser submodule for good Vlad Vesa 2023-02-23 23:18:19 +0200
  • 0be99e1c08 fixed shapevl app build Vlad Vesa 2023-02-23 23:14:21 +0200
  • 1c7a9ad4f5 no need for submodule initialization in workflow Vlad Vesa 2023-02-23 23:05:31 +0200
  • 9f23a5f7c0 move dependencies to use pkg Vlad Vesa 2023-02-23 17:36:24 +0200
  • 97cd3e988d make use of pkg for modeling external dependencies Vlad Vesa 2023-02-23 17:17:51 +0200
  • 16a8f3fcad update cppgtfs Patrick Brosi 2022-12-13 15:50:15 +0100
  • bb21a9651d fix typo in libutil Patrick Brosi 2022-12-13 15:35:41 +0100
  • e085cfb1b2 remove superfluous space Patrick Brosi 2022-11-03 14:27:21 +0100
  • 59d4f96c68 if no GTFS feed is supplied, use the XML input bounding box (this allows XML filtering without GTFS feeds), write <osm> tag with "version" and "generator" attributes. Fixes #26 Patrick Brosi 2022-11-03 13:26:54 +0100
  • 3e6e7ebfed update cppgtfs to include new route types trolleybus and monorail Patrick Brosi 2022-11-03 12:37:24 +0100
  • 167753142c update cppgtfs Patrick Brosi 2022-10-12 13:06:35 +0200
  • 496ee739bc update cppgtfs, also link shapevl against libzip Patrick Brosi 2022-10-12 12:48:22 +0200
  • 29f5b9bd10 add libzip include dirs Patrick Brosi 2022-10-12 12:40:56 +0200
  • 6f6262f9b1 adjust ShapevlMain.cpp to new parser structure Patrick Brosi 2022-10-12 12:30:22 +0200
  • 79dd70c2f5 set LIBZIP_LIBRARY to "" if libzip was not found Patrick Brosi 2022-10-12 12:22:16 +0200
  • f71207159c dont fail in FindLibZip if if libzip cannot be found Patrick Brosi 2022-10-12 12:11:58 +0200
  • 57545ced30 make libzip optional Patrick Brosi 2022-10-12 12:08:52 +0200
  • 0699fccb1e update cppgtfs, support pathways, parse continuous_pickup and drop_off Patrick Brosi 2022-10-12 00:24:01 +0200
  • c68cde67dc add findlibzip.cmake Patrick Brosi 2022-10-11 17:53:56 +0200
  • 9a8e5d4e31 update cppgtfs, support ZIP reading and writing for GTFS feeds Patrick Brosi 2022-10-11 15:04:24 +0200
  • b4b08baeca update cppgtfs Patrick Brosi 2022-10-04 14:35:21 +0200
  • 0209c6fa04 update util lib Patrick Brosi 2022-09-12 16:18:58 +0200
  • 760ee20c35 typo Patrick Brosi 2022-08-30 00:40:41 +0200
  • 83a073ab0b add badge Patrick Brosi 2022-08-29 15:25:29 +0200
  • d059870f8c update util Patrick Brosi 2022-08-29 15:05:33 +0200
  • d60c291402 print failing tests Patrick Brosi 2022-08-29 14:38:23 +0200