Name | Modified | Size | Downloads / Week |
---|---|---|---|
pugg | 2009-08-09 | ||
pugg.1.0.0.nupkg | 2014-09-10 | 8.1 kB | |
pugg 1.0.0.zip | 2014-09-10 | 104.8 kB | |
pugg.0.6.nupkg | 2013-05-03 | 8.3 kB | |
readme.md | 2013-04-30 | 1.1 kB | |
pugg 0.6.zip | 2013-04-30 | 90.4 kB | |
Pugg 0.5.zip | 2013-03-21 | 94.4 kB | |
pugg_0.41.zip | 2009-12-20 | 12.3 kB | |
pugg_0.4.zip | 2009-10-28 | 12.1 kB | |
pugg_0.3.zip | 2009-09-06 | 12.5 kB | |
Totals: 10 Items | 343.9 kB | 1 |
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