1
I Use This!
Inactive

News

Analyzed about 14 hours ago. based on code collected about 17 hours ago.
Posted almost 16 years ago by Anton Matosov
Now STL like allocator class is available as part of library, it works fine with VS2005, VS2008 and g++ 4.1 STL version
Posted almost 16 years ago by Anton Matosov
Source code documentation is available online now. Visit documentation page of project web site for more details.
Posted almost 16 years ago by [email protected] (Anton Matosov)
Source code documentation is available online now. Visit documentation page of project web site for more details.
Posted almost 16 years ago by Anton Matosov
Source code documentation is available online now. Visit documentation page of project web site for more details.
Posted almost 16 years ago by Anton Matosov
Now documentation corresponds to the latest library source code. Additionally following files were fully documented: type_manip.h, new.h, pointer_convert.h, size_tracking.h, heap_segment.h, memory_segment.h, segment_traits.h, managed_base.h, singleton_manager.h, manager_traits.h, memory_manager.h and manager_category.h
Posted almost 16 years ago by [email protected] (Anton Matosov)
Now documentation corresponds to the latest library source code.Additionally following files were fully documented:type_manip.h, new.h, pointer_convert.h, size_tracking.h, heap_segment.h, memory_segment.h, segment_traits.h, managed_base.h, singleton_manager.h, manager_traits.h, memory_manager.h and manager_category.h
Posted almost 16 years ago by Anton Matosov
Now documentation corresponds to the latest library source code. Additionally following files were fully documented: type_manip.h, new.h, pointer_convert.h, size_tracking.h, heap_segment.h, memory_segment.h, segment_traits.h, managed_base.h, singleton_manager.h, manager_traits.h, memory_manager.h and manager_category.h
Posted almost 16 years ago by [email protected] (Anton Matosov)
Main achievements: - a lot of source code comments was added - fixed compiler errors on VC8 (VS2005)
Posted almost 16 years ago by Anton Matosov
Main achievements: - a lot of source code comments was added - fixed compiler errors on VC8 (VS2005) - fixed issue with size_tracking decorator that brings memory corruption - implemented unit test to catch memory corruptions made by size tracker ... [More] decorator - implemented overload of mem_mgr() function for singleton manager (to make life easier) - added base_manager_type typedef to manager traits and decorator traits, this type represent manager type w/o decorator - renamed do_delete into delete_ and do_delete_arr into delete_array - improved unit tests for managed_base class, so now stored values are also checked [Less]
Posted almost 16 years ago by Anton Matosov
Main achievements: - a lot of source code comments was added - fixed compiler errors on VC8 (VS2005) - fixed issue with size_tracking decorator that brings memory corruption - implemented unit test to catch memory corruptions made by size tracker ... [More] decorator - implemented overload of mem_mgr() function for singleton manager (to make life easier) - added base_manager_type typedef to manager traits and decorator traits, this type represent manager type w/o decorator - renamed do_delete into delete_ and do_delete_arr into delete_array - improved unit tests for managed_base class, so now stored values are also checked [Less]