Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Pugg_lib_examples_0.2.zip | 2009-08-09 | 11.2 kB | |
Pugg_lib_0.2.zip | 2009-08-09 | 4.7 kB | |
Totals: 2 Items | 15.9 kB | 0 |
History
0.60 * Linux support * Bug fixes, Code improvements etc...
0.55 * Switched to CMAKE build system for example projects.
0.51 * Removed unnecessary try catch block from Plugin.cpp
0.5 * New Documentation * Changed to Boost license for more freedom. * Name convention changes * wstring support is removed * Server class is in Kernel.h and is used from Kernel class. * Changed to mercurial
0.41 * A memory leak occurring while trying to load dll files not having the registerPlugin function is fixed.
0.4 * std::wstring file name support
0.3 * Name convention changes * Release pack for the library and related example projects are put together * More source code Documentation
0.21 * Bug Fix related to UNICODE support
0.2 * Version control system on plug-in system is removed. Every driver's version is controlled separately. * Server class became template, removing the need to write a server class for every driver and casting the drivers before usage.
0.11 * Bug fixes
0.1 * Initial release