index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
Age
Commit message (
Expand
)
Author
2022-04-18
Round one to support conan for 3P packages, this allows to build the viewer o...
Nicky
2022-04-18
- More include changes for xmlrpc.h
Nicky
2022-04-18
Another instance where LLFilePicker::getSaveFile had the wrong number of argu...
Nicky
2022-04-18
Use correct namespace for bind, must be phoenix::bind or there is confusion w...
Nicky
2022-04-18
in case of systemlibs (conan right now), xmlrpc header structure is slightly ...
Nicky
2022-04-18
llrender does not need a dependency on sdl. There was some comment out code w...
Nicky
2022-04-18
ASN1_STRING_data is depreacted.
Nicky
2022-04-18
Correctio for preproc #else
Nicky
2022-04-18
Add argument missing from implementation
Nicky
2022-04-18
Use correct type
Nicky
2022-04-18
Remove some remnants of breakpad.
Nicky
2022-04-18
Enable LL_OS_DRAGDROP_ENABLED for Linux
Nicky
2022-04-18
Need to use list( APPEND ... to append to a list.
Nicky
2022-04-18
Remove obsolete targets and dependencies.
Nicky
2022-04-18
zlib-ng for Linux is still broken. This needs revisiting, but at least gets u...
Nicky
2022-04-18
Fixup for Linux media plugins.
Nicky
2022-04-18
Introduce ll::fontconfig target (missing the correct link library, but at lea...
Nicky
2022-04-18
ll::sdl had a wrong include directory.
Nicky
2022-04-18
Remvoe -D that had been passed in front of each entry of add_compile_definiti...
Nicky
2022-04-18
- Change OpenAL to OPENAL to match the correct filename, Windows and OSX use ...
Nicky
2022-04-18
jsoncpp includepath should not include json/. jsoncpp includes a header "feat...
Nicky
2022-04-17
Remove function create_target and instead directly use add_library
Nicky
2022-04-17
Switch to target_include_directories
Nicky
2022-04-17
Switch over to standard target_link_libraries (cmake requirements are high en...
Nicky
2022-04-16
Remove another place where there was some hand crafted logic to deal with bug...
Nicky
2022-04-16
Streamline fmodstudio/openal targets:
Nicky
2022-04-16
Streamline bugsplat target:
Nicky
2022-04-16
Cleanup plugin, create proper target for link libraries. Remove unused
Nicky
2022-04-16
Remove undefined variables
Nicky
2022-04-16
Pull in LL_GLOD=1 via target, not by hand crafted magic.
Nicky
2022-04-16
Include Linking to pull in the definition of ARCH_PREBUILT_DIRS_RELEASE
Nicky
2022-04-16
Cleanup, remove unused variable
Nicky
2022-04-16
Make Pulseaudio.cmake just error out. a) it is broken (there is no 3p
Nicky
2022-04-16
Cleanup
Nicky
2022-04-16
Remove unused HEADLESS case
Nicky
2022-04-16
Cleanup
Nicky
2022-04-16
Removed unused HEADLESS case.
Nicky
2022-04-16
slvoice_src_dir seems generally not used/ever valid. Not 100% sure
Nicky
2022-04-16
Remove unused variable.
Nicky
2022-04-16
Initialize variables so that calling cmake with "--warn-unused-vars --warn-un...
Nicky
2022-04-16
Use variable LLSTARTUP_COMPILE_FLAGS only when it is defined.
Nicky
2022-04-16
Remove some more obsolete includes (UnixInstall) and include_directories()
Nicky
2022-04-16
create target ll::uilibraries to have one common target that defines what each
Nicky
2022-04-16
Go back to more modern way to compile the physics stub
Nicky
2022-04-16
Remove undefined variable GOOGLE_PERFTOOLS_LIBRARIES
Nicky
2022-04-16
Do not use ${ARCH}_linux_INCLUDES atm
Nicky
2022-04-16
Remove unset GOOGLEMOCK_INCLUDE_DIRS variable.
Nicky
2022-04-16
Fix a typo.
Nicky
2022-04-16
Only try copy voice files from slvoice_src_dir if that variable is set (seems...
Nicky
2022-04-16
Remove obsolete message
Nicky
[next]