summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-02-14vlan: Provide rtnl_link_vlan_alloc()Thomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-01-243.2.21 releaseThomas Graf
2013-01-233.2.20 releaseThomas Graf
2013-01-173.2.19 releaseThomas Graf
2013-01-083.2.18 releaseThomas Graf
2013-01-043.2.17 releaseThomas Graf
2012-12-05Fix python detection codeGilles Espinasse
Signed-off-by: Gilles Espinasse <g.esp@free.fr> Compiling libnl versions that include doc or the git tree produce this checking for python build information... checking for python2.6... python2.6 checking for main in -lpython2.6... yes checking python2.6/Python.h usability... yes checking python2.6/Python.h presence... yes checking for python2.6/Python.h... yes ./configure: line 4272: test: !=: unary operator expected checking for python2.5... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python2.4... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python2.3... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python2.2... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python2.1... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected results of the Python check: Binary: python2.6 Library: python2.6 Include Dir: no Fix the unary operator warning allow to break when one python version is found Add the more recent python versions Change send upstream as http://savannah.gnu.org/patch/index.php?7897 Signed-off-by: Thomas Graf <tgraf@suug.ch>
2012-11-26Merge branch 'master' of git://git.inai.de/libnlThomas Graf
2012-11-26build: use foreign modeJan Engelhardt
This is the magic trick to get rid of files like NEWS, INSTALL, etc. that are unused in some projects, like libnl. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
2012-11-26build: use AC_CONFIG_AUX_DIRJan Engelhardt
Stash all those scripts into a separate directory and ignore that. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
2012-11-26build: rename configure.in -> .acJan Engelhardt
"configure.in" is a very, very old, obsolete name. Newer automake will reject it, so rename it now. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
2012-11-263.2.16 releaseThomas Graf
2012-11-233.2.15 releaseThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2012-11-12doc: Revert to default stylesheetThomas Graf
Use of a custom stylesheet breaks with almost every release of doxygen and is thus completely unuseable. Signed-off-by: Thomas Graf <tgraf@suug.ch>
2012-11-11doc: update Doxygen layout file to latest formatThomas Graf
Sigend-off-by: Thomas Graf <tgraf@suug.ch>
2012-11-08nl: improve API doc of transmit functionsThomas Graf
Signed-off-by: Thomas Graf <tgraf@redhat.com>
2012-11-08doc: increase dot max graph nodes to 100Thomas Graf
2012-10-22Don't include doc/ in toplevel distThomas Graf
On a second thought, don't include doc/ in dist at all and distribute it separately. The doc source files are available in the git tree anyway. Signed-off-by: Thomas Graf <tgraf@redhat.com>
2012-10-19doc: Split doc/ into separate packagesThomas Graf
Separates all the documentation generation trickery to its own configure.in and allows to easily generate a pre built doc dist file for distribution. Arguments to configure will be passed on to doc/configure Signed-off-by: Thomas Graf <tgraf@redhat.com>
2012-10-19doc: mark route.txt as WIPThomas Graf
2012-10-09link: Support link groupingThomas Graf
New functions: rtnl_link_set_group(link, group) rtnl_link_get_group(link) The group identifier is printed in the brief section as "group N" Signed-off-by: Thomas Graf <tgraf@redhat.com>
2012-10-09doc: Provide documentation for link promis counter and rx/tx queuesThomas Graf
Signed-off-by: Thomas Graf <tgraf@redhat.com>
2012-08-31Merge branch 'doxyfile' of https://github.com/socketpair/libnlThomas Graf
2012-08-31doc: Update Doxyfile.in to latest syntaxThomas Graf
2012-08-30Remove auto-generated Doxyfile from gitКоренберг Марк
Also, add it to gitignore
2012-08-303.2.12 releaseThomas Graf
2012-08-30doc: Update Doxyfile config to latest releaseThomas Graf
2012-05-10doc: documentation restructuringThomas Graf
- changes the modules hierarchy to better represent the set of libaries - list the header file that needs to be included - remove examples/doc from api ref that is included in the guide - add references to the guide - fix doxygen api linking for version 1.8.0 - readd doxygen mainpage to config file - fix a couple of doxygen doc bugs
2012-05-09doc: add section about addressingThomas Graf
Adds a new section to netlink fundamentals explaining the common addressing use cases and illustrates kernel->user, user->user, and user->kernel communication.
2012-05-09doc: Check documentation generation requirements with autoconfThomas Graf
Adds --enable-doc/--disable-doc, if omitted doc will only be build if requirements are met. If explicitely enabled, configure script will fail if requirements are not met.
2012-05-07Fix two bugs in 3.2.8/doc/Jeroen Roovers
doc/Doxyfile.in: Refer to @top_srcdir@ instead of @src_dir@ doc/Makefile.in: Set .PHONY to api_ref instead of api_refs http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libnl/files/ Cheers, jer
2012-04-21cache_manager: Move documentation to doc/core.txtThomas Graf
2012-03-26doc: Fix incorrect nl_socket_add_memberships() exampleThomas Graf
Reported by: Andrew Collins <bsderandrew@gmail.com> Signed-off-by: Thomas Graf <tgraf@redhat.com>
2012-02-23doc: Fix typos in autoconf exampleThomas Graf
Reported by nick black <dankamongmen@gmail.com>
2011-09-13Switch to libtool versioning systemThomas Graf
It has been a request that multiple libnl versions should be installabe in parallel. In order to achieve this, the basename of the library was changed to libnl-3 which reflects the 3rd generation of libnl APIs. It also means that release based library versioning is left behind and libtool versioning is used instead. Projects using pkgconfig will automatically link against the new library basename and will not notice a difference. The SO versioning is based on the glib model: current := 100 * minor + micro - revision revision := revision age := age (number of backwards compatible versions)
2011-09-13asciidoc xhtml stylesheetThomas Graf
2011-09-08remove dist lines for non existing filesThomas Graf
2011-08-12doc: need to include @srcdir@/src not @top_srcdir@/srcThomas Graf
2011-08-11Include all files necessary to build documentation in distributionThomas Graf
2011-08-11Allow building documentation out of the treeThomas Graf
Patch originally provided by Gaudenz Steinlin <gaudenz@debian.org>
2011-08-113.1 releaseThomas Graf
2011-07-28Updated link documentationThomas Graf
- API documentation - developer guide - enabled doxygen navbar - fixed css
2011-07-27Hack doxygen CSS to avoid stupid margins in modules listingThomas Graf
2011-07-21VLAN: rtnl_link_is_vlan() function and API documentationThomas Graf
2011-07-21ignore various generated filesThomas Graf
2011-07-21more documentation updatesThomas Graf
- improved stylesheets for both doxygen and asciidoc - use of xml doxygen layout - python script to resolve <<foo>> asciidoc references to <<foo, title>> based on the target caption - graphics for netlink and netlink error headers - more link documentation
2011-07-18Documentation updatesThomas Graf
- update to asciidoc 8.6.5 - added doc/README - switched to toc2 - started adding link documentation
2011-07-14documentation updatesThomas Graf
2011-03-31Move to asciidocThomas Graf
The core library documentation has been converted to use asciidoc. It provides better flexibility in creating documentation such as tables and more powerful formatting rules. The doxygen based API reference remains and three scripts have been added to: - gen-tags.sh: extract tag information from doxygen reference - tags2dict.sh: generate a name=link dictionary file - doxygen-link.py: replace all references in the asciidoc documentation refering to API functions, struct, etc. with a link into the doxygen API reference. 'make gendoc' continue to generate all documentation. The following tools are required to generate documentation: - asciidoc - mscgen - asciidoc mscgen plugin - pygments - xmlstarlet
2010-11-27Tons of documentationThomas Graf