Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-10 | `cpack -G Bundle` instead of `make install` on Mac | Erik Kundiman | |
Root project finally renamed to Megapahit, which has a nice effect of CPack: - Run preinstall target for: Megapahit CPack: - Install project: Megapahit [] but it's really because CPack Bundle file couldn't be renamed via CPACK_PACKAGE_NAME like on DEB, RPM, and FREEBSD. CPack determines its own destination root folder, which is Resources (I didn't find a way to set it to Contents). fixup_bundle is now run on the .app deep inside CPack staging folders so that the dependency copies will be included in the DMG. | |||
2024-07-07 | Links to SLPlugin's dependencies after install | Erik Kundiman | |
cause SLPlugin's Frameworks wouldn't exist yet before installation. | |||
2024-07-07 | macOS install DESTINATIONs are relative paths now | Erik Kundiman | |
but set CMAKE_INSTALL_PREFIX to newview/Megapahit.app/Contents. | |||
2024-07-06 | Fill SLPlugin.app Frameworks directory with links | Erik Kundiman | |
Adding custom command to fix SLPlugin's references wouldn't have any effect because fixup_bundle will overwrite them in install stage. | |||
2024-07-05 | `make install` on macOS installs SLPlugin app | Erik Kundiman | |
Turns out the custom command was only for bundling it, not necessarily installing it. | |||
2024-07-05 | `make install` on macOS copies resources to bundle | Erik Kundiman | |
Except for SLPlugin since there's already a custom command for it. | |||
2024-06-06 | Change LL_FREEBSD to already existing __FreeBSD__ | Erik Kundiman | |
So we don't need to have a custom environment -DLL_FREEBSD=1 setting. | |||
2024-05-16 | Merge tag '7.1.7-release' | Erik Kundiman | |
source for viewer 7.1.7.8974243247 | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-12-15 | Merge tag '7.1.1-release' | Erik Kundiman | |
source for viewer 7.1.1.7039128750 | |||
2023-08-26 | CPack for packaging (when PACKAGE set to on) | Erik Kundiman | |
Since we could use the dynamic versioning from the configuration phase of CMake, the inclusion is put in BuildVersion.cmake. Other CPACK variables are usually static so can be set when running cmake. CPack somehow doesn't pick up the DESTINATION values in ViewerInstall (slplugin & libvlc too) from UnixInstall, so they're they're partially hardcoded again there. | |||
2023-07-30 | SLPlugin is in libexec when installed to system | Erik Kundiman | |
2023-07-29 | Setting BUILD_SHARED_LIBS on is now possible | Erik Kundiman | |
by removing cyclic dependencies, and allowing shlib undefined on SLPlugin alone. | |||
2023-07-21 | replaces deprecated (since 10.12) reference to NSAnyEventMask with the ↵ | Lars Næsbye Christensen | |
replacement NSEventMaskAny. Functionality unaltered. | |||
2023-07-19 | FreeBSD follows Darwin & Linux on llplugin | Erik Kundiman | |
2022-05-07 | Adapt gnerator expression usage to work on OSX. | Nicky | |
2022-05-01 | Remove setting of HEADER_FILE_ONLY on .h* files, cmake automatically | Nicky | |
sets the property on those. | |||
2022-04-16 | Cleanup plugin, create proper target for link libraries. Remove unused | Nicky | |
variables. | |||
2022-04-16 | Now there is a oslibrary target get rid of some more obsolete vars: | Nicky | |
LEGACY_STDIO_LIBS (was only used for Windows) PTHREAD_LIBRARY (only Linux) LLDATABASE_LIBRARIES (that one was supposed for Linux, but never needed anyway) | |||
2022-04-16 | Create a new target ll::oslibrary to link against libs specific to the OS ↵ | Nicky | |
compiled on. This gets rid of the a few OS specific set and uses variables (which some even seemed mostly duplicate like WINDOWS_LIBRARIES ans UI_LIBRARIES) and it also solves the problem of having them to tack on every target, as of no they come as a transitive dependency from llcommon | |||
2022-04-06 | Move CMake files to modernized cmake syntax, step 1. | Nicky | |
Change projects to cmake targetsto get rid of havig to hardcore include directories and link libraries in consumer projects. | |||
2020-03-25 | [DRTVWR-476] - fix linking | Anchor | |
2018-09-07 | remove only-partially-successful attempt to put teamcity blocks around targets | Oz Linden | |
2018-09-05 | add more block structure to TeamCity log output for components | Oz Linden | |
2018-01-17 | merge 5.1.0-release | Oz Linden | |
2017-04-19 | Remove the scary 32bit exception handler that patches kernel32.dll since it ↵ | Callum Prentice | |
was (a) scary, (b) didn't work on 64 bit and (c) likely the cause of a lot of anti-virus false positives | |||
2017-02-27 | Look for logcontrol-dev.xml in the user settings directory | Oz Linden | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-01-20 | OPEN-312: Removed add_dependency entries for items listed in ↵ | Rider Linden | |
target_link_libraries. Superfluous. | |||
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-03-24 | Refer to new QuickTime third party package with fixes for VS2013 & re-add ↵ | callum_linden | |
QuickTime media plugin | |||
2014-10-17 | Update to build on Xcode 6.0: fix cocoa NSWindow redefinition error | callum_linden | |
2013-08-05 | Merge downstream code - Vivox release | simon | |
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-05-16 | Removed debugging. | Aura Linden | |
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-05-02 | Cmake doesn't like me | simon | |
2013-05-02 | Fix the cmake fix | simon | |
2013-04-23 | Fix Windows Debug build | simon | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2012-12-13 | Fixed whitespace issues for merge. | Aura Linden | |
2012-11-12 | Ported slplugin and some other missing components for cocoa. | Aura Linden | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2010-10-12 | merged SNOW-651: Added missing "if (LL_TESTS)" in ↵ | Boroondas Gupte | |
indra/llplugin/slplugin/CMakeLists.txt | |||
2010-10-04 | SNOW-651: Added missing "if (LL_TESTS)" | Boroondas Gupte (original fix by Techwolf Lupindo) | |
Daggified version of http://svn.secondlife.com/trac/linden/changeset/3523 (or of the SNOW-651 part of https://bitbucket.org/Techwolf/viewer-development/changeset/5697874b390b ) | |||
2010-09-27 | STORM-253 FIXED FrontWindow() API is deprecated | Aimee Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |