Commit Graph

10 Commits

Author SHA1 Message Date
Bruce A. Mah
165abd67b4
Add spec file to .gitignore. 2014-10-23 14:46:53 -07:00
Bruce A. Mah
487ee8102f
Update automake infrastructure for 1.14, to match what we build
against.
2014-06-11 13:56:54 -07:00
Bruce A. Mah
5069cc1329 src/version.h is generated now so make git ignore it. 2014-04-25 12:32:16 -07:00
Bruce A. Mah
40050b7bee
Fix breakage due to iperf.h depending on the autoconf config.h file but
not including it.

To fix this required us to change config.h to iperf_config.h (to
avoid potential filename collisions with this generic name).  Then
iperf.h could include this.

Adjust the existing header file inclusions to track this, and also
canonicalize their inclusion to be at the top of *.c files.
2014-04-14 13:33:33 -07:00
Bruce A. Mah
7a80dfb20e
Minor doc-building fix-ups.
Put the sphinx-generated docs/Makefile under revision control like it
should have been from the start (requires some changes and fixes
to .gitignore).

Change project name from iperf to iperf3 in a few generated places in
the documentation pages, most notably the page headers.
2014-04-08 10:27:16 -07:00
Bruce A. Mah
95d7c7d5fd Tweak .gitignore so we don't obsess over a documentation directory. 2014-04-07 10:23:01 -07:00
Bruce A. Mah
14741dcbb4 First pass at new iperf3 documentation, implemented in reStructuredText.
Building and deploying the documentation requires some infrastructure
that's not part of this tree.
2014-03-31 11:52:23 -07:00
Bruce A. Mah
6c03583982
Update for files in examples/ directory. 2014-03-20 10:02:25 -07:00
Bruce A. Mah
3c4ef74e5e
Build libiperf3 as both a shared library and a static library by default.
Use --disable-static or --disable-shared to build only one flavor
of libraries.

Tested on MacOS, FreeBSD, and CentOS 6 Linux.

Resolves #146.

Originally submitted by:	@i2aaron
2014-03-04 14:31:35 -08:00
Bruce A. Mah
445a25c059 Try to convert .hgignore to .gitignore. 2014-02-27 18:38:00 -08:00