Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-10 | pull back 3.4.1-beta6 fixes | Oz Linden | |
2012-10-04 | merge changes for DRTVWR-222 | Oz Linden | |
2012-10-02 | Adding libtcmalloc to the linux installer package. | William Todd Stinson | |
2012-10-01 | Only enable breakpad error handing if crash reporting is enabled | Dave Parks | |
2012-09-27 | Yet another attempt at deleting tcmalloc | Dave Parks | |
2012-09-27 | Another attempt at deleting tcmalloc_minimal.dll | Dave Parks | |
2012-09-27 | Modify installer to remove libtcmalloc_minimal.dll | Dave Parks | |
2012-09-20 | Pull and merge from ↵ | William Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-beta-drtvwr-179. | |||
2012-09-12 | initial attempt to restore changes that make removing tcmalloc possible; not ↵ | Oz Linden | |
tested | |||
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-08-22 | Fix up white space to follow coding policy guidelines | callum_linden | |
2012-08-16 | Silly Python 'string' fix | callumprentice | |
2012-08-16 | Silly Python 'string' fix | callumprentice | |
2012-08-16 | Silly typo fix | callumprentice | |
2012-08-15 | Add explicit reference to keychain to use | callumprentice | |
2012-08-15 | silly typo - change language from dutch to english :) | callumprentice | |
2012-08-15 | Changed name of keychain to match setup instructions | callum_linden | |
2012-08-08 | Pulled merge, changed . to , in viewer-manifest | Aura Linden | |
2012-08-07 | Read password for developer keychain from build-secrets repo and use it to ↵ | callum_linden | |
unlock keychain. Only unlock and code sign if running under Team City. | |||
2012-07-25 | Fix to build with code signing option (patch from STORM-1900) | callum_linden | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-06-27 | merge changes for DRTVWR-167 | Oz Linden | |
2012-06-25 | correct linux packaging for hunspell library | Oz Linden | |
2012-06-22 | merge | Brad Payne (Vir Linden) | |
2012-06-22 | merge | Dave Parks | |
2012-06-21 | merge changes for DRTVWR-168 | Oz Linden | |
2012-06-04 | merge | Brad Payne (Vir Linden) | |
2012-05-09 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-05-08 | merge changes for version 3.3.1 | Oz Linden | |
2012-04-23 | go back to the more elaborate way to find dictionaries (the way that works) | Oz Linden | |
2012-04-23 | correct mac hunspell lib name, try simpler reference to dictionaries | Oz Linden | |
2012-04-23 | remove debugging prints around packaging the dictionaries | Oz Linden | |
2012-04-19 | grumble relative grumble python grumble | Oz Linden | |
2012-04-19 | reference packages relative to newview | Oz Linden | |
2012-04-19 | use build directory argument directly | Oz Linden | |
2012-04-19 | try forcing use of build prefix to copy dictionaries | Oz Linden | |
2012-04-19 | missing paren in dictionary copying | Oz Linden | |
2012-04-18 | rearrange dictionary copying | Oz Linden | |
2012-04-18 | fix logging to diagnose path problem | Oz Linden | |
2012-04-18 | add logging to diagnose path problem | Oz Linden | |
2012-04-13 | yet another path for the dictionaries package... | Oz Linden | |
2012-04-13 | try a different path for the dictionaries package? | Oz Linden | |
2012-04-11 | Automated merge with file:///home/nat/linden/viewer-leap-temp | Nat Goodspeed | |
2012-04-11 | IQA-463: Linux fonts look better without libfontconfig.so.1 symlink. | Nat Goodspeed | |
Making llmanifest.py support library-file wildcards allows viewer_manifest.py to avoid specifying the exact version number of every shared library we want to package. Specifying "libfontconfig.so.*" was copying the libfontconfig.so.1 symlink as well as the libfontconfig.so.1.4.4 binary. To my dismay, packaging that symlink makes the Linux viewer fonts look WORSE! I suspect that means that the released Linux viewer completely ignores our packaged libfontconfig.so.1.4.4 library, finding the system fontconfig instead. But that would be a whole different project. For present purposes it suffices to make the updated viewer_manifest.py copy the same files as the older one. | |||
2012-02-10 | Merge daggy fix in rev a05866ebfea2 (Linux lib wildcards) | Nat Goodspeed | |
2012-02-10 | Use wildcards instead of many version-specific lib names on Linux. | Nat Goodspeed | |
viewer_manifest.py's Linux_i686Manifest class has contained directives to copy library files with names like (e.g.) "libapr-1.so.0.4.2", which means that every update to any such library requires messing with viewer_manifest.py. But LLManifest.path() claims to support wildcards, and it's more robust to specify "libapr-1.so*" instead. Unfortunately LLManifest.path()'s wildcard support only used to work for files in the source tree (vs. the artwork tree or the build tree). The logic in path() tries each tree in turn, relying on an exception to make it try the next tree. This exception was raised for a nonexistent specific filename -- but it never used to raise that exception for a wildcard matching 0 files. Instead it would simply report "0 files" and proceed, producing an invalid viewer install. Raise that exception for a wildcard matching nothing. This forces path() to consider the artwork tree and the build tree, permitting us to use wildcards in library names. Define an exception specific to LLManifest: ManifestException rather than the generic Python RuntimeException. Make it a subclass of RuntimeException so any existing callers expecting to catch RuntimeException will continue to work. | |||
2012-03-30 | move all dictionaries to the prebuilt package, and install from there | Oz Linden | |
2012-01-27 | Fix for linux build failure when tcmalloc disabled | Brad Payne (Vir Linden) | |
2012-01-20 | STORM-276 Basic spellchecking framework | Kitty Barnett | |
2012-01-18 | EXP-1814 FIXED Added copying the missing symlinks to Linux viewer lib dir. | Seth ProductEngine | |