tornavis/extern/curve_fit_nd
Brecht Van Lommel e06561a27a Build: replace Blender specific DEBUG by standard NDEBUG
NDEBUG is part of the C standard and disables asserts. Only this will
now be used to decide if asserts are enabled.

DEBUG was a Blender specific define, that has now been removed.

_DEBUG is a Visual Studio define for builds in Debug configuration.
Blender defines this for all platforms. This is still used in a few
places in the draw code, and in external libraries Bullet and Mantaflow.

Pull Request: https://projects.blender.org/blender/blender/pulls/115774
2023-12-06 16:05:14 +01:00
..
intern Build: replace Blender specific DEBUG by standard NDEBUG 2023-12-06 16:05:14 +01:00
CMakeLists.txt Cleanup: CMake: Modernize bf_extern_curve_fit_nd dependencies 2023-08-03 16:50:25 +02:00
README.blender Cleanup: update curve_fit_nd (no functional changes) 2022-06-29 09:55:44 +10:00
curve_fit_nd.h Cleanup: update curve_fit_nd (no functional changes) 2022-06-29 09:55:44 +10:00

README.blender

Project: Curve-Fit-nD
URL: https://github.com/ideasman42/curve-fit-nd
License: BSD 3-Clause
Upstream version: ae32da9de264c3ed399673e2bc1bc09003799416 (Last Release)
Local modifications: None