0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove the beginning `__' in names of non-public member functions. More... almost 14 years ago
Improve the detection of 64-bit platforms. More... almost 14 years ago
Remove the beginning `__' in names of local variables and function parameters in order to avoid collision with reserved words. More... almost 14 years ago
Change the types of parameters to ensure better compatibility and security. More... about 14 years ago
Output the file/line information in verbose mode for the new tracking method (using __debug_new_recorder). More... about 14 years ago
Fix the wrong warning about placement new when one uses `new NonPODType[size]' (thanks to Paul Butcher). More... about 14 years ago
Eliminate weird errors caused by the name `__block' (reported by Paul Butcher). More... over 14 years ago
Fix the warning regarding outputting size_t w/ certain compilers. More... over 14 years ago
Remove the use of HAVE_PLACEMENT_DELETE to simply the code. More... over 14 years ago
Reword the comment. More... over 14 years ago
Add a comment about the use of `friend'. More... over 14 years ago
Use _DEBUG_NEW_TYPE to control the definition of DEBUG_NEW. More... over 14 years ago
Prevent an unwanted automatic link generation. More... over 14 years ago
Replace the global BYTE typedef with a private bool_array::byte. More... over 14 years ago
Make bool_array work under MSVC 6; improve documentation comments. More... over 14 years ago
Allow beginning of the range in bool_array:: count & find_until to be equal to the end, but not greater than. More... over 14 years ago
Make bool_array 64-bit safe; Make bool_array::create fail-safe; Un-inline the non-trivial constructor. More... over 14 years ago
Make operator[] work for a const bool_array; add swap(). More... over 14 years ago
Adjust documentation comments; make minor code adjustment. More... over 14 years ago
Replace `unsigned long' with `size_type'. More... over 14 years ago
Add bool_array::find... functions. More... over 14 years ago
Implement copy-construction and assignment; Add a swap function; Add a capacity function; Add more comments. More... about 15 years ago
Remove the now out-of-date mention of placement new in documentation comment. More... about 15 years ago
Add more documentation comments; Change the default value of _DEBUG_NEW_FILENAME_LEN to 0 on Windows. More... about 15 years ago
Add more documentation comments. More... about 15 years ago
Use the init_seg(compiler) pragma instead of init_seg(lib); Disable a warning on MSVC 8.0 or later for using strncpy; Use `ALIGN' to replace `align'. More... about 15 years ago
Define WIN32_LEAN_AND_MEAN before including <windows.h>. More... over 15 years ago
Avoid using `__value', which is reserved by newer versions of MSVC for Managed Extensions. More... over 15 years ago
Add fc_queue.h. More... over 15 years ago
Adjust documentation comments. More... over 15 years ago