Skip to content

Commit

Permalink
Merge pull request #10 from brunocodutra/develop
Browse files Browse the repository at this point in the history
merge develop
  • Loading branch information
brunocodutra committed Apr 11, 2016
2 parents 85b72e4 + 49533d3 commit ecadcd3
Show file tree
Hide file tree
Showing 58 changed files with 810 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ install:
- |
if [[ "${BUILD_DOC}" == "true" ]]
then
DOXYGEN_URL="http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.10.linux.bin.tar.gz"
DOXYGEN_URL="http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.linux.bin.tar.gz"
mkdir "${DEPS_PATH}/doxygen" &&
travis_retry wget --quiet -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C "${DEPS_PATH}/doxygen" &&
export PATH=${DEPS_PATH}/doxygen/bin:${PATH}
Expand Down
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ endif()

if(METAL_ENABLE_EXTRA_WARNINGS)
metal_add_flag(-Wextra)
metal_add_flag(-Weverything)
metal_add_flag(-Wno-c++98-compat)
metal_add_flag(-Wno-c++98-compat-pedantic)
metal_add_flag(-Wno-documentation-unknown-command)
metal_add_flag(/W4)
endif()

Expand All @@ -107,8 +103,6 @@ if(METAL_STRICT)
metal_add_flag(/WX)
endif()

metal_add_flag(-ftemplate-depth=512)

foreach(dialect
-std=c++17 -std=c++1z
-std=c++14 -std=c++1y
Expand Down
2 changes: 2 additions & 0 deletions doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ TAB_SIZE = 4
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.

ALIASES += strike{1}="<div class=\"strike\">\1</div>"

ALIASES +=value="\ref concepts_value"
ALIASES +=values="\ref concepts_value \"Values\""
ALIASES +=optional="\ref concepts_optional"
Expand Down
4 changes: 4 additions & 0 deletions doc/css/metal.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ span.octicon {
margin-right: 5px;
}

.strike {
text-decoration: line-through;
}

#footer {
height: 100px;
font-size: 0.9em;
Expand Down
Loading

0 comments on commit ecadcd3

Please sign in to comment.