Oz Linden
2d8ad89f33
suppress VS linker warning about unfound pdb files in media plugin
2016-12-05 17:32:38 -05:00
Oz Linden
8a67aaa009
limit variants to RelWithDebInfo and Release
2016-12-05 15:20:08 -05:00
Oz Linden
83209ef5c0
remove more bits of the old build system
2016-12-05 13:28:40 -05:00
Oz Linden
911cd64e60
lower the verbosity of makensis to emit only warnings and errors
2016-12-05 13:00:50 -05:00
Oz Linden
b5f4af3263
suppress VS linker warning about unfound pdb files
2016-12-05 12:49:14 -05:00
Oz Linden
8a12a4c967
merge callum fixes
2016-12-05 11:42:28 -05:00
Nat Goodspeed
4ca084f7a0
DRTVWR-418: Another round (hopefully the last) of fixing $variables.
2016-12-05 10:49:47 -05:00
Oz Linden
fad899fe6c
correct merge duplications, put source_environment commands into sections
2016-12-05 10:14:18 -05:00
Oz Linden
16266bedd1
merge sling-buildscripts updates
2016-12-05 10:04:15 -05:00
Oz Linden
ea11d577c1
call standard initialization functions from buildscripts build.sh
2016-12-03 10:49:43 -05:00
Callum Prentice
cda19375cb
Pull in the new Havok source package that pulls includes the new Havok Libs package with corrected Win64 libs that are properly built for VS2013
2016-12-02 16:52:24 -08:00
Callum Prentice
40dd1e637a
Pull in fixed FMODEX package with 64 bit fmodex DLL correctly named (fmodex64.dll vs fmodex.dll)
2016-12-02 16:39:29 -08:00
Callum Prentice
3d37848d01
Remove winmmshim 'hack' from project and set volume directly from CEF media plugin using Windows system call. WinMMShim was only needed for XP systems and since we no longer support XP, it is not required.
2016-12-02 16:19:34 -08:00
Oz Linden
ff6369f5a7
show the build address size in the About box
2016-12-02 15:53:41 -05:00
Oz Linden
3a8aa2d13d
add viewer channel and version to the beginning of the About box Licenses information
2016-12-02 10:59:06 -05:00
Nat Goodspeed
8a461c00f4
DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't.
...
The present CMake logic wants to pass FIXED:NO to the linker for 64-bit
builds, which on the face of it seems like a Good Thing: it permits code to be
relocated in memory, preventing collisions if two libraries happen to want to
load into overlapping address ranges.
However the way it's being specified is wrong and harmful. Passing /FIXED:NO
to the compiler command line engages /FI (Forced Include!) of a nonexistent
file XED:NO -- producing lots of baffling fatal compile errors.
Thanks Callum for diagnosing this!
2016-12-01 08:50:10 -05:00
Nat Goodspeed
68d98acb92
DRTVWR-418: In 64 bits, storing size_t in an int is a no-no.
2016-12-01 08:44:52 -05:00
Nat Goodspeed
222919be87
DRTVWR-418: Adjust for LL_VIEWER_CHANNEL coming in unquoted.
...
Evidently the LL_VIEWER_CHANNEL macro (defined on the compiler command line)
used to contain enclosing double quotes. Something changed (newer CMake
version?) so that the macro now expands as Second Life Release rather than as
"Second Life Release". That leads to syntax errors when it's used.
Add C++ preprocessor trickery to stringize the value of the macro.
2016-11-30 20:10:28 -05:00
Nat Goodspeed
a47e16b316
DRTVWR-418: Flesh out the set of Platform_arch_Manifest classes.
2016-11-30 16:48:38 -05:00
Nat Goodspeed
d4b23ccb8a
DRTVWR-418: VertexMap::mapped_type -> size_t: we store map.size().
2016-11-30 16:24:32 -05:00
Nat Goodspeed
55ce854a0c
DRTVWR-418: Once again, undo inappropriate autobuild.xml expansions.
2016-11-30 16:18:01 -05:00
Nat Goodspeed
f9d9294419
DRTVWR-418: Merge Callum's KDU update
2016-11-30 16:15:58 -05:00
Nat Goodspeed
7e8e86dc21
DRTVWR-418: Update to KDU build 501106.
2016-11-30 16:08:32 -05:00
Callum Prentice
7b2cf53f78
Pull in new version of KDU third party package that is build (correctly) as a static library vs. a stub library/DLL
2016-11-30 12:21:05 -08:00
Nat Goodspeed
1c8d5457e8
Automated merge with ssh://bitbucket.org/lindenlab/viewer64
2016-11-30 13:55:02 -05:00
Nat Goodspeed
5bea9b6985
DRTVWR-418: Update llceflib to build 501109.
2016-11-30 13:54:49 -05:00
Nat Goodspeed
e61320921a
DRTVWR-418: Update forwarding_api.cpp to match current API signature
...
Specifically, DriverCallback() was accepting several DWORD arguments that
should really be DWORD_PTR arguments. In a 32-bit compile, evidently that was
okay, but for 64 bits they're different sizes.
2016-11-30 11:30:44 -05:00
Nat Goodspeed
05fb9468d0
DRTVWR-418: Address yet another effect of downdating openjpeg.
2016-11-29 21:18:58 -05:00
Nat Goodspeed
a2067761bb
DRTVWR-418: Revert unintentional expansion of $vars in autobuild.xml.
2016-11-29 17:31:47 -05:00
Nat Goodspeed
c5e6a960fb
DRTVWR-418: Update to openjpeg build 501102
2016-11-29 16:43:57 -05:00
Nat Goodspeed
809c0575bc
DRTVWR-418: Add viewer-build-variables to BuildParams
2016-11-29 16:22:06 -05:00
Nat Goodspeed
4d859d58bb
DRTVWR-418: Rename darwin platform to darwin64.
...
We never intend to support 32-bit Mac builds any more.
This change eliminates the autobuild warning about not finding darwin64 and
therefore falling back on plain darwin.
2016-11-29 16:19:46 -05:00
Nat Goodspeed
6979fc5667
DRTVWR-418: Revert one more openjp2.dll reference to openjpeg.dll.
2016-11-28 15:45:58 -05:00
Nat Goodspeed
f9e0af1441
DRTVWR-418: Update to SDL build 501092.
2016-11-23 12:50:05 -05:00
Nat Goodspeed
aadeec30ed
Automated merge with ssh://bitbucket.org/lindenlab/viewer64
2016-11-23 12:09:40 -05:00
Nat Goodspeed
fc4564c415
DRTVWR-418: Work around missing LLCEFLibSettings::page_zoom_factor.
2016-11-23 12:08:53 -05:00
Nat Goodspeed
b9cc216b9c
DRTVWR-418: Have to #include "llkdumem.h" even when not LL_DARWIN.
2016-11-23 12:07:31 -05:00
Nat Goodspeed
64a0fac783
DRTVWR-418: Don't report anything in new build-vc120-{32,64}.
2016-11-23 12:06:31 -05:00
Nat Goodspeed
3cffbd0330
DRTVWR-418: Update to llphysicsextensions_stub build 501069
2016-11-23 09:35:18 -05:00
Nat Goodspeed
1adf8756f3
DRTVWR-418: Use build-vc120-32 vs. build-vc120-64 on Windows.
2016-11-22 11:02:14 -05:00
Nat Goodspeed
548f59042f
DRTVWR-418: libc++ has stat data in <sys/types.h>.
2016-11-22 08:40:41 -05:00
Nat Goodspeed
e7324c8956
DRTVWR-418: Use correct spelling for glh_linear package.
2016-11-22 08:39:31 -05:00
Nat Goodspeed
9c55b36856
DRTVWR-418: Update comments to reflect status of P0091R3.
...
Some day llmake() will be unnecessary because compiler deduction of class
template arguments from constructor arguments has been approved by ISO.
2016-11-22 08:37:45 -05:00
Nat Goodspeed
40f7501319
DRTVWR-418: Use uintptr_t when casting pointers to ints.
...
LLPrivateMemoryPool and LLPrivateMemoryPoolManager have assumed that it's
always valid to cast a pointer to U32. With 64-bit pointers, no longer true.
2016-11-22 08:35:41 -05:00
Nat Goodspeed
2c8ad717fd
DRTVWR-418: Update viewer to openssl 501051, curl 501064
2016-11-22 08:32:56 -05:00
Nat Goodspeed
8b61d4f277
DRTVWR-418: Change to libc++ on Mac, remove reminder warning.
2016-11-19 08:51:29 -05:00
Nat Goodspeed
92d7eaaf07
DRTVWR-418: Provide Darwin_i686_Manifest alias to Darwin_i386_Manifest.
...
It's never been clear to me why Macs tend to refer to 32-bit Intel processors
as i386 when other platforms tend to refer to them as i686. New CMake logic to
derive ARCH from ADDRESS_SIZE produces i686. Give viewer_manifest.py a
Darwin_i686_Manifest class alias so it continues to work when arch is passed
as i686 as well as i386.
2016-11-17 17:50:55 -05:00
Nat Goodspeed
73a7b14013
DRTVWR-418: Fold redundant testrunner.py modules together again.
...
llcorehttp/tests had a clone of llmessage/tests/testrunner.py that was almost
identical save for recognizing an extra optional parameter. Migrate those few
lines into llmessage/tests/testrunner.py; eliminate the copy in llcorehttp;
help test_llcorehttp_peer.py find the testrunner.py in llmessage/tests.
2016-11-17 17:46:50 -05:00
Nat Goodspeed
b1185eca82
DRTVWR-418: Fix Windows line endings in include_kdu_xxxx.h
2016-11-17 08:59:01 -05:00
Nat Goodspeed
c5770cd1af
DRTVWR-418: Add warning about changing to libc++ on Mac.
2016-11-17 08:57:11 -05:00