root/juggler/branches/2.2/modules/vapor/vpr


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @21055 [21055] 02/29/08 11:40:32 patrick Do not include the same header twice. Duh.
(edit) @21037 [21037] 02/23/08 07:39:49 patrick MFT r21036: Fixed a compile error.
(edit) @20996 [20996] 01/12/08 06:48:02 patrick MFT r20992-r20995: Silenced Doxygen warnings and improved comments. No …
(edit) @20919 [20919] 11/12/07 12:01:04 patrick Merges from the trunk: r20915: Use the symbolic form of the file …
(edit) @20918 [20918] 11/12/07 11:59:30 patrick MFT r20916: Added a missing #include.
(edit) @20914 [20914] 11/12/07 11:45:27 patrick MFT r20913: Report all sem_wait(3) errors to the caller rather than just …
(edit) @20910 [20910] 11/12/07 08:59:16 patrick MFT r20909: Darwin 9.x still does not have working unnamed POSIX …
(edit) @20899 [20899] 11/07/07 17:05:45 patrick Be sure not to use the stack crawling code to Mac OS X when …
(edit) @20884 [20884] 10/29/07 14:01:01 patrick Silence a Visual C++ level 2 compiler warning that has been annoying me …
(edit) @20844 [20844] 09/24/07 10:54:23 dshipton Add missing include for RHEL5.
(edit) @20835 [20835] 09/19/07 20:44:45 patrick MFT r20814: Minor cleaning. No functional changes.
(edit) @20830 [20830] 09/19/07 20:15:22 patrick MFT r20829: Use syscall(NR_gettid) to get the ID of the currently …
(edit) @20821 [20821] 09/17/07 10:37:57 patrick Fixed build error.
(edit) @20820 [20820] 09/17/07 10:23:02 patrick Added Linux-specific implementations of vpr::ThreadPosix::[gs]etRunOn(). …
(edit) @20785 [20785] 09/07/07 15:49:03 patrick MFT: Set the environment variable VPR_BASE_DIR automatically on all …
(edit) @20778 [20778] 09/06/07 16:44:48 patrick MFT r20773, r20774: Implemented stack trace printing on Mac OS X.
(edit) @20749 [20749] 08/29/07 11:31:21 patrick Do not retrieve the error message if the "error" state is ERROR_SUCCESS.
(edit) @20660 [20660] 08/09/07 16:42:31 patrick Minor typo fix.
(edit) @20645 [20645] 08/08/07 16:39:59 patrick Removed debug output printed by the deleter in preparation for the VR …
(edit) @20613 [20613] 07/31/07 16:40:16 patrick Drop the patch/micro version for automatic linking and DLL names.
(edit) @20592 [20592] 07/24/07 10:26:41 patrick MFT r20590: Eliminate unneeded overloads of methods. char* can be …
(edit) @20591 [20591] 07/24/07 10:25:56 patrick Merges from the trunk that make vpr::Library::findSymbol() …
(edit) @20584 [20584] 07/23/07 14:41:22 patrick Clean up error messages used as exception explanation.
(edit) @20583 [20583] 07/23/07 14:41:00 patrick Get the OS error message if read(2) returns a negative value in radn_t().
(edit) @20500 [20500] 07/08/07 17:42:55 patrick Merges from the trunk: r20490: Instead of using a different name to …
(edit) @20470 [20470] 07/06/07 15:34:13 patrick According to the NSPR documentation and information from the primary …
(edit) @20469 [20469] 07/06/07 15:27:32 patrick MFT r20467: De-inline constructons and destructors. They can be …
(edit) @20468 [20468] 07/06/07 15:26:54 patrick MFT r20466: Clean up formatting. No functional changes. This is done to …
(edit) @20462 [20462] 07/06/07 15:07:13 patrick Avoid calling PR_GetError() unnecessarily. I am not sure if the …
(edit) @20461 [20461] 07/06/07 15:06:22 patrick When throwing a vpr::ConnectionResetException?, make the message …
(edit) @20460 [20460] 07/06/07 15:04:11 patrick Back out r19194. I have never had any trouble with the stack trace …
(edit) @20459 [20459] 07/05/07 15:47:25 patrick MFT r20454: Avoid having an vpr:;UnknownHostException? get thrown if the …
(edit) @20375 [20375] 06/27/07 18:40:36 patrick On non-Windows platforms, shared librariess still have the "_d" variant …
(edit) @20363 [20363] 06/27/07 15:40:03 patrick Merges from the trunk: r20345: Change the preprocessor symbols that we …
(edit) @20338 [20338] 06/26/07 16:35:16 patrick MFT r20337: Allow user-level code to customize the shared library …
(edit) @20283 [20283] 05/23/07 11:23:27 patrick MFT r20259: Change default socket stat strategy to be …
(edit) @20282 [20282] 05/23/07 11:21:29 patrick MFT r20260: Change BandwidthIOStatsStrategy to use …
(edit) @20280 [20280] 05/23/07 11:19:15 patrick MFT r20260, r20261: Fixed compile errors.
(edit) @20279 [20279] 05/23/07 11:16:19 patrick Merges from the trunk: r20275: Eliminate the need for …
(edit) @20277 [20277] 05/23/07 11:13:08 patrick Merges from the trunk: r20271: Ensure that the polymorphic type …
(edit) @20268 [20268] 05/23/07 10:16:43 patrick MFT r20262: Pass vpr::Interval objects by const reference instead of as …
(edit) @20267 [20267] 05/23/07 10:14:36 patrick MFT r20258: Changed the signatures of the internal virtual functions …
(edit) @20266 [20266] 05/23/07 10:13:44 patrick MFT r20257: Moved the implementation of virtual functions in …
(edit) @20265 [20265] 05/23/07 10:13:07 patrick MFT r20254: Style fixes. No functional changes.
(edit) @20264 [20264] 05/23/07 10:12:42 patrick MFT r20253: Avoid complications caused by having default parameter values …
(edit) @20242 [20242] 05/22/07 06:56:03 patrick MFT r20232: Fix a few memory leaks when dealing with file handles and IO …
(copy) @19943 [19943] 04/18/07 10:39:30 patrick Create the VR Juggler 2.2 release branch.
copied from juggler/trunk/modules/vapor/vpr:
(edit) @19897 [19897] 04/05/07 16:54:02 patrick Added thread start/exit notification capabilities. It is now possible …
Note: See TracRevisionLog for help on using the revision log.