summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-09-29DRTVWR-409: merge DRTVWR-368Rider Linden
2015-09-24MAINT-5282: I've removed most of the depricated Merchant Outbox code and the ↵Rider Linden
links to it in the menus. Also removed the Outbox Floater and made the folder always hidden if empty in inventory. (There may still be some outstanding Outbox code that was not obvious that I have missed.)
2015-09-14MAINT-5507: Remove HTTPClient and related cruft.Rider Linden
2015-09-11Bit of cleanup around Translation and remove httpassetstorageRider Linden
2015-09-10MAINT-5575: Finished converting experience cache to singletonRider Linden
MAINT-4952: Coverted VMM to coroutines
2015-09-02Move associated experience fetching into the ExperienceCache as a coro ↵Rider Linden
remove the responder.
2015-09-01MAINT-5575: Convert the Experience cache into a coro based singleton.Rider Linden
--HG-- branch : MAINT-5575
2015-08-19Swap BOOST_COROUTINE and BOOST_CONTEXTRider Linden
2015-08-17Adding llcorehttp to linksRider Linden
2015-08-14MAINT-5506: Converted llmessage untrusted sim message responder to coroutine.Rider Linden
Removed HTTPSender, HTTPNullSender, HTTPCapSender. Moved UntrustedMessageCap storage into LLHost Added boost libraries to PROJECT_x_TEST linkage.
2015-08-11MergeRider Linden
2015-08-07Merge fix - clearing duplicatesandreykproductengine
2015-08-04Merge downstream code and become version 3.8.3andreykproductengine
2015-07-23Remove unused code and llassetuploadresponders files.Rider Linden
2015-07-20Remove old "compile queue" and replace with the coroutine based upload queue.Rider Linden
2015-07-14merge 3.8.0-release and correct xml errors caused by reformattingOz Linden
2015-07-02Merge downstream code and become version 3.8.1andreykproductengine
2015-07-01MergeRider Linden
2015-06-30Initial checkin for uploading via coroutine.Rider Linden
2015-06-23Start work on coprocedure manager.Rider Linden
2015-06-17Coding policy fixesRider Linden
2015-06-09Removed dead code, llsdmessage, llcapabilitylistener and the associated tests.Rider Linden
2015-06-09Removed homelocation responder (rolled into llagent)Rider Linden
Removed sdhandler from llagent. Removed unused values from llacountingccostmgr Fixed smart pontier creation in llfacebook
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-05-28Remove the display name floaterRider Linden
2015-05-14Converted the Server release notes URL,Rider Linden
classified and click tracker, Avatar hover height Pass the http_results on successfull call back style completion as well.
2015-05-08Updated llfloatermodeluploadbase to LLCore::HttpRider Linden
2015-05-01Move remote parcel request to a coro in LLRemoteParcelInfoProcessorRider Linden
Fix typo in twitter. Disable unit test for remote parcel info request until test infrastructure for new core is done.
2015-04-29Merge from viewer-releaseandreykproductengine
2015-04-28Convert some elements to STLRider Linden
2015-04-28Converting llmediaclient to new order.Rider Linden
Temp disable llmediaclient's unit tests for link issues.
2015-04-15Merge viewer-releasesimon
2015-04-03Merged lindenlab/viewer-tools-update into defaultRider Linden
2015-04-02OrderingRider Linden
2015-04-02Explicitly call out the RT library for tests in LinuxRider Linden
2015-04-02Linux linker order.Rider Linden
2015-03-24Merge with viewer-release and become 3.7.27andreykproductengine
2015-03-23Pull merge from lindenlab/viewer-releaseMerov Linden
2015-03-16Merge lindenlab/viewer-tools-updateMerov Linden
2015-02-27Pull merge from lindenlab/viewer-releaseMerov Linden
2015-03-23merge changes for 3.7.26-releaseOz Linden
2015-02-27Merge viewer-release and become 3.7.26andreykproductengine
2015-02-25mergeBrad Payne (Vir Linden)
2015-02-24Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-02-24merge changes for 3.7.25-releaseOz Linden
2015-01-19On Linux, don't try to copy SLPlugin or the webkit or gstreamer pluginsNat Goodspeed
since we're not building them as part of the viewer build any more.
2015-01-19Link viewer with OpenAL if appropriateNat Goodspeed
2015-01-07First cut at consuming new slplugins autobuild package.Nat Goodspeed
The contents are extracted, but not yet built into the viewer installer.
2014-12-19Sort include(...) lines to make it easier for a person to verify.Nat Goodspeed
2014-12-17Delete misleading comment about testing llcapabilitylistener.Nat Goodspeed
There was a comment in CMakeLists.txt left over from 2009 (!) about commenting out the unit test for llcapabilitylistener. Fortunately we've since reinstated the test as an integration test, but the comment was never removed -- until now.