phoenix-firestorm/indra/llmath
Aleric Inglewood 9531046609 STORM-955: VWR-24312: Massively duplicated objects
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me).
However, not everything was used and some more cleaning up was possible.

After this patch, and when compiling with optimization, there are no duplicates left
anymore that shouldn't be there in the first place. Apart from the debug stream
iostream guard variable, there are several static variables with the same name (r, r1,
r2, etc) but that indeed actually different symbol objects. Then there are a few
constant POD arrays that are duplicated a hand full of times because they are
accessed with a variable index (so optimizing them away is not possible). I left them
like that (although defining those as extern as well would have been more consistent
and not slower; in fact it would be faster theoretically because those arrays could
share the same cache page then).
2010-12-30 14:53:30 +01:00
..
tests STORM-825 : Reenable the LLMatrix3::orthogonalize test in llmath/tests/m3math_test.cpp 2010-12-28 19:14:33 -05:00
CMakeLists.txt Add CMake var LL_TESTS to optionally disable tests for build timing 2009-11-27 22:24:57 -08:00
camera.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
coordframe.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llbbox.cpp STORM-807 : Clean up code as discussed with Andrew 2011-01-10 18:01:16 -08:00
llbbox.h ER-407 child bounding boxes not rotated properly for encroachment returnability 2010-12-15 11:23:00 -08:00
llbboxlocal.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llbboxlocal.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llcamera.cpp STORM-955: VWR-24312: Massively duplicated objects 2010-12-30 14:53:30 +01:00
llcamera.h STORM-955: VWR-24312: Massively duplicated objects 2010-12-30 14:53:30 +01:00
llcoord.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llcoordframe.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llcoordframe.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llinterp.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llline.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llline.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmath.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmodularmath.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmodularmath.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lloctree.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llperlin.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llperlin.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llplane.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llquantize.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llquaternion.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llquaternion.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llrect.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llrect.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsdutil_math.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsdutil_math.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsphere.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsphere.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltreenode.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llv4math.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llv4matrix3.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llv4matrix4.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llv4vector3.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llvolume.cpp fix for SH-659: small textures not loaded 2011-01-18 14:08:21 -07:00
llvolume.h fix for SH-659: small textures not loaded 2011-01-18 14:08:21 -07:00
llvolumemgr.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llvolumemgr.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
m3math.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
m3math.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
m4math.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
m4math.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
raytrace.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
raytrace.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v2math.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v2math.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v3color.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v3color.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v3dmath.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v3dmath.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v3math.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v3math.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v4color.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v4color.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v4coloru.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v4coloru.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v4math.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
v4math.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
xform.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
xform.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00