Issue Details (XML | Word | Printable)

Key: STDCXX-573
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Andrew Black
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

Enable building with Purify

Created: 27/Sep/07 07:54 PM   Updated: 11/Jul/09 12:06 AM
Return to search
Component/s: Build and Installation
Affects Version/s: 4.2.0
Fix Version/s: 4.3.0

Time Tracking:
Original Estimate: 4h
Original Estimate - 4h
Remaining Estimate: 8h
Time Spent - 4h Remaining Estimate - 8h
Time Spent: 4h
Time Spent - 4h Remaining Estimate - 8h

File Attachments:
  Size
File Licensed for inclusion in ASF works purify.diff 2007-09-27 08:10 PM Andrew Black 2 kB


 Description  « Hide
It would be useful to be able to build and run the examples, utilities and tests using Rational Purify. This could potentially allow us to detect errors, such as memory leaks, which we might not otherwise detect.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #615419 Sat Jan 26 01:32:02 UTC 2008 vitek 2008-01-25 Travis Vitek <vitek@roguewave.com>

STDCXX-573
* etc/config/makefile.rules: Use WITH_PURIFY or WITH_CADVISE to enable
or disable purify and cadvise tools
* GNUmakefile: Document new parameters, and cache them in makefile.in
Files Changed
MODIFY /stdcxx/trunk/etc/config/makefile.rules
MODIFY /stdcxx/trunk/GNUmakefile

Repository Revision Date User Message
ASF #616588 Wed Jan 30 02:10:55 UTC 2008 vitek 2008-01-29 Travis Vitek <vitek@roguewave.com>

Merged rev 615419 with a fix for STDCXX-573 from trunk.
* etc/config/makefile.rules: Use WITH_PURIFY or WITH_CADVISE to enable
or disable purify and cadvise tools.
* GNUmakefile: Document new parameters and cache them in makefile.in.
Files Changed
MODIFY /stdcxx/branches/4.2.x/etc/config/makefile.rules
MODIFY /stdcxx/branches/4.2.x/GNUmakefile