Age | Commit message (Collapse) | Author |
|
|
|
The .dylib files in the Linux Vivox package were erroneous to start with;
while the affected changeset bypassed copy errors, it too was wrong. Now that
the Linux Vivox package contains Linux .so files, revert to the correct
filenames to copy.
|
|
|
|
The contents are extracted, but not yet built into the viewer installer.
|
|
|
|
|
|
|
|
It appears that our trouble was due to a cygwin-style path in the AUTOBUILD
environment variable, and that changeset 0e0bd8b546ad fixed it.
|
|
|
|
|
|
|
|
|
|
match those in package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A traceback from a Python script always makes people think there's a bug in
your script. Even when a test program fails to build, CMake often (always?)
tries to run it anyway, via our run_build_test.py script. For that case,
produce a straightforward error message -- rather than an OSError traceback
that doesn't even mention the program name!
|
|
|
|
|
|
|
|
|
|
|
|
zlib cannot be linked with SAFESEH, which is the VS 2013 default, so every
consumer must set /SAFESEH:NO.
/NODEFAULTLIB:LIBCMT seems to eliminate many duplicate-symbol link errors.
|
|
Until we get a havok-source package built with new metadata-bearing autobuild,
the package name in autobuild.xml and CMake must agree with the tarball
filename.
|
|
|
|
|
|
|
|
|
|
files - we standardize on Xcode 6
|
|
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake
|
|
|
|
virtuals [-Woverloaded-virtual] and fix up first (of many) files
|
|
virtuals [-Wno-overloaded-virtual]
|
|
format in autobuild.xml (subnname-subname vs subname_subname)
|
|
|
|
changes
|
|
colladadom
|
|
take account of minor name changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|