Commit Graph

  • c748470330
    Merge f7ae06cfc7 into 13d64e75a8 Clifford Yapp 2024-02-11 07:48:31 -0700
  • d7223114de
    Merge fdefc2f70e into 13d64e75a8 Tom Hulton-Harrop 2024-02-11 07:48:31 -0700
  • b2117fbd58
    Merge fb51be9323 into 13d64e75a8 Tom Hulton-Harrop 2024-02-11 07:48:31 -0700
  • 13d64e75a8 GitHub Actions: Update to actions/checkout@v4 master Jan Niklas Hasse 2024-02-08 17:16:43 +0100
  • c5c75a2701 not good TANG ZHIXIONG 2023-12-27 20:51:39 +0800
  • 1dfecb76aa fix TANG ZHIXIONG 2023-12-27 20:39:31 +0800
  • e30a207045 lint TANG ZHIXIONG 2023-12-27 20:35:18 +0800
  • 70737617c8 delaunator TANG ZHIXIONG 2023-12-27 20:34:34 +0800
  • 8d09b14b17 fix TANG ZHIXIONG 2023-12-27 20:30:04 +0800
  • 0171f030bd
    Merge pull request #56 from Afforix/fix-invalid-utf8 Jan Niklas Hasse 2023-12-27 12:46:42 +0100
  • 737fd6787b not ready TANG ZHIXIONG 2023-12-26 00:11:44 +0800
  • f8fab239db add headers TANG ZHIXIONG 2023-12-25 23:52:59 +0800
  • 887ead5631 not ready TANG ZHIXIONG 2023-12-25 23:34:56 +0800
  • 38a68f2b7f
    init python binding (#1) TANG ZhiXiong 2023-12-25 23:24:18 +0800
  • bb4e20f734 fix invalid UTF-8 Afforix 2023-12-22 20:06:32 +0100
  • fb51be9323 update cmake_minimum_required version to 3.15 for FetchContent support Tom Hulton-Harrop 2023-05-14 17:41:26 +0100
  • 567f5ffd0a update testbed and unittest to adapt to span changes Tom Hulton-Harrop 2023-04-23 20:02:13 +0100
  • 4a5d11548c add gsl span support Tom Hulton-Harrop 2023-04-22 22:04:47 +0100
  • fdefc2f70e add const overload for GetPoint Tom Hulton-Harrop 2023-03-30 22:56:46 +0100
  • a5b0e3cdf4 add const overload and return by reference Tom Hulton-Harrop 2023-03-30 22:43:37 +0100
  • 81612cb108
    Merge pull request #43 from AndriyAndreyev/stability_fixes Jan Niklas Hasse 2022-05-20 15:46:44 +0200
  • d6ecda3624
    Merge pull request #47 from pierre-dejoue/pragma-once Jan Niklas Hasse 2022-05-09 10:08:46 +0200
  • 505f63d85c Pragma once and for all Pierre Dejoue 2022-05-08 19:26:22 +0200
  • 54af704954
    Merge pull request #46 from pierre-dejoue/testbed-autozoom Jan Niklas Hasse 2022-05-06 07:56:47 +0200
  • 563239da07 Add unittest to check stack overflow crash AndriyAndreyev 2022-05-06 00:49:31 +0300
  • afee3269fa Merge remote-tracking branch 'upstream/master' AndriyAndreyev 2022-05-06 00:50:55 +0300
  • abdf448d09 Testbed autozoom feature Pierre Dejoue 2022-04-24 17:36:35 +0200
  • 36e5514890 Testbed usage note Pierre Dejoue 2022-04-24 16:36:26 +0200
  • 39a5f477ea Testbed: global config variable to set the window size Pierre Dejoue 2022-04-24 17:10:22 +0200
  • bdd6e3b29b Add to the testbed report the result of the Delaunay test Pierre Dejoue 2022-04-21 01:04:32 +0200
  • 87acdf4f27 Add test file city.dat from issue #18 Pierre Dejoue 2020-10-30 11:44:21 +0100
  • dbc52ace16
    Merge pull request #42 from pierre-dejoue/dllexport Jan Niklas Hasse 2022-05-05 18:25:29 +0200
  • 15dfbc284a Merge remote-tracking branch 'upstream/master' AndriyAndreyev 2022-05-05 01:11:12 +0300
  • a8247ae387
    Merge pull request #44 from pierre-dejoue/test-case-issue-10 Jan Niklas Hasse 2022-05-03 08:57:24 +0200
  • de70670221 Test polygons from issue #10 Pierre Dejoue 2020-11-01 22:10:03 +0100
  • 1bf8fad5a2 Add test case to check stack overflow crash AndriyAndreyev 2022-04-26 21:46:45 +0300
  • 64636de5af Сonsider that LargeHole_DontFill is true if angle is negative AndriyAndreyev 2022-04-26 21:46:11 +0300
  • 49a12eb378 Set the API export symbols based on CMake BUILD_SHARED_LIBS Pierre Dejoue 2022-04-20 22:12:21 +0200
  • 7f5846b72d Retakes on dllexport/dllimport Pierre Dejoue 2022-04-17 14:12:01 +0200
  • ad184c3810 Add dllexport/dllimport definitions. Clifford Yapp 2021-08-03 17:19:16 -0400
  • 3380f5c805 Apply even more clang-tidy fixes Jan Niklas Hasse 2022-03-25 08:49:45 +0100
  • dcdb7442a4 Apply several clang-tidy fixes Jan Niklas Hasse 2022-03-25 07:56:30 +0100
  • 529470f1d0
    Merge pull request #40 from roystgnr/no_collinearity_tolerance Jan Niklas Hasse 2022-03-23 21:34:31 +0100
  • 30279f701c Use std::fpclassify for double==0 tests Roy Stogner 2022-03-16 08:35:34 -0500
  • 19ec7c78a1 ConcaveBoundaryTest unit test Roy Stogner 2022-03-15 20:37:14 -0500
  • cc1e657107 NarrowQuadTest triangulation succeeds now Roy Stogner 2022-03-15 20:36:53 -0500
  • 57b3039c05 Disable tolerance in Orient2d collinearity test Roy Stogner 2022-03-15 19:16:40 -0500
  • 8b5fa15800
    Merge pull request #34 from roystgnr/instructions_update Jan Niklas Hasse 2021-12-02 15:46:35 +0100
  • 4581f1fee8 Consistent executable path in README.md Roy Stogner 2021-12-01 17:38:53 -0600
  • 4fd0287f04 Fix, clarify build instructions Roy Stogner 2021-12-01 17:38:23 -0600
  • cbc025a649 Note unit test dependencies Roy Stogner 2021-12-01 17:37:18 -0600
  • ebf0c4d987 Rename testbed/testbed to testbed/p2t Roy Stogner 2021-12-01 17:36:31 -0600
  • 136fa7acfc Move Point ctor into .cc file to hide shadowing from users Jan Niklas Hasse 2021-08-21 17:28:47 +0200
  • 06e4fbfe1c Add dllexport/dllimport definitions. Clifford Yapp 2021-08-03 17:19:16 -0400
  • f7ae06cfc7 Avoid triggering Werror=float-equal Clifford Yapp 2021-08-03 17:15:30 -0400
  • 1a38e2205d Clear shadow warning in initializer Clifford Yapp 2021-08-03 16:25:20 -0400
  • 7f0487a811
    Merge pull request #29 from piotrkania-here/sanity_checks Jan Niklas Hasse 2021-05-18 10:24:21 +0200
  • 905a765c0f Additional sanity checks for triangulate operation Piotr Kania 2021-04-29 11:51:05 +0200
  • 4a323bf6d5
    Merge pull request #28 from piotrkania-here/check_ptr Jan Niklas Hasse 2021-04-26 17:02:23 +0200
  • af36bac4db Check pointer before dereferencing it Piotr Kania 2021-04-26 10:25:12 +0200
  • 444ee57d87
    Merge pull request #27 from piotrkania-here/fixed_point_operator Jan Niklas Hasse 2021-04-24 11:11:52 +0200
  • b4534b3f97 Fixed inequality operator for Point struct Piotr Kania 2021-04-23 14:32:39 +0200
  • d949f3cd6f Add namespace comment Jan Niklas Hasse 2021-01-16 18:43:00 +0100
  • 8b8e6cb249 Ignore .cache/ Jan Niklas Hasse 2020-12-17 23:12:58 +0100
  • 4515f65f5b
    Merge pull request #23 from pierre-dejoue/master Jan Niklas Hasse 2020-11-20 11:38:31 +0100
  • 8388a74a9f Improve testbed data file format Pierre Dejoue 2020-11-11 22:04:39 +0100
  • cf5f95d4e9 Fix compilation warnings in testbed Pierre Dejoue 2020-11-11 19:57:54 +0100
  • 83680d96bb Remove Waf build system, fix #14 Jan Niklas Hasse 2020-11-06 22:37:50 +0000
  • e9938d9c68
    Merge pull request #22 from pierre-dejoue/master Jan Niklas Hasse 2020-10-26 20:18:51 +0000
  • 718d687bae Add references section to README Pierre Dejoue 2020-10-26 09:15:52 +0100
  • 1054475eeb Triangle::NeighborAcross to return a pointer Pierre Dejoue 2020-10-25 17:32:28 +0100
  • 35b2fa916a Patch inversion of head and tail in the advancing front initialization Pierre Dejoue 2020-10-25 14:56:23 +0100
  • 5aa0c22365 Add headers in project files generated by cmake Pierre Dejoue 2020-10-25 15:58:16 +0100
  • c480777a5b Update README for cmake Pierre Dejoue 2020-10-24 19:56:43 +0200
  • c4404a73fb Avoid redefinition of BOOST_TEST_DYN_LINK Jan Niklas Hasse 2020-10-25 20:50:14 +0100
  • 6febaeda1a Add debug configurations for VSCode Jan Niklas Hasse 2020-10-19 18:27:52 +0200
  • a3a6456586 Add namespace comment for clang-tidy Jan Niklas Hasse 2020-10-19 18:27:21 +0200
  • f6ca87a6bf Add .clang-format Jan Niklas Hasse 2020-10-19 18:24:46 +0200
  • f91fcd9f81
    Merge pull request #20 from pierre-dejoue/master Jan Niklas Hasse 2020-08-27 20:09:59 +0200
  • 05546087fb Add CMake files for the testbed Pierre Dejoue 2020-08-27 19:12:15 +0200
  • 7125fdb13b Add CMake files for the unit tests Pierre Dejoue 2020-07-14 18:16:18 +0200
  • a269fb4743
    Merge pull request #19 from pierre-dejoue/master Jan Niklas Hasse 2020-08-06 23:54:23 +0200
  • 2c6bec64c0 Throw in Triangle::NeighborAcross in case of null pointer Pierre Dejoue 2020-05-21 16:14:10 +0200
  • 06b0f14b29 Actually throw exceptions Pierre Dejoue 2020-05-21 15:47:13 +0200
  • 7f8c4c5e4c Rename local index for readability Pierre Dejoue 2020-07-12 11:57:01 +0200
  • 3e583f5eeb Fix linux build action Pierre Dejoue 2020-08-06 19:36:19 +0200
  • 6c184d10b4 Use nullptr instead of NULL or 0 Jan Niklas Hasse 2020-06-14 20:14:58 +0200
  • f5f9d33ea9 Add simple Doxyfile Jan Niklas Hasse 2020-06-04 22:40:09 +0200
  • f16f016ad3 Remove Azure Pipelines config Jan Niklas Hasse 2020-05-05 13:31:21 +0200
  • 722ddf7235
    Add GitHub Actions configuration (#16) Jan Niklas Hasse 2020-05-05 13:29:33 +0200
  • 656d893b85 GitHub Actions: Add clang-tidy Jan Niklas Hasse 2020-05-05 13:07:09 +0200
  • 1a4067eacc GitHub Actions: Use normal dnf Jan Niklas Hasse 2020-05-05 12:04:16 +0200
  • 67b54d0567 GitHub Actions: Use normal Fedora Jan Niklas Hasse 2020-05-05 12:03:17 +0200
  • b19eb2416a GitHub Actions: Install tar Jan Niklas Hasse 2020-05-05 12:01:48 +0200
  • a241817d16 Add GitHub Actions configuration Jan Niklas Hasse 2020-05-05 11:59:55 +0200
  • 6e14427307 Fix variable shadowing issue in Point's constructor. Shadowing causes can cause build failures when one's compiler is configured to flag shadowing as an error. Sam Riesland 2020-03-12 09:49:33 -0700
  • e66d045060 Fix #11 - regression causing crash when abs(p1.y - p2.y) < 1e10 (#12) Martin Dobias 2020-01-20 10:19:20 +0100
  • 6ba292d839 Fix #11 - regression causing crash when abs(p1.y - p2.y) < 1e10 Martin Dobias 2020-01-09 18:24:54 +0100
  • e6e63dd29e Update waf to 2.0.19 Jan Niklas Hasse 2019-11-30 14:03:43 +0100
  • 5a171da044 Add missing include for GCC 9.1 Jan Niklas Hasse 2019-06-11 12:05:12 +0200