Commit graph

  • 9d1123e86e
    Explicitly use python 2 in shebang, fixes #3 niklas88-python-2 Niklas Schnelle 2019-04-08 12:38:38 +0200
  • a2e5b3be32 only cpplint in debug builds to avoid python2 dependency Patrick Brosi 2019-04-01 21:56:52 +0200
  • f6f1de05d2 remove unused class member Patrick Brosi 2019-02-11 17:55:38 +0100
  • 1dff5eaf64 catch polymorphic exceptions by const reference Patrick Brosi 2019-02-11 17:55:05 +0100
  • d995f77b53 add missing stdexcept includes Patrick Brosi 2019-02-11 12:37:07 +0100
  • 670bae2585 Merge branch 'master' of https://github.com/ad-freiburg/pfaedle Patrick Brosi 2019-02-06 01:51:43 +0100
  • 3e8672a268 fix typo in heur dist Patrick Brosi 2019-02-06 01:51:24 +0100
  • ff7f810591 be more precise in readme Patrick Brosi 2019-02-04 16:46:56 +0100
  • e00e536bf2 typo Patrick Brosi 2019-02-04 16:46:14 +0100
  • c978217114 fix some typos in the readme Patrick Brosi 2019-02-04 16:43:32 +0100
  • 02bda75f01 update submodules Patrick Brosi 2019-02-04 02:49:41 +0100
  • 549cc90616 use current dir as default dbg path, not ./geo v0.1.6 Patrick Brosi 2019-02-03 19:33:35 +0100
  • 89be7a1760 handle station entrances (should only occur in erroneous feeds) Patrick Brosi 2019-02-03 14:14:31 +0100
  • 4733b0c676 refactoring Patrick Brosi 2019-02-03 12:48:48 +0100
  • 2fb157ef37 dont output warning for unsnap if station lies outside the GTFS bounding box (because the trip it belongs to was filtered for some reason) v0.1.5 Patrick Brosi 2019-01-15 19:10:10 +0100
  • 8fb21919f3 only fail if not sort-in succeeded at all Patrick Brosi 2019-01-14 19:37:50 +0100
  • 7835242cb8 update cppgtfs Patrick Brosi 2019-01-14 12:44:59 +0100
  • de787243c1 update cppgtfs v0.1.4 Patrick Brosi 2019-01-13 01:42:13 +0100
  • 72bc6106ae explicitely check if intermediate file is not already present in GTFS writing Patrick Brosi 2019-01-13 01:41:45 +0100
  • 73ad8fdb96 update src/util v0.1.3 Patrick Brosi 2019-01-12 01:46:29 +0100
  • 50bbbc044d use default constructor in util lib to fix clang-5 compilation error Patrick Brosi 2019-01-12 01:38:19 +0100
  • eff4ee4521 update cppgtfs Patrick Brosi 2019-01-12 01:32:38 +0100
  • 118beffe71 require gcc 4.9 because of incomplete regex support in gcc 4.8 Patrick Brosi 2019-01-12 01:04:38 +0100
  • 63f0b61ea1 clean up and refactor half-baked development commits and squash them into a new version. Patrick Brosi 2019-01-10 16:52:59 +0100
  • 2cc2d2dc23 refactoring Patrick Brosi 2018-08-17 16:42:26 +0200
  • 9816b93264 typo Patrick Brosi 2018-08-17 16:11:50 +0200
  • cc8067d90f typo Patrick Brosi 2018-08-17 16:11:10 +0200
  • 2aef6cac5d img caption Patrick Brosi 2018-08-17 16:07:42 +0200
  • e10b090999 update readme Patrick Brosi 2018-08-17 15:59:53 +0200
  • 69a360c48f handle cases where multiple endpoints are colinear as non-intersecting for line segments (because otherwise it cannot be used to check if intersection() has undefined behaviour, as there will be an infinite number of intersections) Patrick Brosi 2018-08-17 15:07:20 +0200
  • 95ce5ba03d correctly clear stringstream Patrick Brosi 2018-08-10 19:17:48 +0200
  • dbceb0ef74 revert some changes in util Patrick Brosi 2018-08-10 16:51:23 +0200
  • 8446db5c4b make geometry precision configurable for build Patrick Brosi 2018-08-10 16:42:38 +0200
  • 486a8136fd use double precision Patrick Brosi 2018-08-10 15:21:27 +0200
  • 967963e180 use bus=designated Patrick Brosi 2018-08-09 20:55:23 +0200
  • 18c00718f6 add util/json to repo Patrick Brosi 2018-08-09 19:33:20 +0200
  • dfce1a44fc refactoring Patrick Brosi 2018-08-09 19:32:54 +0200
  • 10b72785ba evaluate our approach at the end in eval Patrick Brosi 2018-08-09 18:41:52 +0200
  • 03aa3c5a7d fix deg output in geographjsonoutput Patrick Brosi 2018-08-08 18:58:48 +0200
  • 713262f756 fix bug in line segment intersection Patrick Brosi 2018-08-08 17:36:28 +0200
  • f56294b597 correct use of numeric_limits Patrick Brosi 2018-08-02 19:41:39 +0200
  • 64b83f569c refactoring Patrick Brosi 2018-08-01 14:25:54 +0200
  • 04e87c1d9c update readme Patrick Brosi 2018-07-25 20:18:42 +0200
  • 5703eb47bd refactoring Patrick Brosi 2018-07-25 20:14:46 +0200
  • 7f0443243c be a bit less verbose Patrick Brosi 2018-07-24 19:33:18 +0200
  • 45027d5496 mail again on build failure v0.1.2 Patrick Brosi 2018-07-23 17:15:39 +0200
  • 4220ad6efb add missing include Patrick Brosi 2018-07-23 17:10:29 +0200
  • e584eb7cbd another try to build on osx Patrick Brosi 2018-07-23 17:05:14 +0200
  • ad04f554a5
    Update .travis.yml Patrick Brosi 2018-07-23 03:51:04 +0200
  • 7390efab8d another try to get clang build Patrick Brosi 2018-07-23 03:39:44 +0200
  • 2f356239bc dont build on osx in travis Patrick Brosi 2018-07-23 03:32:42 +0200
  • eb415cd234 use ctest command for verbose output Patrick Brosi 2018-07-23 03:07:28 +0200
  • df2ab2df77 try to compile with clang and on osx in travis Patrick Brosi 2018-07-23 02:46:31 +0200
  • 1a9482a445 compress example image Patrick Brosi 2018-07-22 21:08:14 +0200
  • 91728a6f58 mail on build failure v0.1.1 Patrick Brosi 2018-07-22 18:44:36 +0200
  • c0d89c3bf0 typo Patrick Brosi 2018-07-22 18:42:52 +0200
  • f516ba0354 update readme Patrick Brosi 2018-07-22 18:42:10 +0200
  • 30883e6487 fix some compiler warnings Patrick Brosi 2018-07-22 18:37:03 +0200
  • 0effea29bd fix test target Patrick Brosi 2018-07-22 17:40:06 +0200
  • 105d639380 Merge branch 'refactoring' Patrick Brosi 2018-07-22 17:34:14 +0200
  • 31a0c50892 another try with travis Patrick Brosi 2018-07-22 17:29:48 +0200
  • 9712e06a02 Revert "remove .travis.yml until issues with boost 1.54 (default on ubuntu 14.04) have been fixed" Patrick Brosi 2018-07-22 17:27:39 +0200
  • 13fb21f626 get rid of boost Patrick Brosi 2018-07-22 17:17:53 +0200
  • 63dfda9749 delete some unneeded code Patrick Brosi 2018-07-19 02:08:10 +0200
  • 4710b4ae20 further work on util Patrick Brosi 2018-07-18 19:26:34 +0200
  • 3af004e49b more work on util Patrick Brosi 2018-07-17 19:33:05 +0200
  • 223ffa6f6b some work on util Patrick Brosi 2018-07-16 02:03:10 +0200
  • d387314715 get rid of libboost dependency Patrick Brosi 2018-07-15 14:13:31 +0200
  • 4674f0f116 make destructor virtual Patrick Brosi 2018-07-13 18:04:27 +0200
  • 3e362457fc force-add cfg files in eval Patrick Brosi 2018-07-12 19:41:41 +0200
  • d342062855 force-add cfg files in eval Patrick Brosi 2018-07-12 19:41:41 +0200
  • b07110840e some work on util Patrick Brosi 2018-07-12 14:23:29 +0200
  • cf79e67631 changes Patrick Brosi 2018-07-10 17:04:59 +0200
  • 73eb2c16da changes Patrick Brosi 2018-07-06 16:22:06 +0200
  • 80b4922b02 require gcc 4.8 Patrick Brosi 2018-07-04 14:36:29 +0200
  • 73d159f449 remove .travis.yml until issues with boost 1.54 (default on ubuntu 14.04) have been fixed Patrick Brosi 2018-07-03 19:32:57 +0200
  • 4fb31679d9 use boost 1.56 in travis build Patrick Brosi 2018-07-03 19:27:20 +0200
  • a0c7d3a238 use gcc5 in travis build Patrick Brosi 2018-07-03 18:58:25 +0200
  • 7ff625ffe2 only use 4 threads in travis build Patrick Brosi 2018-07-03 18:52:28 +0200
  • 871bdc97c4 Revert "remove travis file, have to solve TLS issues in ubuntu 14.04 with ad-git first" Patrick Brosi 2018-07-03 18:49:21 +0200
  • a47ccde984 add missing cfg file Patrick Brosi 2018-07-01 20:14:24 +0200
  • a6886d99d7 add evaluation makefile Patrick Brosi 2018-06-12 22:06:02 +0200
  • 314a22c575 remove travis file, have to solve TLS issues in ubuntu 14.04 with ad-git first Patrick Brosi 2018-06-12 16:35:56 +0200
  • dacf7b29df install libboost all Patrick Brosi 2018-06-12 16:23:04 +0200
  • 95e60a0833 add travis file Patrick Brosi 2018-06-12 16:17:08 +0200
  • ea32f7c250 license Patrick Brosi 2018-06-12 16:11:04 +0200
  • ea0e9e73fc update readme Patrick Brosi 2018-06-12 12:59:25 +0200
  • d7a83eadbd update readme v0.1 Patrick Brosi 2018-06-12 12:52:43 +0200
  • 57efddbcf3 add missing submodule Patrick Brosi 2018-06-09 17:33:19 +0200
  • 7d70f3c529 add submodules Patrick Brosi 2018-06-09 17:28:38 +0200
  • 77906082e1 update readme Patrick Brosi 2018-06-09 17:22:37 +0200
  • 4133754f10 add readme Patrick Brosi 2018-06-09 17:15:05 +0200
  • efcd3e1892 initial commit Patrick Brosi 2018-06-09 17:14:08 +0200