You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components
Bret Curtis 9ae077c033
use c++11 std::align from <memory> (#2026)
* use c++11 std::align from <memory>

* for Ubuntu, use gcc5 instead of 4.8

* use travis to set gcc to 5

eval

and sudo

* use eval in .travis.yml

* use gcc-8

* replace precise with trusty llvm toolchain, because we have been using trusty for awhile now

* push things to matrix, so we can support multiple releases if we want

* we should not be allowing for failures, we are ready to start trusting clang and its analyzer

* scan-build was pushed to another package

* use gcc-8 still but wrap in scan-build

* travis.yml cleanup, have output of scripts go to stdout, make search for substring a regex

use double []

fix missing ,

use bash to use regex

black spaces matter

* set human readable names for our various builds, split out our static analysis between openmw and openmw-cs

* test if not set, then set otherwise ignore

* use quotes

* do not eval it, set it in travis env

* no more &&

* what does clang7 have to say?

* use sourceline for now

* use clang-7 instead of clang-7.0

* yes, llvm-toolchain-trusty-7 not llvm-toolchain-trusty-7.0

* for static analysis, openmw is compiled and checked on its own while openmw-cs is build with all the rest. this might change in the future.

and actually do it the other way around
6 years ago
..
bsa http to https for supported urls (#1625) 7 years ago
bullethelpers Add operators for bullet types 6 years ago
compiler Improve toggleactorspaths console command 6 years ago
config Make hasMaster() behavior consistent with isGameFile() (fixes #3618) 7 years ago
contentselector Fix some compiler warnings 6 years ago
crashcatcher Replace all NULLs to nullptr 6 years ago
debug Include missing Windows header before calling Windows-specific functions 6 years ago
detournavigator use c++11 std::align from <memory> (#2026) 6 years ago
esm Fix crash in the ESM reader, when SCVR has no variable names 6 years ago
esmterrain Replace all NULLs to nullptr 6 years ago
fallback Revert log spam 7 years ago
files Replace all NULLs to nullptr 6 years ago
fontloader Support for user-defined TrueType fonts 6 years ago
interpreter Allow to use the %Name for creatures (bug #4644) 6 years ago
loadinglistener Center progress bar when there are active messageboxes (bug #4691) 6 years ago
misc Use explicit default ctors call 6 years ago
myguiplatform Fix some compiler warnings 6 years ago
nif Replace all NULLs to nullptr 6 years ago
nifbullet Merge pull request #1633 from elsid/pathfinder_detour 6 years ago
nifosg Unify random generator usage 6 years ago
process OSX build fix 10 years ago
resource Merge branch 'master' into pathfinder_detour 6 years ago
sceneutil Add command and settings option to enable actors paths render 6 years ago
sdlutil Replace all NULLs to nullptr 6 years ago
settings Use new logging system for components 6 years ago
shader Replace all NULLs to nullptr 6 years ago
terrain Replace all NULLs to nullptr 6 years ago
to_utf8 Use new logging system for components 6 years ago
translation Replace all NULLs to nullptr 6 years ago
version Allow getting available version information even when clone is shallow 8 years ago
vfs Use new logging system for components 6 years ago
widgets Replace all NULLs to nullptr 6 years ago
CMakeLists.txt Add recastnavigation as subdirectory 6 years ago
doc.hpp second set of additional doxygen comments 14 years ago