aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
Commit message (Collapse)AuthorAgeFilesLines
* Add Python and pkg-config as requirements to HACKINGTobias Brunner2014-02-121-0/+2
| | | | | pkg-config is probably installed on most systems by default, but e.g. not on Cygwin.
* Remove check library from HACKING documentReto Buerki2013-12-041-1/+0
|
* Add --enable-coverage configure optionTobias Brunner2013-06-111-1/+4
| | | | | | | | | | | | | | This configure flag enables lcov [1] coverage generation and is intended to be used with unit tests (--enable-unit-tests is implied). A html coverage report can be generated by issuing the following command in the toplevel build directory: make coverage [1] - http://ltp.sourceforge.net/coverage/lcov.php Based on a patch by Adrian-Ken Rueegsegger.
* Add configure option --enable-unit-testsAdrian-Ken Rueegsegger2013-03-191-0/+1
| | | | | | | | | | | | This configure option enables check-based unit testing. Check is a unit test framework for C [1]. The unit tests can be executed by issuing the following command in the toplevel build directory: make check [1] - http://check.sourceforge.net/
* Various style, typo and whitespace correctionsAdrian-Ken Rueegsegger2012-01-131-3/+3
|
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
| | | | Mostly found by 'codespell'.
* To build strongSwan from git sources, gettext is requiredMartin Willi2009-12-021-1/+4
|
* added URL for git repository served over git:// protocolMartin Willi2009-08-211-0/+4
|
* updated HACKING infoMartin Willi2009-07-071-26/+17
|
* updated documentation filesMartin Willi2007-07-021-3/+3
|
* documentation fixes and updatesMartin Willi2007-06-111-2/+8
|
* updated uClibc note in HACKINGMartin Willi2007-04-121-6/+3
|
* fixed more uClibc issuesMartin Willi2006-12-151-0/+21
| | | | | should compile against a uClibc > 0.9.28 (untested)
* updated INSTALL to conform with autotoolsMartin Willi2006-06-081-0/+35
added a short HACKING introduction