www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.beta - Boost status update

↑ ↓ ← Arjan <arjan ask.me> writes:
8.49.2 vs 8.48.10

see http://www.digitalmars.com/~arjan/boost/status/dmc8492/cs-dmc.html

Arjan
Jul 07 2006
"Pavel Vozenilek" <pavel_vozenilek yahoo.co.uk> writes:
"Arjan" wrote:

 8.49.2 vs 8.48.10

 see http://www.digitalmars.com/~arjan/boost/status/dmc8492/cs-dmc.html

That's /very/ useful tool. I was told that Metacom had switched their tests week ago but nothing is visible. I planned to set something like this but didn't find enough of courage. /Pavel
Jul 07 2006
↑ ↓ Arjan <arjan ask.me> writes:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Pavel Vozenilek wrote:
 "Arjan" wrote:
 
 8.49.2 vs 8.48.10

 see http://www.digitalmars.com/~arjan/boost/status/dmc8492/cs-dmc.html

That's /very/ useful tool. I was told that Metacom had switched their tests week ago but nothing is visible. I planned to set something like this but didn't find enough of courage. /Pavel

I know what you mean ;-) Took me quite some time before I had it going. Attached a zip containing my modification to boost tools/build/v1/dmc-* and 2 command scripts. Extract in boost root dir. Run from the status dir dmcstatus.cmd. After a while a few crashed asserts etc there will new cs-win32-*.html files. Arjan
Jul 07 2006
↑ ↓ → Arjan <arjan ask.me> writes:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

oops wrong attachement
Jul 07 2006
→ Walter Bright <newshound digitalmars.com> writes:
Arjan wrote:
 8.49.2 vs 8.48.10
 
 see http://www.digitalmars.com/~arjan/boost/status/dmc8492/cs-dmc.html
 
 Arjan

This is great for checking the status. It looks like the column labeled 8.48.10 should be 8.49.1 ? I didn't think 8.48.10 passed any of the type_traits tests.
Jul 07 2006
"Pavel Vozenilek" <pavel_vozenilek yahoo.co.uk> writes:
"Arjan" wrote:

 8.49.2 vs 8.48.10

 see http://www.digitalmars.com/~arjan/boost/status/dmc8492/cs-dmc.html

It would be useful to define BOOST_STRICT_CONFIG macro value, e.g. inside boost/detail/workaround.hpp. That would get rid few DMC related workarounds in Boost code. They may be obsolete currently or may hide fixeable bugs. /Pavel
Jul 09 2006
↑ ↓ → Arjan <arjan ask.me> writes:
Pavel Vozenilek wrote:
 "Arjan" wrote:
 
 8.49.2 vs 8.48.10

 see http://www.digitalmars.com/~arjan/boost/status/dmc8492/cs-dmc.html

It would be useful to define BOOST_STRICT_CONFIG macro value, e.g. inside boost/detail/workaround.hpp. That would get rid few DMC related workarounds in Boost code. They may be obsolete currently or may hide fixeable bugs. /Pavel

Good tip! Will rerun the regression test with -DBOOST_STRICT_CONFIG for both last beta and 8.48. Arjan
Jul 10 2006