C++ RTL for NT ke-mode drivers: update is available

Ladies and gentlemen!

The previous thread
http://www.osronline.com/showthread.cfm?link=250151
has expired and it become unable to post there so let’s restart here.

Just to recall:

This is a C++ run-time library (for NT ke-mode drivers) implementing EH, RTTI, new/delete, global/static ctoring/dtoring support for both MSFT and Intel C++ compilers. Note this project is developed completely aside from the compiler vendors.

The sources are kept under the MIT license (excluding the ‘3rd_party’ directory), and can be found here:

svn co https://riouxsvn.com/svn/prj_ntke_cpprtl/trunk
or just browse the location
https://riouxsvn.com/svn/prj_ntke_cpprtl/trunk

At the moment the following notable updates are available compared with the previous release:

(1) ‘STLport’ (v5.2.1) is included configured for using with the RTL;

(2) WDK-build project is supplied to build the test driver (‘WDK6001.18002’ and ‘WDK7600.16385.1’ toolsets are supported);

(3) the custom build scripts are updated to support the following toolsets: ‘DDK2600’, ‘DDK3790.1830’, ‘WDK6001.18002’, ‘WDK7600.16385.1’, ‘MSVC2012+WDK8.0’, ‘MSVC2013+WDK8.1’, ‘ICL13.0+WDK7600’, ‘ICL13.0+WDK8.0’;

(4) WindowsRT (‘arm’ 6.2.9200) is now supported side by side with the ‘x86’ and ‘x64’;

(5) the optimizations in C++ EH-library are applied to reduce an enormous stack wastage while nested exceptions handling.

The previous release has been moved here:
https://riouxsvn.com/svn/prj_ntke_cpprtl/tags/ntke_cpprtl_release_1