-
aciddeath committed revision 459 to the BloCxx SVN repository, changing 2 files.
2009-10-13 15:53:23 UTC in BloCxx
-
aciddeath committed revision 458 to the BloCxx SVN repository, changing 1 files.
2009-10-12 23:48:08 UTC in BloCxx
-
aciddeath committed revision 457 to the BloCxx SVN repository, changing 1 files.
2009-10-12 20:12:49 UTC in BloCxx
-
aciddeath committed revision 456 to the BloCxx SVN repository, changing 14 files.
2009-10-12 20:11:27 UTC in BloCxx
-
aciddeath committed revision 455 to the BloCxx SVN repository, changing 2 files.
2009-10-12 20:08:30 UTC in BloCxx
-
aciddeath committed revision 454 to the BloCxx SVN repository, changing 7 files.
2009-10-09 22:08:07 UTC in BloCxx
-
aciddeath committed revision 6846 to the OpenWBEM SVN repository, changing 1 files.
2009-09-22 22:34:47 UTC in OpenWBEM
-
aciddeath committed revision 6845 to the OpenWBEM SVN repository, changing 2 files.
2009-09-22 22:31:17 UTC in OpenWBEM
-
ThreadBarrier.cpp fails compilation on AIX 5.3 (but not 5.2).
---
ThreadBarrier.cpp:64: error: `pthread_barrier_init undeclared (first use this function)
---
etc.
Reason: AIX 5.3 has pthread_barrier functions, but their prototypes in are guarded by '#if _XOPEN_SOURCE >= 600' (Blocxx build uses -D_XOPEN_SOURCE=500).
The autoconf test succeeds without the prototypes since the...
2009-09-22 21:42:59 UTC in BloCxx
-
aciddeath committed revision 435 to the BloCxx SVN repository, changing 17 files.
2009-09-21 19:33:14 UTC in BloCxx