0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reformatted code to use tabs instead of spaces More... over 8 years ago
Updated interface to count number of user-defined functions More... over 8 years ago
Updated changelog to move build to 0.32 More... over 8 years ago
Bumpted version to 0.32. Added context to user functions. Converted indentations tabs to spaces. More... over 8 years ago
Added user-definable unary functions More... over 8 years ago
Moved version up to 0.31 More... almost 9 years ago
Added aclocal.m4 for autobuild More... almost 9 years ago
Added another intermediate configure file More... almost 9 years ago
Added intermediate configure files More... almost 9 years ago
Added pkg-config generation for libsymbolic. More... almost 9 years ago
First attempt to Debianized libsymbolic More... almost 9 years ago
Updated configuration files for 0.3.0 release. More... over 9 years ago
Updated configure script to support unusual library archivers. More... about 10 years ago
Fixed a bug in the Symbolic library that could cause the parsing of decimals to result in a floating point exception (division by zero) due to simplification using GCDs. More... over 10 years ago
Added functions to Symbolic library to allow better management of variables. More... over 10 years ago
Updated Symbolic INSTALL file to include instructions for building the source package. More... almost 12 years ago
Updated Symbolic version number to 0.25. More... almost 12 years ago
Changes use of fgets in Symbolic to check the return value. More... almost 12 years ago
Changed Symbolic C-string output so that (a**b) is output as pow(abs(a), b) rather than pow(a, b). This is to compensate for the fact that pow is undefined in GLSL 1.2 when a is negative. Might need a better solution in the long term (since this assumes b is an even integer). Also added in some interface code to allow user input calculations for testing purposes. More... almost 12 years ago
Updated Symbolic version number to 0.2.4. More... almost 12 years ago
Updated Symbolic INSTALL file instructions. More... almost 12 years ago
Updated Symbolic to allow building on a Raspberry Pi. More... almost 12 years ago
Updated ln function conversion to string for C-like GLSL shader output. More... over 12 years ago
Updated Symbolic library to improve C-style output that can be used in GLSL shader code. More... over 12 years ago
Added operation output in C-style format to Symbolic library. More... over 12 years ago
Updated Symbolic autoconf and automake files. More... over 12 years ago
Symbolic project files updated for use with Visual Studio 2008 (v9.0). More... almost 13 years ago
Updated Symbolic autoconf to include AM_PROG_CC_C_O More... over 14 years ago
Removed noprintf from Symbolic library is it causes problems for CLR support. Fixed the Visual Studio project to allow creation of release builds. More... almost 15 years ago
Modified to allow building as a dll using Visual C++. More... almost 15 years ago