Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-09 | STORM-981 : Fix Linux link issues when LL_TESTS is ON | Merov Linden | |
2011-02-09 | STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has ↵ | Jonathan Yap | |
been used | |||
2011-02-08 | STORM-953 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-955 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-960 : pull into viewer-development | Merov Linden | |
2011-02-07 | STORM-975 forgot to update contributions.txt | Jonathan Yap | |
2011-02-07 | STORM-974 forgot to edit contributions.txt | Jonathan Yap | |
2011-02-05 | Introduces a LLThreadLocalData class that can be | Aleric Inglewood | |
accessed through the static LLThread::tldata(). Currently this object contains two (public) thread-local objects: a LLAPRRootPool and a LLVolatileAPRPool. The first is the general memory pool used by this thread (and this thread alone), while the second is intended for short lived memory allocations (needed for APR). The advantages of not mixing those two is that the latter is used most frequently, and as a result of it's nature can be destroyed and reconstructed on a "regular" basis. This patch adds LLAPRPool (completely replacing the old one), which is a wrapper around apr_pool_t* and has complete thread-safity checking. Whenever an apr call requires memory for some resource, a memory pool in the form of an LLAPRPool object can be created with the same life-time as this resource; assuring clean up of the memory no sooner, but also not much later than the life-time of the resource that needs the memory. Many, many function calls and constructors had the pool parameter simply removed (it is no longer the concern of the developer, if you don't write code that actually does an libapr call then you are no longer bothered with memory pools at all). However, I kept the notion of short-lived and long-lived allocations alive (see my remark in the jira here: https://jira.secondlife.com/browse/STORM-864?focusedCommentId=235356&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-235356 which requires that the LLAPRFile API needs to allow the user to specify how long they think a file will stay open. By choosing 'short_lived' as default for the constructor that immediately opens a file, the number of instances where this needs to be specified is drastically reduced however (obviously, any automatic LLAPRFile is short lived). *** Addressed Boroondas remarks in https://codereview.secondlife.com/r/99/ regarding (doxygen) comments. This patch effectively only changes comments. Includes some 'merge' stuff that ended up in llvocache.cpp (while starting as a bug fix, now only resulting in a cleanup). *** Added comment 'The use of apr_pool_t is OK here'. Added this comment on every line where apr_pool_t is correctly being used. This should make it easier to spot (future) errors where someone started to use apr_pool_t; you can just grep all sources for 'apr_pool_t' and immediately see where it's being used while LLAPRPool should have been used. Note that merging this patch is very easy: If there are no other uses of apr_pool_t in the code (one grep) and it compiles, then it will work. *** Second Merge (needed to remove 'delete mCreationMutex' from LLImageDecodeThread::~LLImageDecodeThread). *** Added back #include <apr_pools.h>. Apparently that is needed on libapr version 1.2.8., the version used by Linden Lab, for calls to apr_queue_*. This is a bug in libapr (we also include <apr_queue.h>, that is fixed in (at least) 1.3.7. Note that 1.2.8 is VERY old. Even 1.3.x is old. *** License fixes (GPL -> LGPL). And typo in comments. Addresses merov's comments on the review board. *** Added Merov's compile fixes for windows. | |||
2011-02-03 | merge | Tofu Buzzard | |
2011-02-03 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-02 | STORM-953 Clarify what happens when you uncheck Allow Public Access | Jonathan Yap | |
Note: This change also incorporates STORM-960 | |||
2011-02-02 | STORM-960 Descriptive text missing next to first checkbox in About Land/Access | Jonathan Yap | |
Contribution team: Aleric Inglewood, Alexandrea Fride, Robin Cornelius, and Siana Gearz | |||
2011-02-02 | STORM-435 : pull into viewer-development | Merov Linden | |
2011-02-01 | merge | Tofu Buzzard | |
2011-02-01 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-31 | merge changes for storm-829 | Oz Linden | |
2011-01-26 | Embed Minimap into the Nearby list of the People Sidebar | Twisted Laws | |
2011-01-24 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-24 | VWR-24321: fix validation of textures that start with 00 | Aleric Inglewood | |
2011-01-21 | add missing entry in contributions.txt for VWR-24347 | Oz Linden | |
2011-01-21 | VWR-24519: make debugging easier by not spawning spare process | Aleric Inglewood | |
2011-01-21 | VWR-24354: correct manifest dependencies to prevent parallel install problem | Aleric Inglewood | |
2011-01-21 | merge changes for storm-844 | Oz Linden | |
2011-01-21 | merge changes for storm-869 | Oz Linden | |
2011-01-21 | Automated merge up from viewer-development | Loren Shih | |
2011-01-20 | VWR-24320: remove dump of call stack on clean exit | Aleric Inglewood | |
2011-01-20 | VWR-24317: remove warning due to unassigned variable | Aleric Inglewood | |
2011-01-20 | VWR-24315: update cached control values when resetting debug setting to default | Aleric Inglewood | |
2011-01-20 | VWR-13040 - clean up LLObjectSelection iterator | Aleric Inglewood | |
2011-01-19 | STORM-869 Minor irregulaties in settings.xml -- remove duplicate entries, ↵ | Jonathan Yap | |
formatting cleanup | |||
2011-01-18 | merged VWR-24520: Don't use pkg_check_modules( ... QUIET ) on CMake < 2.8.2 | Boroondas Gupte | |
2011-01-17 | VWR-24520: Don't use pkg_check_modules( ... QUIET ) on CMake < 2.8.2 | Boroondas Gupte | |
CMake before 2.8.2 doesn't support QUIET for pkg_check_modules(), yet. Credit goes to Aleric, 'cause he told me what to change. | |||
2011-01-17 | merge changes for vwr-24420 | Oz Linden | |
2011-01-17 | VWR-24217: allow Contents folder from object to be dragged to inventory | Kitty Barnett | |
2011-01-16 | STORM-844 Better way of doing "More" should be "Less" when Media Control is open | Jonathan Yap | |
thanks to Twisted Laws | |||
2011-01-16 | FIX VWR-24509 Fix SSAO speckling artifacts at distance, re-enable distant SSAO | Tofu Buzzard | |
(transplanted from ef938dea0504b12fcf802f38fcf5457ba566c468) | |||
2011-01-13 | Automated merge up from viewer-development | Loren Shih | |
2011-01-12 | STORM-723 : pull in viewer-development | Merov Linden | |
2011-01-12 | STORM-615 : pull in viewer-development | Merov Linden | |
2011-01-12 | STORM-844 Minor adjustment to contributions.txt | Jonathan Yap | |
2011-01-12 | STORM-844 "More" should be "Less" when Media Control is open | Jonathan Yap | |
2011-01-10 | Automated merge up from viewer-development | Loren Shih | |
2011-01-09 | merge VWR-24420 into v-d | Thickbrick Sleaford | |
2011-01-09 | FIX VWR-24420 Keep alpha channel in PNG images with background color. | Thickbrick Sleaford | |
Remove code that composites RGBA PNG images that specify a background color down to RGB. | |||
2011-01-07 | VWR-1095 fix for problems with uploads following bulk upload failure | Coaldust Numbers | |
de minimus contribution accepted without CA - Oz Linden | |||
2011-01-07 | STORM-435 There is no space between name of object and value of object in ↵ | Jonathan Yap | |
Chat step while creating new gesture | |||
2011-01-07 | Automated merge up from viewer-development | Loren Shih | |
2011-01-06 | merge changes for storm-812 | Oz Linden | |
2011-01-06 | Automated merge up from viewer-development | Loren Shih | |
2011-01-06 | STORM-829 Viewer 2 does not parse /me in object Instant Messages | Jonathan Yap | |