Issue Details (XML | Word | Printable)

Key: STDCXX-563
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Farid Zaripov
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

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

split up rw/_mutex.h

Created: 18/Sep/07 05:59 PM   Updated: 13/Oct/08 04:45 PM
Return to search
Component/s: Build and Installation
Affects Version/s: 4.2.0
Fix Version/s: 4.2.2

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

File Attachments:
  Size
Text File Licensed for inclusion in ASF works stdcxx-563.patch 2008-05-15 03:33 PM Farid Zaripov 119 kB

Patch Info: Patch Available
Severity: Cosmetic
Resolution Date: 17/Sep/08 01:50 PM


 Description  « Hide
The internal header <rw/_mutex.h> has become too big and hard to maintain. It would be an improvement to split it up into multiple headers, one for each supported implementation of threads, along the lines of what was done with the <rw/_config.h> header in http://svn.apache.org/viewvc?view=rev&revision=382600. This is too big to do for 4.2 but simple enough that it could go in 4.2.1.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Farid Zaripov logged work - 15/May/08 03:22 PM
Time Worked: 4h
Patch created and tested on 32-bit and 64-bit MSVC and gcc/Linux.