Re: Review Request 44996: Fixed how we detect C++11 compiler support in libprocess.

2016-03-20 Thread Neil Conway

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44996/
---

(Updated March 17, 2016, 11:52 p.m.)


Review request for mesos and Joris Van Remoortere.


Changes
---

Rebase.


Bugs: MESOS-4963
https://issues.apache.org/jira/browse/MESOS-4963


Repository: mesos


Description
---

Adopt a new version of the M4 macro from the upstream macro archive.
We no longer care about whether the compiler supports particular
C++11 features, so we can discard some previous local modifications
we had to this macro. This should also make it easier to mandate
C++14 support in the future.


Diffs (updated)
-

  3rdparty/libprocess/configure.ac 134f8ef4395d059e2901bbb48826fbfc4e6e3124 
  3rdparty/libprocess/m4/ax_cxx_compile_stdcxx.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_cxx_compile_stdcxx_11.m4 
251213a7e5e57da4b367f033865594b3678d53aa 

Diff: https://reviews.apache.org/r/44996/diff/


Testing
---

make check with GCC6


Thanks,

Neil Conway



Re: Review Request 44996: Fixed how we detect C++11 compiler support in libprocess.

2016-03-19 Thread Joris Van Remoortere

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44996/#review124131
---


Ship it!




Ship It!

- Joris Van Remoortere


On March 17, 2016, 11:52 p.m., Neil Conway wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/44996/
> ---
> 
> (Updated March 17, 2016, 11:52 p.m.)
> 
> 
> Review request for mesos and Joris Van Remoortere.
> 
> 
> Bugs: MESOS-4963
> https://issues.apache.org/jira/browse/MESOS-4963
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Adopt a new version of the M4 macro from the upstream macro archive.
> We no longer care about whether the compiler supports particular
> C++11 features, so we can discard some previous local modifications
> we had to this macro. This should also make it easier to mandate
> C++14 support in the future.
> 
> 
> Diffs
> -
> 
>   3rdparty/libprocess/configure.ac 134f8ef4395d059e2901bbb48826fbfc4e6e3124 
>   3rdparty/libprocess/m4/ax_cxx_compile_stdcxx.m4 PRE-CREATION 
>   3rdparty/libprocess/m4/ax_cxx_compile_stdcxx_11.m4 
> 251213a7e5e57da4b367f033865594b3678d53aa 
> 
> Diff: https://reviews.apache.org/r/44996/diff/
> 
> 
> Testing
> ---
> 
> make check with GCC6
> 
> 
> Thanks,
> 
> Neil Conway
> 
>



Review Request 44996: Fixed how we detect C++11 compiler support in libprocess.

2016-03-19 Thread Neil Conway

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44996/
---

Review request for mesos and Joris Van Remoortere.


Bugs: MESOS-4963
https://issues.apache.org/jira/browse/MESOS-4963


Repository: mesos


Description
---

Adopt a new version of the M4 macro from the upstream macro archive.
We no longer care about whether the compiler supports particular
C++11 features, so we can discard some previous local modifications
we had to this macro. This should also make it easier to mandate
C++14 support in the future.


Diffs
-

  3rdparty/libprocess/configure.ac 134f8ef4395d059e2901bbb48826fbfc4e6e3124 
  3rdparty/libprocess/m4/ax_cxx_compile_stdcxx.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_cxx_compile_stdcxx_11.m4 
251213a7e5e57da4b367f033865594b3678d53aa 
  docs/getting-started.md 74361ffd89177115ff7cbf8039b65a3a58ca8a56 
  site/source/blog/2016-03-17-mesos-0-28-0-released.md 
a0afdca919555d06c4b38fedfe7cb73492778f5d 
  site/source/downloads.html.md 941d672a8052bd61bd9388abd630810742626221 
  site/source/index.html.md b5aa2b28667720997df645c7116ef1c9094f746e 
  src/master/allocator/mesos/hierarchical.hpp 
0c622b8569bc79ae4e365a57e463ca5349356713 
  src/webui/master/static/slave.html 4419f7c166e8768040dab7dbc6fb64e1382ad272 

Diff: https://reviews.apache.org/r/44996/diff/


Testing
---

make check with GCC6


Thanks,

Neil Conway