503f2817b3
Corresponding changes to r21641 and r21642 for Windows.
...
- Add a CMake macro for checking OPAL_MAX_XXX values, re-written from OPAL_WITH_OPTION_MIN_MAX_VALUE m4 function.
- Definition prefix changes and additional datatype alignments checking.
- Finish the datatype splitting on Windows too. :-)
This commit was SVN r21649.
The following SVN revision numbers were found above:
r21641 --> open-mpi/ompi@6c5532072a
r21642 --> open-mpi/ompi@c971c09eb6
2009-07-13 17:39:41 +00:00
c8284907c4
Another header for using _getch on Windows.
...
This commit was SVN r21537.
2009-06-26 13:07:08 +00:00
77f33d182b
Add another definition for deprecated UNIX function on Windows, silent the warnings.
...
This commit was SVN r21507.
2009-06-24 18:14:23 +00:00
e46bf10efd
Correctly include win32 util header.
...
This commit was SVN r21343.
2009-06-01 19:16:00 +00:00
06841bf721
Fix a typo.
...
This commit was SVN r21305.
2009-05-27 19:08:46 +00:00
ed61198423
Rewrite inet_ntop and inet_pton with WSAAddressToString and WSAStringToString for Windows. Decrease the minimum requirement for Windows Version.
...
This commit was SVN r21304.
2009-05-27 19:04:59 +00:00
fbaa30bf61
Add a few log file definitions for Windows.
...
This commit was SVN r21119.
2009-04-30 08:59:46 +00:00
6e04a4de08
On Windows, define a equivalent type for in_addr_t, and correctly include unistd.h.
...
This commit was SVN r20951.
2009-04-07 16:07:05 +00:00
8086bb1a1b
SIGSTOP and SIGTSTP are not supported on Windows. But they have to be defined anyway, although they are not used for Windows.
...
This commit was SVN r20453.
2009-02-05 17:02:34 +00:00
8673f19f50
- 2/4 commit for Windows Visual Studio and CCP support:
...
changes to the already existing ccp components
event/win32.c: merge old FD handling into new
opal_installdirs_windows.c:fix the registry handling
This commit was SVN r20109.
2008-12-10 21:01:54 +00:00
41ea2cbb8c
Keep the compiler happy as several packages define these
...
constants.
This commit was SVN r19506.
2008-09-05 13:20:30 +00:00
3d387bdab9
Add defines for the INT16 min and max value.
...
This commit was SVN r17052.
2008-01-04 23:09:31 +00:00
da4d993176
dd some Windows missing defines & macros.
...
This commit was SVN r14184.
2007-04-01 15:55:34 +00:00
4439e44179
Be even more Windows friendly.
...
This commit was SVN r13549.
2007-02-07 22:39:03 +00:00
658f411ba4
As there is no X_OK on Windows, make it equal to R_OK.
...
This commit was SVN r13270.
2007-01-24 05:36:02 +00:00
7a9d5b38cd
Update the Windows compatibility file.
...
This commit was SVN r13047.
2007-01-08 22:05:01 +00:00
66eb007b22
New version of the Windows compatibility file.
...
This commit was SVN r12208.
2006-10-20 02:28:41 +00:00
5885696079
Activate the "secure" version of srand ...
...
This commit was SVN r12007.
2006-10-05 05:43:16 +00:00
3945c50982
The real fix for the C++ headers. Defining these compatibility function
...
will keep the compiler happy in both [C or C++] mode.
This commit was SVN r11994.
2006-10-05 05:14:32 +00:00
ba0e6a48b4
autoconf 2.60 correctly run C++ code on Windows. Therefore we
...
don't need these 2 defines as configure will detect them automagically.
This commit was SVN r11431.
2006-08-25 23:25:43 +00:00
a28b025150
Everything related to file and path management. Now we have a full
...
range of OS friendly path management functions, such as opal_basename
opal_dirname. They should always be used instead of basename and
dirname. There are several functions which allow us to create paths
that are compatible with the OS.
The OPAL_ENV_SEP define should be used (instead of ':') when a env
variable is splitted.
This commit was SVN r11336.
2006-08-22 23:25:13 +00:00
423b5ecf93
Windows dependent files offer now a viable solution. More to come ...
...
This commit was SVN r11272.
2006-08-20 18:50:47 +00:00
0320551262
Update include path.
...
This commit was SVN r9156.
2006-02-27 02:15:53 +00:00
163391d71a
Cleanup the win32 stuff. Add some more definition for UNIX compatibility. There
...
is still an issue with the OMPI_DECLSPEC but I will investigate it a little
bit later.
This commit was SVN r8614.
2005-12-31 12:23:28 +00:00
b6036d985b
Updated version of the windows compatibility file.
...
This commit was SVN r8585.
2005-12-22 00:10:56 +00:00
08d33cfd52
Cleanups for the windows helpers. They will get included on the next commit.
...
This commit was SVN r8533.
2005-12-17 22:07:04 +00:00
cf09491da5
Remove all useless header as well as those generating name conflicts (io.h).
...
This commit was SVN r8484.
2005-12-13 06:17:15 +00:00
f636243309
Look like opal is a better place for windows related stuff.
...
This commit was SVN r8405.
2005-12-08 00:07:40 +00:00