Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Use EXPECT_FALSE instead of EXPECT_EQ(false, X)#752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 21 commits intocpp-netlib:masterfromdeanberris:fix/gtest-failure
Apr 6, 2017
Merged
Changes from1 commit
Commits
Show all changes
21 commits
Select commitHold shift + click to select a range
ea14831
Use EXPECT_FALSE instead of EXPECT_EQ(false, X)
deanberrisApr 6, 2017
a3c79e0
squash: fix response tests too
deanberrisApr 6, 2017
2300c60
squash: let make determine the number of jobs
deanberrisApr 6, 2017
0f42783
squash: use ccache for the build
deanberrisApr 6, 2017
9a1121d
squash: set the compiler version properly
deanberrisApr 6, 2017
ea626d6
squash: use clang-3.8 as test compiler
deanberrisApr 6, 2017
8ef8677
squash: exclude asan and tsan builds from g++ matrix
deanberrisApr 6, 2017
47d91b2
squash: do not use ${HOME}
deanberrisApr 6, 2017
dab4bd4
squash: remove cache until we can make it work
deanberrisApr 6, 2017
2dd328e
squash: try installing ccache from testing too
deanberrisApr 6, 2017
4289ca9
squash: fix link to c compiler
deanberrisApr 6, 2017
009e2d5
squash: still not use ccache
deanberrisApr 6, 2017
fcf669d
squash: remove ccache installation for now
deanberrisApr 6, 2017
5219b94
squash: use boost array/chrono for 1.55
deanberrisApr 6, 2017
d42f0b3
squash: try ccache again
deanberrisApr 6, 2017
a344712
squash: add proper boost.asio defines for supporting clang
deanberrisApr 6, 2017
9050af6
squash: fix travis config
deanberrisApr 6, 2017
1243a50
squash: script better
deanberrisApr 6, 2017
b6cd5c4
squash: add more boost.asio config options
deanberrisApr 6, 2017
5a39a86
squash: use boost thread v3
deanberrisApr 6, 2017
17cef53
squash: use libstdc++ explicitly on Linux when using clang
deanberrisApr 6, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
squash: script better
  • Loading branch information
@deanberris
deanberris committedApr 6, 2017
commit1243a507a92dd373df30b9f6d485240931c890e5
2 changes: 1 addition & 1 deletion.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -40,7 +40,7 @@ install:
- if [ "${CC}" = "clang" ]; then
export CXX=clang++-3.8;
export CC=clang-3.8;
export CCACHE_CPP2=yes
export CCACHE_CPP2=yes;
fi
before_script:
- echo ${CXX}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp