openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
ReZound
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 119 of 131
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Found a way to disallow closing the app while a modal window is showing.
ddurham
More...
almost 23 years ago
Updated COSSSoundPlayer with the same semephore wait that I used in COSSSoundRecorder that fixed the problem that ost::Thread.wait() doesn't do what I thought
ddurham
More...
almost 23 years ago
Updated COSSSoundPlayer with the same semephore wait that I used in COSSSoundRecorder that fixed the problem that ost::Thread.wait() doesn't do what I thought
ddurham
More...
almost 23 years ago
Changed the V&H spacing of the contents frame for the CChannelSelectDialog and CPasteChannelsDialog
ddurham
More...
almost 23 years ago
Changed the V&H spacing of the contents frame for the CChannelSelectDialog and CPasteChannelsDialog
ddurham
More...
almost 23 years ago
Updated the TODO on the record dialog (already finished it)
ddurham
More...
almost 23 years ago
Updated the TODO on the record dialog (already finished it)
ddurham
More...
almost 23 years ago
Fixed a lingering issue in TPoolFile::isExclusiveLocked() and TPoolFile::getSharedLockCount()
ddurham
More...
almost 23 years ago
Fixed a lingering issue in TPoolFile::isExclusiveLocked() and TPoolFile::getSharedLockCount() Updated the TODO about this
ddurham
More...
almost 23 years ago
Made the copy edit action not lockForResize, but only lockSize by passing 'false' for the 'willResize' parameter of AActionFactory
ddurham
More...
almost 23 years ago
Made the copy edit action not lockForResize, but only lockSize by passing 'false' for the 'willResize' parameter of AActionFactory
ddurham
More...
almost 23 years ago
Added a red LED to the record dialog to show when recording is actually happening Added a label to the record dialog's status info which shows when the recording is going to automatically stop Updated the TODO lists concerning this task
ddurham
More...
almost 23 years ago
Added a red LED to the record dialog to show when recording is actually happening
ddurham
More...
almost 23 years ago
Added a ??? comment in CSoundWindow.cpp
ddurham
More...
almost 23 years ago
Added a ??? comment in CSoundWindow.cpp
ddurham
More...
almost 23 years ago
Added and updated some TODOs
ddurham
More...
almost 23 years ago
Added and updated some TODOs
ddurham
More...
almost 23 years ago
Fixed a bug in ASoundFileManager where on saveas it didn't consult the loadedRegistry if that was going to cause a problem before it had already changed the filename in the ASound object
ddurham
More...
almost 23 years ago
Fixed a bug in ASoundFileManager where on saveas it didn't consult the loadedRegistry if that was going to cause a problem before it had already changed the filename in the ASound object
ddurham
More...
almost 23 years ago
Fixed a bug where the CSoundListWindow's filename was not getting updated when the user did a save as
ddurham
More...
almost 23 years ago
Fixed a bug where the CSoundListWindow's filename was not getting updated when the user did a save as Updated the TODO concerning this task
ddurham
More...
almost 23 years ago
Made TPoolFile use a memory buffer to write the SAT to disk. Instead of each SAT entry write being 3 writes to CMultiFile, it's not 3 memcpys and 3 adds to an offset. And then I write that memory buffer to the CMultiFile all at once. Also, I read the SAT entries in the same manner. Updated the TODO list for this task
ddurham
More...
almost 23 years ago
Made TPoolFile use a memory buffer to write the SAT to disk. Instead of each SAT entry write being 3 writes to CMultiFile, it's not 3 memcpys and 3 adds to an offset. And then I write that memory buffer to the CMultiFile all at once.
ddurham
More...
almost 23 years ago
Tweaked CMultiFile not to call ftruncate so much.
ddurham
More...
almost 23 years ago
Tweaked CMultiFile not to call ftruncate so much. It was calling it for every write if that write was going to cause the file to grow. Evidently, ftruncate is an expensive system call. Well, writing past the end of a file adds space, so I avoid calling ftruncate to make the file bigger if the write is going to do it anyway.
ddurham
More...
almost 23 years ago
Added to the TODO list
ddurham
More...
almost 23 years ago
Added to the TODO list
ddurham
More...
almost 23 years ago
Added to the TODO lists
ddurham
More...
almost 23 years ago
Added to the TODO lists
ddurham
More...
almost 23 years ago
Minor cosmetic change to CRecordDialog
ddurham
More...
almost 23 years ago
←
1
2
…
115
116
117
118
119
120
121
122
123
…
130
131
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree