Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenSCAD

Creators of OpenSCAD
Collective - Host: opensource - https://opencollective.com/openscad - Website: https://openscad.org/ - Code: https://github.com/openscad/openscad

Remove USE_SCINTILLA_EDITOR define.

github.com/openscad/openscad - db32aa50715868e131c28fa847e93ce5eeead84c authored almost 3 years ago
Remove ENABLE_MDI define.

github.com/openscad/openscad - b06080d6a3e11c8ee159f74b5e40861c59ff7969 authored almost 3 years ago
Update polyhedron-tests-expected.csg

github.com/openscad/openscad - 2ff31729bd8d924fc52c6780ee92e09c953494a2 authored almost 3 years ago
Skip incomplete faces in polyhedron builtin

This is to avoid crashing upcoming mesh-based code in fast-csg (e.g. tests/data/scad/3D/features...

github.com/openscad/openscad - daa2edb35660c3d449bed185f44bdb6176b16605 authored almost 3 years ago
Extract transform logic from CGAL_Nef_polyhedron to CGALUtils

New in CGALUtils: transform, computeResizeTransform, createAffineTransformFromMatrix.
Also a bou...

github.com/openscad/openscad - 70dec9d79b0aed4c4758965f7f975ab5d409d665 authored almost 3 years ago
Merge pull request #3961 from ochafik/fast_csg_prerequisite1

Refactor existing code to prepare for fast-csg.

github.com/openscad/openscad - 14ec256d3c97fb7c90b4a20f40626f4428ee5396 authored almost 3 years ago
Merge pull request #3959 from ochafik/cgal_versions

Default uni-build-dependencies.sh to CGAL 5.3

github.com/openscad/openscad - c92ba040a1ff1fcdb69e5af888bf6ec3e3a8c316 authored almost 3 years ago
revert noise

github.com/openscad/openscad - 1dabadd2b6536be9693c80b13892d757033531de authored almost 3 years ago
Drop cgal-versions.yml

might reintroduce it (w/ a different name) in the fast-csg PR once we need to test w/ FAST_CSG_U...

github.com/openscad/openscad - 254fc23bf693e8316f9f3c75da6fa7166599b698 authored almost 3 years ago
Default uni-build-dependencies.sh to CGAL 5.3

github.com/openscad/openscad - c3e0e2424ec4f89217b4e176e1f373527b5c3967 authored almost 3 years ago
Fix build (mismatch of copyPolyhedron signature)

github.com/openscad/openscad - d5e8089fdfb23ca485d5187600e459838d7a9be5 authored almost 3 years ago
Merge remote-tracking branch 'upstream/master' into fast_csg_prerequisite1

github.com/openscad/openscad - 2d79bbaee34b155274d9c7c4eecfe85a558370ef authored almost 3 years ago
Only test 5.2 and 5.3 in github workflows

github.com/openscad/openscad - e479c3247d640cc445390bb390ddb46d77e569e5 authored almost 3 years ago
Merge remote-tracking branch 'upstream/master' into cgal_versions

github.com/openscad/openscad - f087e7bc837a95452f11391079a63abbf1fcfa75 authored almost 3 years ago
Merge pull request #4077 from openscad/update-year

Update year in copyright messages.

github.com/openscad/openscad - 8a9b16eb6a7790ee7e58491bdeb1fd829f40280a authored almost 3 years ago
Merge pull request #4078 from unDeadHerbs/patch-1

Fix type error on Setting `entries`.

github.com/openscad/openscad - 10bf02cd228a6567a1b5e50349f8e9b41efce98f authored almost 3 years ago
Merge pull request #4079 from openscad/fix-build-join-overload

Fix build issue with overloaded join().

github.com/openscad/openscad - d559fa838ea919e664661bfcf1d3274c83743d61 authored almost 3 years ago
CGAL build fix, v5.4 renames projection traits header files and classes.

github.com/openscad/openscad - 71f2831c0484c3f35cbf44e1d1dc2c857384100b authored about 3 years ago
Fix build issue with overloaded join().

github.com/openscad/openscad - 9b79576c1ee9d57d0f4a5de5c1365bb87c548f36 authored about 3 years ago
`std::array` has no dereference operator and `std::size` is available at compile time

src/Settings.cc:217:57: error: no match for ‘operator*’ (operand type is ‘const std::array<Setti...

github.com/openscad/openscad - 46e4144c663006852674066c071b987164d3d62e authored about 3 years ago
Update year in copyright messages.

github.com/openscad/openscad - bd55e84787eb593f9624b520eda0a3aa3bf0edd8 authored about 3 years ago
Prevent "No jobs were run" (hopefully).

github.com/openscad/openscad - 21647c73a3ef2c138bc5513b440f7dceca0f5781 authored about 3 years ago
Update donation link.

github.com/openscad/openscad - 658f01eac4d25e1c67a3f897a7d9583ad07ee909 authored about 3 years ago
Fix IRC badge.

github.com/openscad/openscad - 45d96e5635c18dd419fb1784348b8a7ad9c2807f authored about 3 years ago
Remove travis badge.

github.com/openscad/openscad - fc67b1bb41c09e486caccca59d97cc492b61357b authored about 3 years ago
Merge pull request #4074 from openscad/increase-nr-of-buttons

Increase input device button count to 24 (fixes #4073).

github.com/openscad/openscad - e4b2888cb3facfa9c0f00a59a92449d6d1ac5f69 authored about 3 years ago
Increase input device button count to 24 (fixes #4073).

github.com/openscad/openscad - 993f6351f7c72d8003fa9f41aa78e7ab6873a328 authored about 3 years ago
Merge pull request #4070 from Rotzbua/secure_docs_downloader

Secure docs downloader.

github.com/openscad/openscad - 6f3767b99f98c8e60fdc016407b168e386347a70 authored about 3 years ago
Reformat: follow PEP8 style guide

github.com/openscad/openscad - 6028febe2260d274482c1cd30c0a7f391ced4275 authored about 3 years ago
Merge pull request #4066 from openscad/egl-support

Add EGL context creation for offscreen framebuffer.

github.com/openscad/openscad - e0a0d82ae96ca2e514a7765fe7ee4f8a2f335da8 authored about 3 years ago
Merge pull request #4069 from Rotzbua/secure_connection

Change: use secure connection to files.openscad.org.

github.com/openscad/openscad - fc5454dffe0ed234243d400a64d5e3e2a5e79700 authored about 3 years ago
Merge pull request #4068 from Rotzbua/update_windows_installer_info

Update windows installer links.

github.com/openscad/openscad - 362a68f99e083b74ce69dfa5e5206b9564122b89 authored about 3 years ago
Change: use secure connection to files.openscad.org

github.com/openscad/openscad - d354d8bfabd2f8e0a9fbe50d8945c1ac13048c81 authored about 3 years ago
Fix: use secure connection to download

github.com/openscad/openscad - e1293981c8c4453fc051319a1a5bc949c6af7d03 authored about 3 years ago
Update windows installer links

* use secure https instead of http
* default openscad homepage moved to non www.

github.com/openscad/openscad - 97eeeded62a23b1613bbeaa68889adcc103559e7 authored about 3 years ago
Lower to version 2.0, using 3.1 still selects a 4.5 Core Context.

github.com/openscad/openscad - 26bdc3f71cd0844831029b98aeeafa3d723b494f authored about 3 years ago
Disable GLX extension check when building for EGL.

github.com/openscad/openscad - c58afa19bc26d952f40feed3828ce3f1a312b031 authored about 3 years ago
Relax config selection criteria.

github.com/openscad/openscad - 76c335662d515665e0d483ffce2cd40dc097ee74 authored about 3 years ago
Add EGL context creation for offscreen framebuffer.

github.com/openscad/openscad - 434255c9f8828180e9e5374a96aef1c757ae37db authored about 3 years ago
Fix crash issue; exceptions thrown when permissions deny access to files opened (#4061)

* Multiple layered fixes to handle exceptions thrown when permissions deny access to files opene...

github.com/openscad/openscad - f7a364ab82902d2fa27659a2e1cf89c52421ea78 authored about 3 years ago
Merge pull request #4064 from thehans/malloc

Avoid installation of mimalloc header files during "make install"

github.com/openscad/openscad - 60f12274b6383d23194f81bec10e0237dab889e8 authored about 3 years ago
Use EXCLUDE_FROM_ALL to avoid installation of mimalloc header files during "make install".

Should fix OBS Fedora builds.

github.com/openscad/openscad - 8375df6d95e40da7fe9d63a5e3aab399613297ba authored about 3 years ago
Merge pull request #3943 from thehans/malloc

Implement mimalloc, malloc replacement.

github.com/openscad/openscad - 07e81de164e69816eb5b57ed8b9853a0a5357c12 authored about 3 years ago
Clean up CMakeLists.txt issues from code review.

github.com/openscad/openscad - b2742f32216c7efa69b7edd736f88d6c7449eb61 authored about 3 years ago
Document MI_BUILD_OBJECT reasoning.

github.com/openscad/openscad - 9cf6d83e3c63db69c14c510c161f61e289559e17 authored about 3 years ago
Fix CMakeLists.txt to avoid leaking global settings into submodule builds.

Update mimalloc to tag v1.7.3
Comment out CGAL_ALLOCATOR after testing and finding no difference ...

github.com/openscad/openscad - faf4b6153cf7df301963789867698f4401ae8971 authored about 3 years ago
Disable MI_OVERRIDE (define's entry points for malloc() etc), and instead directly specify mimalloc for GMP, CGAL std::allocator, and C++ new/delete.

github.com/openscad/openscad - 69dfabe8c64496aba615f057ad061382ba2289d6 authored about 3 years ago
Fix CMakeLists incompatibility: list(PREPEND ...) requires cmake 3.16+

github.com/openscad/openscad - 5dd420e5d1fa255084ee2b5b3ef1a3e09c7ea63a authored about 3 years ago
Test mimalloc mac build "interpose" instead of default "zone" options.

github.com/openscad/openscad - 3152d255c103fd8276ac73ef2a696088a8bc988a authored about 3 years ago
Set MI_OVERRIDE conditionally for APPLE.

github.com/openscad/openscad - ff6e9bc363518b3b1452dec13ee8fafafa9c13b0 authored about 3 years ago
Add override code, not sure if any is needed.

Move cgal.h to top of includes.

github.com/openscad/openscad - ca0fec4ff9d7a3d746d63a73f799de1b5d856291 authored about 3 years ago
Testing https instead of ssh url for submodule.

github.com/openscad/openscad - 42319d3c1c42768578f025fdadc9382bab92483b authored about 3 years ago
Move mimalloc into new top-level "submodules" dir.

github.com/openscad/openscad - b720303ab155898c2648e14db8691522e3105383 authored about 3 years ago
Fix minor compile warning about order of initialization.

github.com/openscad/openscad - 1226e67c4521b43653d0e9cb5b2a271db961fbab authored about 3 years ago
Remove obsolete CGAL version check since we should be on 5.X now.

github.com/openscad/openscad - 3a81c1fb9b663ebbedd6eb044e7276357b1f30a1 authored about 3 years ago
Setup cmake to build mimalloc and link statically.

github.com/openscad/openscad - 6abb9fa66b438e51e677c64d3898a82b03c49dd0 authored about 3 years ago
Add mimalloc as submodule

github.com/openscad/openscad - e7bf2544beac0e98702a0d074318a64b1c8c2abc authored about 3 years ago
don't try to parse empty comments (fixes #3601)

github.com/openscad/openscad - 51e17a6fecad2dd35e02518934597b3b43273a3f authored about 3 years ago
add status so we know if we added this context to accounting, fixes #3871

Only subtract from accounting if we added to accounting in the first place.

github.com/openscad/openscad - fa5b25fdacae6a047756a6454324cc7f07a4f9f4 authored about 3 years ago
macOS dependencies: Update glib to 2.71 (#4032)

github.com/openscad/openscad - d0be100cd25ab314e26aa0ed6d112098d6ae9bc2 authored about 3 years ago
More macOS build fixes (#4033)

* libffi comes with macOS, removing any existing custom installation
* --target argument to con...

github.com/openscad/openscad - 94c28e75708a1a8717a6fb9e515eb129b8708fb7 authored about 3 years ago
catch std::exception derivatives inside CGAL code, catch ALL exceptions thrown to root level of worker thread, and report errors. issue #3756

github.com/openscad/openscad - 29e3dce2b6bf612a221b25f1b86d13c936f85072 authored about 3 years ago
Merge pull request #4051 from ChrisCoxArt/master

Use byte length instead of glyph length in qscintilla apis (fixes #4050).

github.com/openscad/openscad - ab88b69be53903b2b76646fb7c00c8dcc8932ff2 authored about 3 years ago
use byte length instead of glyph length in qscintilla api, fixing #4050

github.com/openscad/openscad - 19896b7b3e9cc734bda0b812cf609fa3165621a5 authored about 3 years ago
Merge pull request #4049 from ChrisCoxArt/master

Removing some unicode specific error position offsets from lexer.

github.com/openscad/openscad - 7a167095e7d971b88d3025564846a386070dc0f8 authored about 3 years ago
Merge pull request #4048 from ChrisCoxArt/lexertl_integration

Change from glyph count to byte count in setting styling.

github.com/openscad/openscad - b2fbbc97ee68cf4ce23cdb0c06411216e2430125 authored about 3 years ago
fixing #3939, removing some unicode specific error position offsets from comments and strings

github.com/openscad/openscad - d50a8d835d887d05e76c38dcf29672fb447d09b2 authored about 3 years ago
fixing #4047, change from glyph count to byte count in setting styling

github.com/openscad/openscad - 37389b8946a22f1f13e85fe8f2728af775356eeb authored about 3 years ago
Merge pull request #3998 from ChrisCoxArt/heightmap_work

Surface / height map performance improvements.

github.com/openscad/openscad - e6894b77a8c3fa5ba97fbde415fea3c74ddbbb6a authored about 3 years ago
Merge pull request #4044 from eldstal/oobr_comment

Add file bounds check to comment parser.

github.com/openscad/openscad - 78a82cf31767bda6969d8ea2eb851dc24c12b4b0 authored about 3 years ago
Add file bounds check to comment parser

github.com/openscad/openscad - b81369dffc3f385257a9b1f5c271118a88671d6d authored about 3 years ago
Merge pull request #4041 from cwalther/displaynone

SVG import: Respect "display: none".

github.com/openscad/openscad - 374fa5853faeadf48afb55a0e4482f7b14b4f280 authored about 3 years ago
Merge pull request #4040 from cwalther/usetransform

SVG import loses transform on <use> element.

github.com/openscad/openscad - 073ce11d11937add45b4545e7aac4458ed1b0dd1 authored about 3 years ago
SVG import: Don't lose the transform of a <use> element.

As per https://www.w3.org/TR/SVG11/struct.html#UseElement, translate(x,y) must be appended to th...

github.com/openscad/openscad - 57494e7eb11a441ae82e3dce5bdae880e12a4690 authored about 3 years ago
Fix potential use-after-free in SVG import.

Don't put text nodes into the shape_list when their parent isn't there too, otherwise trying to ...

github.com/openscad/openscad - f44af9a4660f4bb6ba93d76bdfbbd9a55600278b authored about 3 years ago
Fix memory leaks in SVG import.

- The root <svg> shape was never popped off the stack, so the stack would grow by one in every i...

github.com/openscad/openscad - ea7830f20b5d564a4f7b185eefe72e115ab79d3a authored about 3 years ago
Test for respecting "display: none", currently failing.

github.com/openscad/openscad - 87659e36a6172f27a80d29f68fbc3bdb4bbbdecd authored about 3 years ago
Test for transform on <use> element, currently failing.

github.com/openscad/openscad - 7878fcedb5725942fe603b4fb57fb219dffc2715 authored about 3 years ago
CSS can have whitespace around properties and values.

Still far from a correct parser, but better than before.

github.com/openscad/openscad - dc017f2690f5a41a5d254c05572d6bce44e94a01 authored about 3 years ago
SVG import: Respect "display: none".

Fixes #2736.

github.com/openscad/openscad - cc5e1ea172dfc6b3442483ba4931c0f54cb81280 authored about 3 years ago
Merge pull request #4038 from openscad/tab-open-folder-action

Add action to open folder of the current tab.

github.com/openscad/openscad - 7bfde10d570f82218f1b4bde9a8b68206b4e458a authored about 3 years ago
Add action to open folder of the current tab.

github.com/openscad/openscad - 7d988c0652481cccd238dd20ff610061db3e3f89 authored about 3 years ago
revert my change, because Kintel made the same change in master branch

github.com/openscad/openscad - 77148aee8770f08ceb728e93f3eecc4f0333e340 authored about 3 years ago
libxml2 comes with macOS, removing any existing custom installation

github.com/openscad/openscad - c7aab1ae4f033d1e95fa234840352b2426a026b1 authored about 3 years ago
Make script work without first setting OPENSDCADDIR, for interactive usage

github.com/openscad/openscad - 24aefdbaabd9678bd198488626f896f65aa2759c authored about 3 years ago
Fix sed argument causing a '-e' backup file

github.com/openscad/openscad - 4b2bd861b09901521e04ba11297b3370777b4080 authored about 3 years ago
Build output for Sparkle

github.com/openscad/openscad - 9a2894de57f2c564ad3376e3bc7700a6538aa2fc authored about 3 years ago
Some GLIB2 dependencies may be built-in libraries, so don't search for them in our install dir

github.com/openscad/openscad - eedf37059ca9ce81c09b9270c99257c3d7f74c43 authored about 3 years ago
macOS build fix: QScintilla wasn't properly cleaned before build, potentially leaving caches from old build

github.com/openscad/openscad - e495cee4488e4acc2e6cadeec501b1e604dfec06 authored about 3 years ago
Rewrite comment to not mention qmake

github.com/openscad/openscad - ac8fe75106e574ab4633a9e9ae237a634023c30f authored about 3 years ago
Update macOS icons to Big Sur style (#3970)

Also, let macOS automatically generate the document icon on macOS 11 and newer (feature does not...

github.com/openscad/openscad - 6ccd17180cd00ae2365c0ff3ac1f009f431d9455 authored about 3 years ago
Merge pull request #4029 from mark0815/master

Updates link in toc of README.md

github.com/openscad/openscad - 1b59445961110cd0d20fd8911594bd098e58f47f authored about 3 years ago
Updates links in toc

github.com/openscad/openscad - 622843fa242f71e26fb4db7876b860600b2df295 authored about 3 years ago
Merge branch 'openscad:master' into heightmap_work

github.com/openscad/openscad - 71a5fe2ede54f9e362fc47290fe910fab4c65c52 authored about 3 years ago
Merge pull request #4010 from sublim9/vector-swizzling

Vector swizzle feature.

github.com/openscad/openscad - 04aa887cd3e842fa7e117817c727c53ff3876d72 authored about 3 years ago
Merge pull request #4026 from ChrisCoxArt/lexertl_integration

Lexertl integration - upgrade syntax coloring.

github.com/openscad/openscad - d4d2285039227f9fd1e6f122a64ff1e55d38dc78 authored about 3 years ago
Update rules.

github.com/openscad/openscad - ca6e7b2402202ed7aa8b2b9e189a9be8e7da667f authored about 3 years ago
Merge branch 'master' into lexertl_integration

# Conflicts:
# src/ScadLexer.cc

github.com/openscad/openscad - 06617fd66c13ac3408f9a4ca1ed7cd7b0035a1a8 authored about 3 years ago
Merge pull request #3901 from openscad/extend-autocomplete

Auto complete directories and files for use<> and include<>.

github.com/openscad/openscad - e6c567f3eda9406d9e573f920ec9b7b6a7c68f1f authored about 3 years ago
work around CodeQL warnings in lextertl

github.com/openscad/openscad - 304897b8147de6f24ec1d9bc9382a52d7d634043 authored about 3 years ago