Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ecere/eC

Tags

0.0.5

Toggle 0.0.5's commit message
deps/zlib: Avoid including unused gz in builds

- This also avoids errors with latest Emscripten SDK

0.0.4

Toggle 0.0.4's commit message
ecrt/containers: Replacing custom QuickSort implementation with crums…

…ort/quadsort

- The No-Fail version of the QuickSort implementation from https://alienryderflex.com/quicksort/
  was not performing so well, possibly due to selecting the worst case O(N^2) to never run into the MAX_LEVELS limit.
- This addresses ecere/dggal#4

0.0.3

Toggle 0.0.3's commit message
bindings/py: Using os.add_dll_directory() in __init__.py

0.0.2

Toggle 0.0.2's commit message
ecrt/dataTypes: Fixed double stringification