0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reformatted code to use tabs instead of spaces More... about 10 years ago
Updated interface to count number of user-defined functions More... over 10 years ago
Updated changelog to move build to 0.32 More... over 10 years ago
Bumpted version to 0.32. Added context to user functions. Converted indentations tabs to spaces. More... over 10 years ago
Added user-definable unary functions More... over 10 years ago
Moved version up to 0.31 More... over 10 years ago
Added aclocal.m4 for autobuild More... over 10 years ago
Added another intermediate configure file More... over 10 years ago
Added intermediate configure files More... over 10 years ago
Added pkg-config generation for libsymbolic. More... over 10 years ago
First attempt to Debianized libsymbolic More... over 10 years ago
Updated configuration files for 0.3.0 release. More... about 11 years ago
Updated configure script to support unusual library archivers. More... over 11 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... almost 12 years ago
Added functions to Symbolic library to allow better management of variables. More... almost 12 years ago
Updated Symbolic INSTALL file to include instructions for building the source package. More... over 13 years ago
Updated Symbolic version number to 0.25. More... over 13 years ago
Changes use of fgets in Symbolic to check the return value. More... over 13 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... over 13 years ago
Updated Symbolic version number to 0.2.4. More... over 13 years ago
Updated Symbolic INSTALL file instructions. More... over 13 years ago
Updated Symbolic to allow building on a Raspberry Pi. More... over 13 years ago
Updated ln function conversion to string for C-like GLSL shader output. More... almost 14 years ago
Updated Symbolic library to improve C-style output that can be used in GLSL shader code. More... almost 14 years ago
Added operation output in C-style format to Symbolic library. More... almost 14 years ago
Updated Symbolic autoconf and automake files. More... almost 14 years ago
Symbolic project files updated for use with Visual Studio 2008 (v9.0). More... over 14 years ago
Updated Symbolic autoconf to include AM_PROG_CC_C_O More... over 16 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... over 16 years ago
Modified to allow building as a dll using Visual C++. More... over 16 years ago