Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-08 | And more boost library work. | Monty Brandenberg | |
2012-05-08 | Okay, needed full version numbers. | Monty Brandenberg | |
2012-05-08 | More linux work. Think I found the stager. | Monty Brandenberg | |
2012-05-08 | Unit test still giving me issues on the local windows system. Seems to be a ↵ | Monty Brandenberg | |
hard stall while allocating the first easy handle in a descent of the global initiailization code but that doesn't seem to be a problem on TC machines. Perhaps the static linking is creating multiple data copies. More work needed. | |||
2012-05-08 | Okay, got Mac building with Boost 1.48. Unit tests needed NULL pointer | Monty Brandenberg | |
defenses in the delete functions of the allocation support. General boost library renaming again. Linux builds in TC though it shouldn't based on what Boost.cmake lookes like... | |||
2012-05-07 | Build llcorehttp as part of a viewer dependency with unit tests. This required | Monty Brandenberg | |
boost::thread and the easiest path to that was to go with the 1.48 Boost release in the 3P tree (eliminating a fork for a modified 1.45 packaging). One unit test, the most important one, is failing in test_httprequest but that can be attended to later. This test issues a GET to http://localhost:2/ and that is hitting the wire but the libcurl plumbing isn't delivering the failure, only the eventual timeout. An unexpected change in behavior. | |||
2012-04-23 | And forgot the .cmake library file. | Monty Brandenberg | |
2011-11-28 | bumped up MSVC warning level to 3 to catch more stuff that gcc catches | Richard Linden | |
2011-10-11 | merge changes for open-38 | Oz Linden | |
2011-10-11 | expand tabs for coding policy | Oz Linden | |
2011-09-27 | statically link libcrypto in the Mac build | Oz Linden | |
2011-08-17 | fix files that do not end with a newline (warn-on-failure:copyright because ↵ | Oz Linden | |
some have both problems...) | |||
2011-08-17 | convert tabs to spaces where they are forbidden | Oz Linden | |
2011-06-21 | merged OPEN-99: use -march=pentium* for 32-bit builds only | Boroondas Gupte | |
2011-06-21 | merged OPEN-99: use -march=pentium* for 32-bit builds only | Boroondas Gupte | |
2011-06-21 | merged OPEN-99: use -march=pentium3 for 32-bit builds only | Boroondas Gupte | |
2011-06-21 | OPEN-99: use -march=pentium3 for 32-bit builds only | Boroondas Gupte | |
2011-06-20 | merged OPEN-38 (Aleric's standalone fixes for viewer-autobuild) | Boroondas Gupte | |
2011-06-02 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-06-01 | EXP-869 FIX -- Mac viewer should build without requiring settings modifications | Leslie Linden | |
Modified cmake GCC_VERSION from 4.2 to 4.0, our officially supported GCC version Reviewed by Richard | |||
2011-05-24 | Merge | Dave SIMmONs | |
2011-05-18 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-05-17 | Merge with viewer-development (mesh) | Don Kjer | |
2011-05-17 | Merge with viewer-development | Don Kjer | |
2011-05-16 | merge | Dave Parks | |
2011-05-12 | merge | Dave Parks | |
2011-05-09 | Merge. | brad kittenbrink | |
2011-05-06 | Continuing work on CHOP-609 build time improvements. Fixed eroneous ↵ | brad kittenbrink | |
additional_INCLUDE_DIRS setting for unit tests. | |||
2011-05-05 | Remove Pth library from viewer build. | Nat Goodspeed | |
This library was only needed on the Mac, and only with the OS X 10.4 SDK. As of October 2010, we no longer build the viewer with that SDK. The 10.5 SDK we're currently using directly supports the functionality for which we originally brought in Pth. | |||
2011-05-05 | Merged latest lindenlab/viewer-development with ↵ | brad kittenbrink | |
brad_linden/viewer-mustbuildfaster-0. | |||
2011-05-04 | Work in progress on CHOP-609. Added checking in indra/cmake/Prebuilt.cmake ↵ | brad kittenbrink | |
to skip unnecessary unpacking of already installed packages. | |||
2011-05-04 | merge changes for open-61 | Oz Linden | |
2011-05-04 | Slightly improve sanity of run_build_test.py output. | Nat Goodspeed | |
Flushing print buffer before running actual test executable should make it clearer which setup actions apply to which test run. | |||
2011-05-03 | Fix for CHOP-619. Found a general solution to our vs2010 precompiled ↵ | brad kittenbrink | |
headers problems and eliminated all our special cases for handling them. | |||
2011-05-02 | merge | Dave Parks | |
2011-04-26 | Merge with viewer-development | Don Kjer | |
2011-04-22 | merge | Dave Parks | |
2011-04-22 | merge changes for storm-1187 | Oz Linden | |
2011-04-21 | merge | Dave Parks | |
2011-04-21 | merge | Dave Parks | |
2011-04-21 | OPEN-61 Adding locations that redistributable package installs msvc* files. | Ima Mechanique | |
2011-04-20 | adding collada and minizip to the libraries we package the viewer with for mac. | Xiaohong Bao | |
2011-04-20 | merge changes for storm-1183 | Oz Linden | |
2011-04-20 | Merge with viewer-development | Don Kjer | |
2011-04-19 | New openssl package solves permissions problems with Linux build. | Nat Goodspeed | |
The original Linux openssl tarball includes libcrypto.so and libssl.so files with r-xr-xr-x permissions: not even the owning user can modify them. This causes problems when the Release build tries to 'strip' the viewer and all associated libraries. Newer openssl tarball fixes permission problems. The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P Presumably the only reason this hasn't been causing trouble with TC builds is that the link has been picking up system libraries instead of the ones from the openssl package. | |||
2011-04-19 | Fix for problems executing test build script | Don Kjer | |
2011-04-18 | restoring glod to copy3rdpartylibs.cmake and viewer_manifest.py | Nyx (Neal Orman) | |
2011-04-18 | Fixed debug information format for mac to allow breakpoints to work under Xcode. | Leslie Linden | |
2011-04-18 | Automated merge with https://bitbucket.org/seraph/mesh-development-vs2010 | Nyx (Neal Orman) | |
2011-04-18 | adding collada and minizip to the libraries we package the viewer with. | Nyx (Neal Orman) | |