-
Notifications
You must be signed in to change notification settings - Fork 1
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTBKIT-527 #25
RTBKIT-527 #25
Conversation
Shouldn't changes to soa be done in the datacratic/soa repo first and then git-subtree'd into this repo? |
@nicolaskruchten -- why can commit/push my changes? also last time I had to do something cross repos, I think the one I did on soa was redundant |
Actually never mind my comment, turns out there's no reason to prefer one over the other apparently :) That said, I doubt that simply disabling tests in SOA is the right thing to do... |
@@ -1,5 +1,5 @@ | |||
CXX ?= g++ | |||
CXXFLAGS ?= $(INCLUDE) -pipe -Wall -Werror -Wno-sign-compare -Woverloaded-virtual -fPIC -m64 -ggdb -fno-omit-frame-pointer $(foreach dir,$(LOCAL_INCLUDE_DIR),-I$(dir)) -std=c++0x -Wno-deprecated-declarations | |||
CXXFLAGS ?= $(INCLUDE) -pipe -Wall -Werror -Wno-sign-compare -Woverloaded-virtual -fPIC -m64 -ggdb -fno-omit-frame-pointer $(foreach dir,$(LOCAL_INCLUDE_DIR),-I$(dir)) -Wno-deprecated-declarations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not required. As far as I know, gcc-4.8 still accept -std=c++0x.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out I was wrong, the later versions of gcc still support the older c++0x which we should keep on using until we fully migrate to gcc4.8
This PR goes along @RTBKIT-527 and relies on datacratic/platform-deps#1
It add support for Ubuntu 14.04(,x) LTS.
Note that the following two tests have been modified i/o pass: