1
I Use This!
Inactive

News

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Posted over 13 years ago by berkus
fixed: Type sequence<T> is introduced, similar to nemesis SEQ_STRUCT().
Posted over 13 years ago by berkus
fixed: Small subset of libcxx (basic stuff + unordered_map + vector) are ported over and will be used instead of ancient SGI STL implementation. BDE allocators are being grafted on onto the new port.
Posted over 13 years ago by Berkus
Posted over 13 years ago by Berkus
Posted over 13 years ago by Berkus
Posted over 13 years ago by berkus
Generate proper C++ wrappers for meddler sequence<> types.
Posted over 13 years ago by berkus
SGI STL is fairly dated Consider implementing BDE allocators in libcxx What to do with iostreams? certainly no fstream and derivatives. An option to easily turn streams off could help. Make a list of what functionality from stl is being currently ... [More] used in host tools and target code separately. Based on #4 see if reimplementing libcxx instead of SGI STL is reasonable. [Less]
Posted over 13 years ago by Berkus
Posted over 13 years ago by Berkus
Posted over 13 years ago by berkus
Perform scanning of the system buses and build a device tree which describes machine configuration. A prerequisite for device driver loading and probing.