1
1

9 Коммитов

Автор SHA1 Сообщение Дата
Jeff Squyres
e9ed717748 First cut at copyrights: IU, UTK, and some OSU. LANL and HLRS still
pending.

This commit was SVN r3655.
2004-11-22 01:38:40 +00:00
Jeff Squyres
aa11f9be06 - Fix broken $HEADER$ lines
- Add $HEADER$ lines to files that didn't have them
- Add placeholder LICENSE file

This commit was SVN r3654.
2004-11-22 00:37:56 +00:00
Brian Barrett
c6740bb294 escape paths to copy so that can build in C:\Documents and Settings
This commit was SVN r3472.
2004-11-02 14:00:31 +00:00
Prabhanjan Kambadur
4c67fe0d3a topdir has to be defined
This commit was SVN r3471.
2004-11-02 13:33:33 +00:00
Prabhanjan Kambadur
bf0030e0bc some minor changes to get things running on windows. this includes adding some linkage symbols for the components to export stuff properly.
This commit was SVN r3456.
2004-11-01 14:44:14 +00:00
Prabhanjan Kambadur
f9ca11225b removing the hardcode of the topfir in the makefile
This commit was SVN r3433.
2004-10-29 14:42:37 +00:00
Prabhanjan Kambadur
c275a54c1f last set of changes which completes the win build
This commit was SVN r3414.
2004-10-28 22:21:20 +00:00
Prabhanjan Kambadur
650b04c4b4 changes:
--------
1. malloc casts to the right pointers
2. function parameter casts in the components (eg., recv requires a (char *) typecast 
   else cL compiler barfs)
3. added my own errno indirection. this is only in oob/tcp module. ompi_errno is #defined
   ro errno in unix land and to a function ompi_get_error which returns the equivalent
   error code.
4. implemented our own fcntl to prevent spaghetti coding. this currently only takes
   F_GETFL and F_SETFL arguments, does nothing on F_GETFL and sets the nonblocking 
   option on F_SETFL
5. Moved some extern declarations to global scope since the CL compiler does not do 
   the right things if they are declared and used in static inline functions.
6. Protection around some header files. changed sys/errno to errno.
7. defined in_proto_t (unsigned uint16_t) to DWORD ... comments are welcome

This commit was SVN r3394.
2004-10-28 18:13:43 +00:00
Prabhanjan Kambadur
1eb544b8a0 some helper makefiles. too lazy to open up visual studio every time
This commit was SVN r3362.
2004-10-26 22:28:35 +00:00