Commit Graph

  • 726586dce7
    Merge 55f7f31333 into 8827fb0a25 Julia Longtin 2024-08-04 23:13:01 +0100
  • 8827fb0a25
    Merge pull request #488 from sorki/srk/goldenGit master Julia Longtin 2024-07-29 12:25:52 +0200
  • ae36495d45 Add missing golden pre-images for pretty-printing test sorki 2024-07-27 19:44:11 +0200
  • 6cfb578330 Don't gitignore golden preimages take two sorki 2024-07-27 19:44:50 +0200
  • 53de0c7f3a
    Merge pull request #487 from lepsa/fixing-relative-imports Julia Longtin 2024-04-19 21:31:14 +0000
  • 7815bc1ff8
    Merge pull request #486 from lepsa/removing-partial-functions Julia Longtin 2024-04-19 21:30:03 +0000
  • 2cd6592c05
    Merge pull request #485 from eiais/remove-travis Julia Longtin 2024-04-19 21:27:20 +0000
  • 3c903f6e08 Fixing the implicitsnap build Owen Harvey 2024-04-19 00:59:11 +1000
  • dc113faac5 Fixing relative imports for extopenscad. Owen Harvey 2024-04-18 17:54:42 +1000
  • fa135081c0 Removing more partial functions the GHC picked up. Owen Harvey 2024-04-10 13:25:03 +1000
  • 3135b27b42 remove travis.yml Kathryn Spiers 2024-04-07 14:01:25 -0700
  • b44e9597ff
    Merge pull request #484 from lepsa/ghcup-documentation Julia Longtin 2024-04-04 13:01:26 +0000
  • e1a7bc90de
    Merge pull request #483 from lepsa/fixing-partial-function-warnings Julia Longtin 2024-04-04 13:00:58 +0000
  • b33b5ccb6d Adding a missing 's' in 'https' Owen Harvey 2024-04-04 13:26:06 +1000
  • 207c4d8223 Updating the README to remove references to the Haskell Platform Owen Harvey 2024-04-04 13:23:46 +1000
  • 7ffb13ea6c Fixing some partial function warnings being emitted by GHC. Owen Harvey 2024-04-04 13:10:39 +1000
  • 66515297d7
    Merge pull request #479 from lepsa/fixing-exports Sorki 2024-01-08 10:16:16 +0100
  • a1afe98e08 Fixing export issues where unsupported primitives were being generated. Owen Harvey 2024-01-08 11:37:06 +1000
  • 01d3e9bc4f
    Merge pull request #474 from sorki/srk/interepreter Julia Longtin 2024-01-06 18:43:00 +0000
  • 8654442757 Add CONTRIBUTORS, Release.md, Tools.md to extra-doc-files sorki 2024-01-06 15:25:10 +0100
  • b91a9f01e2 implicit: add Extra-source-files, Extra-doc-files sorki 2024-01-06 14:33:17 +0100
  • ae4510e0ae gitignore: don't ignore tests/golden sorki 2024-01-06 14:32:57 +0100
  • 59b970180b nix: multipackage, add overlay.nix sorki 2024-01-06 14:23:42 +0100
  • 0e463987d2 init implicit-interpreter sorki 2024-01-06 14:00:00 +0100
  • 83eafa55e9
    Merge pull request #478 from sorki/srk/normolu Sorki 2024-01-06 17:48:39 +0100
  • 081a241c61
    Merge pull request #472 from lepsa/escad-pretty-printer Sorki 2024-01-06 17:48:15 +0100
  • 51bb6a78d3 remove unused ormolu sorki 2024-01-06 14:54:56 +0100
  • dc6984cbbb Removing unused prettyprinter dependency Owen Harvey 2024-01-04 13:33:11 +1000
  • 8f4b722d6e eSCAD pretty-printing Owen Harvey 2024-01-04 12:54:09 +1000
  • 0c254d9044
    Merge pull request #471 from lepsa/more-primitives Julia Longtin 2024-01-06 15:43:04 +0000
  • 82c987e89d Add golden boxFrame and link sorki 2024-01-06 16:18:59 +0100
  • 5101b509fa CHANGELOG: boxFrame and link sorki 2024-01-06 16:16:57 +0100
  • 616db6226a Formatting Owen Harvey 2023-12-31 10:58:59 +1000
  • accc3db3e2 Adding link Owen Harvey 2023-12-29 20:16:43 +1000
  • 1c65c1ad18 Adding Box Frame as a primitive. Owen Harvey 2023-12-29 19:28:51 +1000
  • 80222ec0a4
    Merge pull request #448 from sorki/srk/slice Julia Longtin 2024-01-06 14:54:16 +0000
  • 26617785ee CHANGELOG: slice and projection(cut=true) sorki 2024-01-06 15:16:01 +0100
  • 5888bb4e13 extopenscad: add projection(cut=true) calling slice sorki 2024-01-04 07:16:12 +0100
  • 11d384a474 Add slice primitive Richard Marko 2023-10-22 12:16:29 +0200
  • ec6a2dbe8d
    Merge pull request #473 from sorki/srk/extrudeArgs Julia Longtin 2024-01-06 14:13:57 +0000
  • b9f8e326d3 Flip extrude arguments sorki 2024-01-04 06:24:32 +0100
  • eacfe58f16
    Merge pull request #470 from lepsa/torus-and-ellipsoid-as-objects Julia Longtin 2024-01-01 15:11:56 +0000
  • b320b1aead
    Update Graphics/Implicit/Primitives.hs Julia Longtin 2023-12-31 00:29:13 +0000
  • 10d677508f Issue #450. Making torus and ellipsoid primitive objects. Owen Harvey 2023-12-29 17:37:20 +1000
  • 5128285d45
    Merge pull request #469 from Haskell-Things/lepsa/bounding-boxes Julia Longtin 2023-12-26 23:37:09 +0000
  • df529124de remove redundant import. Julia Longtin 2023-12-26 23:19:30 +0000
  • c61c1a66df fix bounding boxes for infinite implicit functions. Julia Longtin 2023-12-26 22:34:54 +0000
  • 23975eeb9a
    Merge pull request #468 from Haskell-Things/lepsa/improving-shell Julia Longtin 2023-12-26 22:22:13 +0000
  • b6a0779f9e merged version of lepsa:improving-shell Julia Longtin 2023-12-26 21:23:24 +0000
  • 522fcdcf30
    Merge pull request #467 from Haskell-Things/next Julia Longtin 2023-12-26 18:18:23 +0000
  • 914ccb9ec3
    Merge branch 'master' into next Julia Longtin 2023-12-26 17:52:17 +0000
  • bbc2491079 Minor formatting changes to the Release process. Julia Longtin 2023-12-26 17:20:36 +0000
  • 0503503c8d create next version. minor formatting changes to the Release process. Julia Longtin 2023-12-26 17:16:29 +0000
  • caf26c1d2f
    Merge pull request #458 from sorki/release/0.4.1+next Sorki 2023-12-19 08:55:50 +0100
  • 1fe91d7c6f
    Merge pull request #457 from sorki/release/0.4.1 v0.4.1.0 Julia Longtin 2023-12-18 20:38:19 +0000
  • dfef23041b Add next section to CHANGELOG sorki 2023-12-18 12:23:29 +0100
  • c7449a9d8d Version 0.4.0.0 -> 0.4.1.0 sorki 2023-12-14 15:58:51 +0100
  • f96a9527b2
    Merge pull request #466 from Haskell-Things/rework_release Sorki 2023-12-18 12:16:31 +0100
  • ea9744a0b1 fix typo in .gitignore, and mostly rewrite the release process. Julia Longtin 2023-12-17 17:18:11 +0000
  • e9a0eb6823
    Merge pull request #465 from Haskell-Things/typo Sorki 2023-12-18 06:16:42 +0100
  • f88a4e2d00 remove extra k. Julia Longtin 2023-12-17 17:09:08 +0000
  • d7481cbe3b
    Merge pull request #464 from Haskell-Things/fix_hs_examples Sorki 2023-12-17 16:50:41 +0100
  • b927880ea3
    Merge pull request #462 from sorki/srk/noSetup Julia Longtin 2023-12-17 15:48:11 +0000
  • 99102ffc6f
    Merge pull request #463 from sorki/srk/dupeQuatToEuler Julia Longtin 2023-12-17 15:47:07 +0000
  • 40f9152e14 add a hint, and list the dependent packages on the GHC command line. Julia Longtin 2023-12-17 15:45:52 +0000
  • 28dd0dea89 cleanup Setup remnants from Makefile sorki 2023-12-17 13:25:45 +0100
  • 7e7f4dbfbe remove duplicate and unused quaternionToEuler from MathUtil sorki 2023-12-17 08:52:50 +0100
  • 0a5271d2b7 drop Setup.hs sorki 2023-12-17 08:41:42 +0100
  • 7aee1fc4c6
    Merge pull request #461 from Haskell-Things/make_docs Sorki 2023-12-17 08:41:01 +0100
  • 0fd2de404f
    Merge pull request #460 from Haskell-Things/more_inlines Julia Longtin 2023-12-17 01:12:51 +0000
  • b693f6521c fix the docs target in the Makefile. Julia Longtin 2023-12-17 01:02:50 +0000
  • 27aaa66720 more inlining, since ghc9.4 is more agressive. Julia Longtin 2023-12-16 21:52:11 +0000
  • 55f7f31333 better clamping to prevent gimbal lock? quaternion_fix Julia Longtin 2023-12-16 21:34:26 +0000
  • 237c027aaf
    Merge pull request #454 from sorki/srk/ci Julia Longtin 2023-11-26 20:31:05 +0000
  • dd38987dae hlint: fuse traverse Richard Marko 2023-11-12 12:15:19 +0100
  • 9f05b3eed8 hlint: hasZeroComponent Richard Marko 2023-11-12 12:13:36 +0100
  • cf066afc68 Fix Control.Monad.State imports for recent base Richard Marko 2023-11-12 11:38:19 +0100
  • 110a62af12 Add CHANGELOG entry for #445 Richard Marko 2023-11-12 11:05:01 +0100
  • b6f77d120c README: convert to markdown headings Richard Marko 2023-11-12 11:02:13 +0100
  • 630de0518a README: wrap badge lines, add Depenedencies badge Richard Marko 2023-11-12 11:01:09 +0100
  • fc71167f51 Update CI Richard Marko 2023-11-12 10:59:24 +0100
  • 2d026d39bd
    Merge pull request #445 from sorki/srk/chores Julia Longtin 2023-11-07 19:35:16 +0000
  • f60ae09463 Improve Show for EmbedBoxedObj to show box as well Richard Marko 2023-11-07 18:20:43 +0100
  • e38d9bf093 tests: group extopenscad tests under single describe Richard Marko 2023-11-07 16:07:03 +0100
  • 1d2ca17893 tests: GoldenSpec.Util clean-up Richard Marko 2023-11-07 16:03:53 +0100
  • d0a7ea4158 Drop redundant guards from getImplicitShared Richard Marko 2023-11-05 19:39:47 +0100
  • 74f7ed4a6d Move more identities to canonShared Richard Marko 2023-11-05 18:51:25 +0100
  • a4954d7a5b update .gitignore Richard Marko 2023-11-05 18:33:06 +0100
  • 2ad93fb1a4 Disable 2*pi Rotate2 identity Richard Marko 2023-11-05 17:52:07 +0100
  • d85d071375 Add canonicalization pass Richard Marko 2023-11-05 17:11:23 +0100
  • e05ce2070e Make hlint happy Richard Marko 2023-10-31 16:19:11 +0100
  • 1bc3643b87 Make ormolu happy Richard Marko 2023-10-31 15:40:20 +0100
  • f831029903 Drop allow-newer from cabal.project Richard Marko 2023-10-31 15:00:20 +0100
  • 732e8092a9 Add hack that prevents generation of small polygons Richard Marko 2023-10-31 14:54:45 +0100
  • 65e3fe58e1 Add goldenFormat2, add golden test for troublesome polygons Richard Marko 2023-10-31 14:41:14 +0100
  • 4f654230b2 Run QuickCheck Spec in parallel Richard Marko 2023-10-31 14:40:04 +0100
  • 36cbf1ed05 Use arbitraryInvertibleM33|M44 for generated transforms Richard Marko 2023-10-31 10:57:22 +0100
  • ec4c704e3b Drop scaling compaction Richard Marko 2023-10-31 10:31:22 +0100
  • 8a94b2ac20 CI: update ormolu workflow Richard Marko 2023-10-31 08:44:58 +0100
  • 63209c25d6 Temporary: put guards into getImplicit* Richard Marko 2023-10-30 21:33:48 +0100