Clip:1b72664dd19ff448d1dde76e0213d91fc97d250a commits - 南方科技大学 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commits/1b72664dd19ff448d1dde76e0213d91fc97d250a 2020-05-14T13:29:55+02:00 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/1b72664dd19ff448d1dde76e0213d91fc97d250a simplify the draw command list 2020-05-14T13:29:55+02:00 Paul Asmuth paul@asmuth.com Convert the DrawCommandList into a simple, flat vector of draw command structs. A mechanism for piping semantic text information through to the output file will be reimplemented later. This change also removes the dependency on std::variant, which is a C++17 feature, but is not supported on macOS 10.13. https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/e4e6b679d7d9d538baa944f8786d3400e7ab0b76 update readme 2020-05-14T03:13:00+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/38c864d224f243c142083a6a7b98842fa6b79251 add missing includes 2020-05-14T03:04:39+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/5512b9e8373db5a2e3c2b0a55bbb93b1d2183ecb fix a precedence issue 2020-05-14T03:03:44+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/bb8870442ce3ffbe7170f25166b99d99e4de7515 replace all calls to bind(...) with std::bind 2020-05-14T02:56:09+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/4872dcad51dbbb1fb0577d0c5e980dc665e61d4a switch back from std::optional to our own Option<T> 2020-05-14T02:49:16+02:00 Paul Asmuth paul@asmuth.com std::optional is part of C++17, which is not supported on macOS 10.13 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/63e4fa21d30e4f9fabe4f927b61520415626230e update travis.yml (test build on macOS 10.13) 2020-05-14T02:36:53+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/9a48103597d4eb967707ed39d09e01c355e296a1 rename tools/plotgen -> figure/plot 2020-05-14T02:14:31+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/bfe3e8c2c153e42fe98999ae03e0eeeeab9a20ec update CMakeLists.txt 2020-05-14T01:36:48+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/2ac3529aded5c0d59b9eecb37074a9199fb1c8ba Merge branch 'master' into website 2020-05-14T01:28:07+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/9ce5301fe5b2366f4addc5760a827c9d051c94c8 update the documentation 2020-05-14T01:27:17+02:00 Paul Asmuth paul@asmuth.com - move examples into a separate repository - restructure the documentation - add a new front page https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/11cd2df226da6d7ef3b6ecc36413cd51e40738bb update examples 2020-05-10T15:09:36+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/708c02648180c905811030fbf7b48ec1ffc6de21 reimplement scale autoranging 2020-05-10T15:08:57+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/4e33d1ce508c478507425ce0eff69139304ab019 set version to 0.7.0 2020-05-09T18:54:49+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/72737db7c7d35d70a1686e2b3666cabdb3abda10 simplify the command line interface 2020-05-09T18:51:07+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/529c1aacb482aeef5f79f85bf648aff02e0405f6 switch to getopt for option parsing 2020-05-09T18:35:01+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/63c064824416f50af59717a2d73a676bd43d0440 improved test_runner.sh output formatting 2020-05-09T17:03:44+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/06830f32fabaf54d143fbd276c5588e4a68a0edf fix remaining test cases 2020-05-09T17:03:24+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/480fa9e68460562e5de29d7bc8581b47001687bf fix a duplicate type name 2020-05-09T15:44:41+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/b130cb41c8726f1cb9ed8f4e0c433bbedaf0aec6 add layer/set-font{,-size} 2020-05-09T15:05:59+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/f85a0ef8e1a7d835b353b69470c1ad8387fa0298 update examples and tests 2020-05-09T03:05:16+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/5142e376a2b84352eb7b8c25a36ae082791e5bcd add layer/{resize,set-dpi} 2020-05-09T02:01:28+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/0c933a7a9272b7a27d4c86cb9d4110a494153ce5 split Context into Layer and PlotConfig 2020-05-09T00:22:03+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/351ac8464f36e71c04525263dde6390162428383 move the plotting functions into the tools/plotgen command 2020-05-08T22:35:14+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/f3e8dbb99994d15d27f89e812e7e0f9c8c613d4f fix the root font size (rem) calculation 2020-05-08T17:53:35+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/81e98ba93c1e1adfdc115202c1f4635e31f40268 simplify the plotting interface 2020-05-08T17:52:50+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/2a8976f31eefc5ac030ec67e6742abafe7c706d0 update examples 2020-05-08T17:46:44+02:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/191159a4bd4d23ecccdc0472fad30b1325f47e95 add support for loading lines and points from geojson 2020-02-03T01:06:35+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/60970701a7982f12099658645c6cef8fd4dc258a update the documentation html layout 2020-02-02T04:00:47+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/3a771b08075eac40650e26fb48340845e1e4a258 update example gallery 2020-02-02T02:43:03+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/e2b07b13c1628ab9c4c0bffbdd9bbc6fd8d90ccc update axis examples and test cases 2020-02-02T01:03:40+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/fda00863a3fe15b8a614604f2604d7b1b55cda2b add doc/examples/maps/gulf-of-mexico.clp 2020-02-02T01:02:26+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/a310e1b4e04f1887321e841ca5fc04148a71229f add a testdata extraction step 2020-02-02T01:02:24+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/99f6a8fd5bf634dd79f3d5ee8a6435e4688a4ca1 fix an extraneous unit conversion 2020-02-02T00:37:02+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/893b5c5d44f8767adb877835119c49ef379ebac9 add missing configuration check 2020-02-02T00:26:35+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/0a78407bbaba0609daf0f9dca3c8f27d4d86ad20 add the 'draw/rectangle' command 2020-02-02T00:14:40+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/4080f0554e20d66e08afac14a9e0838d48f0510d improved axis layout defaults 2020-02-02T00:00:26+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/e67d36b5ab72bd805910dfd014bd99d12c477ac0 add a basic 'plot/polygons' command 2020-02-02T00:00:21+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/47abc123f4d6ca6c11bbe78b057ad7203773411d add the 'polygon' draw command 2020-02-01T23:17:41+01:00 Paul Asmuth paul@asmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/5f454c4bbf49227ee155688a2f728524741e072e load GeoJSON polygons and multi polygons 2020-02-01T22:40:59+01:00 Paul Asmuth paul@asmuth.com