1
1
openmpi/opal/include
George Bosilca 522cae342b Don't keep a special case for Windows as it's wrong. The problem is that
the BOOL type predefined on Windows in C does not match the C++ bool type
for the same compiler. One is an int when the other is a char.
Make sure we check for bool for all non C++ compilers.

This commit was SVN r11429.
2006-08-25 23:16:49 +00:00
..
opal Latest and greatest. Now OPAL is ready for the Windows prime-time. 2006-08-23 00:29:35 +00:00
Makefile.am Let's try this again, this time with less suck. 2006-03-12 17:56:58 +00:00
opal_config_bottom.h Don't keep a special case for Windows as it's wrong. The problem is that 2006-08-25 23:16:49 +00:00
opal_stdint.h Everything related to file and path management. Now we have a full 2006-08-22 23:25:13 +00:00