| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts: (Keeping these around as a record, there was some strangeness.
.gitignore
linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp
linden/indra/newview/llfloaterregioninfo.cpp
linden/indra/newview/llfloatertos.cpp
linden/indra/newview/llpanellogin.cpp
linden/indra/newview/skins/default/html/en-us/loading-error/index.html
linden/indra/newview/skins/default/html/en-us/loading/loading.html
linden/indra/newview/skins/default/xui/en-us/floater_about.xml
linden/install.xml
|
| |
| |
| |
| | |
GStreamer010Plugin.cmake and fixed some out-of-date lib requirements for Windows
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/| |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts (solved):
linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp
linden/indra/newview/llappviewer.cpp
linden/indra/newview/llappviewerwin32.cpp
|
| | |
| | |
| | |
| | | |
them with something generic.
|
| | |
| | |
| | |
| | | |
unused part though, so take the lazy way out.
|
| | |
| | |
| | |
| | |
| | |
| | | |
need to be reverted later.
Changed file names to.
|
| | |
| | |
| | |
| | |
| | | |
My policy is to have it all in the repo. None of this downloading pre built stuff from people with no guarantee that
they will still have the files a month from now. Been burnt with that before.
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| | |
(notes: need to add archives for iconv and gstreamer to install.xml, doesn't link yet)
|
|/
|
|
| |
Note: only VS2005 libs currently included
|
|
|
|
| |
GCC 4.0 on Mac OS X 10.5 can't handle SSE4, GCC 4.2 fails.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
To use ld.gold configure with:
-DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold".
ld.gold links the viewer on my machine in 8 seconds, as
opposed to 19 seconds with ld.bfd. Moreover, it uses a
LOT less memory during linking (about 750 MB instead of
2.5 GB!). Thanks to Siana Gearz for pointing out that
ld.gold is so much faster.
|
|
|
|
|
|
|
|
|
|
| |
See http://jira.secondlife.com/browse/SNOW-713
This patch makes llcommon shared. It contains the following snowglobe
(SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500,
3519 and 3531, plus the fix for all rejects. Note that changes
to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500
and 3625) were ignored as we don't have scripts/automated_build_scripts.
|
| |
|
| |
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
default, gcc-4.2 is used and 10.5 SDK is auto selected. Build from commandline in Release mode now work perfectly (./develop.py -t Release build) without the need for Xcode at all.
|
| | |
| | |
| | |
| | |
| | | |
Also, darwin doesn't use quicktime, so disabled compiling that plugin
for darwin.
|
|\ \ \ |
|
| |\ \ \
| | |/ / |
|
| | |/
| | |
| | |
| | | |
using standalone.
|
| | |
| | |
| | |
| | | |
can be sorted on windows
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
linden/indra/cmake/GStreamer.cmake
linden/indra/cmake/GStreamer.cmake was deleted: we're going to try to
use system libs, so any improvements that have been made in weekly have
been invane.
linden/indra/newview/llstartup.cpp
Trivial #include collision. One include added another removed. Fixed.
linden/indra/newview/lltoolpie.cpp
Collision with RLV, pretty trivial. Fixed.
linden/indra/newview/viewer_manifest.py
Trivial White space fix collision with commenting out of gstreamer libs. Fixed.
|
| | | |
|
| | |\ |
|
| | | | |
|
| | |/ |
|
|/ / |
|
| |
| |
| |
| |
| | |
Standalone now works (I have no idea why it worked before, since
obviously I tested it before committing the previous commit).
|
| |
| |
| |
| |
| |
| | |
If Qt is found in a non-standard place, you still have
to set LD_LIBRARY_PATH yourself (to $QTDIR/lib) before running
imprudence of course (or the webkit plugin will silently fail).
|
| |
| |
| |
| | |
Plus some white space fixes (TABs --> spaces) in install.xml.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
linden/doc/contributions.txt
linden/indra/cmake/GStreamer.cmake
linden/indra/cmake/LLMedia.cmake
linden/indra/cmake/OPENAL.cmake
linden/indra/llmedia/CMakeLists.txt
linden/indra/llprimitive/material_codes.h
linden/indra/newview/chatbar_as_cmdline.cpp
linden/indra/newview/llappviewer.cpp
linden/indra/newview/llfloatertos.cpp
linden/indra/newview/llstartup.cpp
linden/indra/newview/llviewerwindow.cpp
linden/indra/newview/llvoavatar.cpp
linden/indra/newview/pipeline.cpp
linden/indra/newview/pipeline.h
linden/indra/newview/viewer_manifest.py
linden/install.xml
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
who ever builds a release with that needs to consider to install some
really old gstreamer at /usr/local/lib - lenny has 0.10.19
|
| | |
| | |
| | |
| | |
| | |
| | | |
loading.
Issue: llqtwebkit needs update for Linux 64bit
|
| | | |
|
| | |
| | |
| | |
| | | |
Linux or Mac as I can't test them)
|
| | | |
|