Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-12 | Fix up remaining llround() -> ll_round() issues | callum_linden | |
2014-12-12 | Another round of ll_round() | Nat Goodspeed | |
2014-12-11 | Fix a couple more ll_round() calls | Nat Goodspeed | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-09-27 | fix dos line endings | Oz Linden | |
2012-09-12 | Restore alignment tests that were removed earlier | simon@Simon-PC.lindenlab.com | |
2012-09-12 | Fix alignment_test for array allocations. Reviewed by Runitai | simon@Simon-PC.lindenlab.com | |
2012-09-12 | Another attempt at unsticking build. | Dave Parks | |
2012-09-12 | Attempt to unblock build. | Dave Parks | |
2012-09-11 | Another stab at fixing alignment_test.cpp | Dave Parks | |
2012-09-10 | Fix for alignment_test.cpp compilation errors. | Dave Parks | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-07-02 | disable alignment tests in debug builds (where they fail) | Oz Linden | |
2012-06-22 | line endings fix | Brad Payne (Vir Linden) | |
2012-01-26 | assert fix for mempyNonAliased16 call | Brad Payne (Vir Linden) | |
2012-01-04 | Fix for build failure | Brad Payne (Vir Linden) | |
2012-01-04 | SH-2789 WIP - stricter calling of memcpyNonAliased16 | Brad Payne (Vir Linden) | |
2011-12-19 | SH-2789 WIP - various fixes to force 16-byte alignment | Brad Payne (Vir Linden) | |
2011-12-15 | SH-2789 WIP - tests for alignment | Brad Payne (Vir Linden) | |
2011-08-22 | EXP-1129 FIX SLURLs with only 2 coordinates are interpreted as center of sim | Richard Nelson | |
reviewed by Leslie | |||
2011-05-02 | merge | Dave Parks | |
2011-04-29 | Merged with viewer-development. | Ricky Curtice | |
The reason was to manually resolve a couple of merge problems, as upstream has had several changes since this was applied, and some of the changes overlapped. | |||
2011-04-04 | Parenthisized a #define to make it safer, adjusted some notes (and added a ↵ | Ricky Curtice | |
TODO) around some extremely obscure code that needs further attention but which is outside this scope. | |||
2011-03-21 | fix DOS line endings | Oz Linden | |
2011-03-14 | Pull from jenn_linden/viewer-vs2010 | Merov Linden | |
2011-03-10 | Squared all dist_vec() based comparisons and other dist_vec() operations ↵ | Ricky Curtice | |
where sensible. Not all instances of dist_vec() were squared, only those where it wouldn't (hopefully) change the functionality. | |||
2011-04-04 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-16 | fix dos line endings | Oz Linden | |
2011-01-24 | fix warnigs caused by skipping test. | Alain Linden | |
2011-01-20 | Skip LLMatrix3::orthogonalize test which appears to failing in ↵ | jenn | |
platform-dependent ways. | |||
2011-01-20 | LLMatrix3::orthogonalize test was failing; possibly due to new lib ↵ | jenn | |
dependencies or architecture on the build machines? Trying updating expected float values to see if it begins to pass. Updated expected values to match result of query on WolframAlpha.com (mathematica): N[Orthogonalize[{{1,4,3},{1,2,0},{2,4,2}}],8] | |||
2011-01-06 | Automated merge up from viewer-development | Loren Shih | |
2010-12-28 | STORM-825 : Reenable the LLMatrix3::orthogonalize test in ↵ | Wolfpup Lowenhar | |
llmath/tests/m3math_test.cpp Removed the skipping of a working test as this was causeing a the test to fail building and thus not actualy running all the tests. | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-09-27 | merge | Dave Parks | |
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-08-26 | buildfix: fixing linux build to handle new SSE2 architecture | Nyx (Neal Orman) | |
code reviewed by davep and falcon | |||
2010-08-24 | standardizing test suite names as class name under test | Aaron Terrell (Enus) | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-15 | SNOW-620 PARTIAL Infinite loop in LLSphere::getBoundingSphere | Tofu Linden | |
Neither the test nor the code being tested are good - the unit test can hang. Skipping test for now, passing over to the sim maint backlog. | |||
2009-10-19 | merge | Steve Bennetts | |
2009-10-16 | merge from latest svn/viewer-2-0 to hg/viewer-2-0 | Mark Palange (Mani) | |
2009-10-16 | DEV-41080 more automated testing love - minor comment fixing. | Adam Moss | |
2009-10-15 | skip a failing resurrected test in m3math >:( | Adam Moss | |
2009-10-15 | DEV-41368 resurrect dead m3math tut test, convert it to a llmath integration ↵ | Adam Moss | |
test. | |||
2009-10-15 | DEV-41345 turn llmodularmath_tut into a real llmath unit test. | Adam Moss | |
2009-10-13 | DEV-40417: Fixed a few cases where gcc 4.x can emit warnings | Martin Reddy | |
suggesting the use of extra parentheses. | |||
2009-10-08 | DEV-41080 fix and upgrade v4color_test.cpp to a real unit test. | Adam Moss | |