0
I Use This!
Activity Not Available

Commits : Listings

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