Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
which in turn depends on ADDRESS_SIZE.
|
|
Migrate the logic formerly used only for LINUX to detect whether ADDRESS_SIZE
is set to 32 or 64, and if not, detect a default for the platform. But instead
of using uname -m, use python's platform.machine().
On Windows, stop forcing ARCH to i686 and ADDRESS_SIZE to 32.
On Mac, reset default to x86_64 instead of i386; stop forcing ADDRESS_SIZE to
32.
|
|
autobuild 1.1 now supports expanding $variables within a config file --
support that was explicitly added to address this very problem. So now the
windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE,
$AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle
most of the deltas between the windows platform and windows64.
This permits removing the windows64 platform definition from autobuild.xml.
The one remaining delta between the windows64 and windows platform definitions
was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking
ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE
instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing
LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead.
|
|
|
|
|
|
|
|
|
|
Update)
|
|
|
|
QuickTime media plugin
|
|
|
|
files - we standardize on Xcode 6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
llrender/llwindow cmake source a bit
|
|
multi-arch debian-based systems.
|
|
|
|
for the BAKING cmake setting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modified cmake GCC_VERSION from 4.2 to 4.0, our officially supported GCC version
Reviewed by Richard
|
|
|
|
headers problems and eliminated all our special cases for handling them.
|
|
|
|
|
|
|
|
|
|
default values
|