Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | DRTVWR-418: Have to #include "llkdumem.h" even when not LL_DARWIN. | Nat Goodspeed | |
2016-11-03 | DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes. | Nat Goodspeed | |
2016-11-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-07-22 | MAINT-6584: Convert LLImage class hierarchy to standard 'bool' | Nat Goodspeed | |
instead of legacy BOOL. | |||
2016-05-19 | Automated merge with tip of viewer-release to pick up 4.0.5 | callum_linden | |
2016-04-25 | DRTVWR-418: Fix indra/llkdu wrapper for changes in KDU 7.8 API. | Nat Goodspeed | |
KDU 7.8 introduces a number of changes to its API, most notably by moving public symbols into a variety of kdu_something namespaces. While this is laudable in a general sense, it does require quite a bit of diagnostic building and patching to update legacy code. Since llimagej2ckdu_test.cpp lamentably stubs out pretty much the entire KDU API, we must also fix those stubs for signature changes even to functions we don't otherwise reference. NOTE: This commit still leaves four symbols undefined. Below I have taken the liberty of juxtaposing the error line with the output from dumpbin /exports build-vc120/packages/lib/release/kdu.lib. I see no differences. unresolved symbol (?kdu_convert_ycc_to_rgb_rev16@kdu_core@@3P6AXPAF00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev16)(short *,short *,short *,int)" ?kdu_convert_ycc_to_rgb_rev16@kdu_core@@3P6AXPAF00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev16)(short *,short *,short *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_irrev16@kdu_core@@3P6AXPAF00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev16)(short *,short *,short *,int)" ?kdu_convert_ycc_to_rgb_irrev16@kdu_core@@3P6AXPAF00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev16)(short *,short *,short *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_rev32@kdu_core@@3P6AXPAH00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev32)(int *,int *,int *,int)" ?kdu_convert_ycc_to_rgb_rev32@kdu_core@@3P6AXPAH00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev32)(int *,int *,int *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_irrev32@kdu_core@@3P6AXPAM00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev32)(float *,float *,float *,int)" ?kdu_convert_ycc_to_rgb_irrev32@kdu_core@@3P6AXPAM00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev32)(float *,float *,float *,int)) 24>C:\Users\Nat\linden\viewer64\build-vc120\newview\RelWithDebInfo\secondlife-bin.exe : fatal error LNK1120: 4 unresolved externals | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-01-16 | Linux llimagej2ckdu_test.cpp no longer needs obsolete stubs. | Nat Goodspeed | |
Use the same signatures as for the other platforms. | |||
2014-12-16 | Fix another empty #elif to plain #else. | Nat Goodspeed | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): fix function stubbing in KDU | callum_linden | |
2014-10-21 | Update to build on Xcode 6.0 (fix unit tests): turn off warnings for ↵ | callum_linden | |
multiple unused private members | |||
2013-10-01 | BUILDFIX: another unit test link seam with out of date code | Richard Linden | |
2013-09-05 | BUILDFIX: unit tests still using old sMemStat declarations | Richard Linden | |
2013-07-01 | BUILDFIX: reverted changes that attempted to automate mem track | Richard Linden | |
stat definition as they don't work on gcc/clang | |||
2013-07-01 | SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0% | Richard Linden | |
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-22 | merge with viewer-release | Richard Linden | |
2013-03-21 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
copied over scene load frame differencing changes from viewer-interesting made periodicrecording flexible enough to allow for indefinite number of periods added scene loading stats floater fixed collapsing behavior of container views | |||
2013-01-06 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools) | |||
2012-09-06 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-09-05 | Merge in latest viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Kelly Washington | |
follow up to fix test compiles. | |||
2012-06-26 | v-r to drano merge conflicts wip | Brad Payne (Vir Linden) | |
2012-06-08 | Merge pull from vir/drano | Merov Linden | |
2012-04-06 | SH-3060 : Fix kdu unit test I broke while changing mRate init policy | Merov Linden | |
2012-04-04 | SH-3060 : New byte range implementation. Intermediate (not working) state. | Merov Linden | |
2012-03-25 | SH-3050 : Parse an input codestream without decompressing it to find discard ↵ | Merov Linden | |
levels boundaries (test only). | |||
2012-02-27 | SH-2998 : Move Mac and Windows to use KDU 7.0.0 | Merov Linden | |
2012-02-27 | SH-1998 : Compatible API changes KDU v6.4.1 / v7.0.0 | Merov Linden | |
2011-05-04 | EXP-664 : Make encoding parameters more resilient to bad entries, add levels ↵ | Merov Linden | |
as encoding parameters, update test applet to support this | |||
2011-01-19 | Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next. | jenn | |
2010-12-28 | STORM-744 : Make getMetaData pass when all is stubbed | Merov Linden | |
2010-12-28 | STORM-744 : Throw exception consistently so llkdu fails consistently | Merov Linden | |
2010-12-28 | STORM-744 : Fix release building issue | Merov Linden | |
2010-12-24 | STORM-744 : Took code review into account, moving stuff back in protected or ↵ | Merov Linden | |
even private, fix things to work in debug mode, some clean up in j2coj also | |||
2010-12-17 | STORM-744 : Add llkdu unit tests, turn on and fix llworldmap unit tests in ↵ | Merov Linden | |
newview |