Menu

Tree [926aca] master /
 History

HTTPS access


File Date Author Commit
 doc 2013-07-26 Alex Elzenaar Alex Elzenaar [6a5746] Added H/P model documentation
 example 2013-07-31 Alex Elzenaar Alex Elzenaar [926aca] Merge branch 'develop' of ssh://git.code.sf.net...
 include 2013-07-28 Alex Elzenaar Alex Elzenaar [094a68] Added grouping for different API styles (pre-0....
 .gitignore 2013-07-17 Alex Elzenaar Alex Elzenaar [16907e] Enhanced Doxygen documentation (part 1)
 Doxyfile 2013-07-28 Alex Elzenaar Alex Elzenaar [a08837] Enhanced doxygen documentation (part 3)
 history.txt 2013-07-25 Alex Elzenaar Alex Elzenaar [d7aded] Added 0.8 to history
 license.txt 2013-07-17 Alex Elzenaar Alex Elzenaar [3fc814] Merge branch 'ft_streamlinedservers' into develop
 readme.md 2013-07-26 Alex Elzenaar Alex Elzenaar [7ecd8c] Added changelog to readme

Read Me

README

What is apugg?

apugg is an object-oriented plugin loading library written in pure C++.
It is designed to be usable across platforms, and adding support for new styles
of plugins is done by simply inheriting a library class.

How do I install apugg?

apugg is a header-only library. That means that no compilation is needed and
no object files or libraries need to be linked with your program, and the only
installation needed is copying the headers (in the include directory) to
somewhere that your compiler can see it.

What are the license conditions?

apugg is licensed under the GNU LGPL license (see 'license.txt'). For more info
about how this applies to a header-only library, see the old Eigen wiki page at
[http://eigen.tuxfamily.org/index.php?title=Licensing_FAQ&oldid=1117].

How do I grab the documentation?

The code in the header files is completely documented using Doxygen. You can
point Doxygen at 'Doxyfile' in the source distribution to build the HTML docs,
and it will build into the doc/html directory. There are also some docs on
the project wiki, at [http://sourceforge.net/p/apugg].

How do I grab the latest version of apugg?

apugg is hosted on SourceForge at [http://sourceforge.net/p/apugg], and there
are downloads there that include the entire library, along with examples and
a tutorial.

What is the difference between pugg and apugg?

apugg was forked from pugg with the intention to provide a more comprehensive
feature set and a faster update cycle.
pugg can be found at [http://pugg.sourceforge.net], and if you need a stable
plugin library that does not change often and has a large user base, go check
it out.

How do I contribute?

See 'doc/contribute.md'.

Who wrote apugg?

See 'doc/authors.md'

How is apugg licensed?

apugg is Copyright (C) 2013 Alex Elzenaar, Tunc Bahcecioglu.
See license.txt for the licensing terms (LGPL 3.0).

Changelog

See 'history.txt'.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.