11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Accept relative path in configure invokation. Regeneration of build files. More... over 24 years ago
Re-apply the header comparison patch for automake/header.am. More... over 24 years ago
Optimized lazy evaluation by adding virtual methods in SoElement. Optimized some code by inlining frequently used methods. More... over 24 years ago
Fixed a bug: should not notify if not auditing. More... over 24 years ago
Initial support for auto caching. Done by pederb. More... over 24 years ago
Build files regeneration. More... over 24 years ago
Slightly changed dll-generation rule. Install .pdb file. Uninstall dll-related files on "make uninstall". More... over 24 years ago
Ignore the $RANLIB step when building with MS VC++. Setup for giving the .pdb file the name src/coin$COIN_MAJOR_VRSION.pdb. More... over 24 years ago
Remove correct files on --clean. Assume --add if mkinstalldirs is missing. More... over 24 years ago
Updated depcomp with improved gcc 3 support. More... over 24 years ago
Patch for cygpath problem in ltconfig. Apply patch from bootstrap if libtoolize is run. More... over 24 years ago
Reordering of bootstrap process. Use the name simage$major.pdb while building instead of the default vc60.pdb. Uninstall dll-related files on "make uninstall". More... over 24 years ago
Accept relative path invokation of configure with VC++. Install .pdb file together with .dll. Bootstrap with the latest utilities. More... over 24 years ago
Implements support for material and normal binding PER_SEGMENT for this shape. More... over 24 years ago
Fixes *horrible* bug in SoMField::insertSpace(). Found and fixed by Ulf Labsik. More... over 24 years ago
Correcting previous corrections for IRIX `ar' fix. We now patch ltmain.sh after doing libtoolize from bootstrap. More... over 24 years ago
Correction to the IRIX $AR problem fix. More... over 24 years ago
Update to accommodate new placement of configure-related files. More... over 24 years ago
Bugfix: factor and units were swapped when sent to GL. Also tries to detect if user attempts to specify a bias instead of units when glPolygonOffsetEXT is used. More... over 24 years ago
Move auxiliary scripts into cfg/ and rename conf-macros/ to cfg/m4/. Remove obsolete file info.cvs. More... over 24 years ago
Optimizes SoGLCoordinateElement::send(), done by pederb. More... over 24 years ago
Optimization: Inlined the operator[] methods. By pederb. More... over 24 years ago
Small optimization: Avoid four function calls in this frequently used method. By pederb. More... over 24 years ago
Optimized SoState::push/pop by storing which elements are pushed, instead of doing a linear search in SoState::pop. More... over 24 years ago
FIXME comment about the IRIX library build workaround hack. More... over 24 years ago
Adds IRIX fix for libtool. More... over 24 years ago
Added IRIX fix for libtool setup. Reordered bootstrap ordering, so autoconf is run before autoheader, and automake is run last. More... over 24 years ago
Reversed to libtool 1.3.5 (solved the IRIX $AR problem another way). More... over 24 years ago
Return to libtool 1.3.5. Added fix for setting up libtool for using 'CC -ar' on IRIX. More... over 24 years ago
Make it easier to have multiple Coin versions installed on the same system. More... over 24 years ago