summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)Author
2016-12-21Merge pull request #1419 from vlvkobal/masterCosta Tsaousis
macOS: get rid of compilation errors
2016-12-21Get rid of compilation errors on macOSVladimir Kobal
2016-12-20portability fixes for header filesCosta Tsaousis
2016-12-11introduce new clocks API using `clock_gettime()`Rémi Lefèvre
Fallbacks are provided for systems that do not support clock_gettime(), CLOCK_MONOTONIC or CLOCK_BOOTTIME. Signed-off-by: Rémi Lefèvre <remi.lefevre@parrot.com>
2016-12-05Minor cleanups and plugin structure changesVladimir Kobal
2016-12-02Preparations in the source tree for FreeBSD pluginVladimir Kobal
2016-10-04Post release 1.4.0Costa Tsaousis (ktsaou)
2016-10-04Prepare release 1.4.0v1.4.0Costa Tsaousis (ktsaou)
2016-10-02jemalloc and tcmalloc configure best practices appliedCosta Tsaousis (ktsaou)
2016-10-01allow linking with jemalloc or tcmallocCosta Tsaousis (ktsaou)
2016-10-01Merge pull request #1047 from ktsaou/jsupdateCosta Tsaousis
update all javascript libraries
2016-09-30reduce netdata virtual memory size by setting MALLOC_ARENA_MAX; portable way ↵Costa Tsaousis (ktsaou)
of detecting mallinfo() and mallopt()
2016-09-30properly define the sse optimization on x86 flag; #1032Costa Tsaousis (ktsaou)
2016-09-28added configure option to disable x86 SSE detectionCosta Tsaousis (ktsaou)
2016-09-28enable -msse2 -mfpmath=sse on x86 machines that support it; fixes #450; ↵Costa Tsaousis (ktsaou)
fixes #263
2016-09-28autoconf for detecting 32/64 bit CPUCosta Tsaousis (ktsaou)
2016-09-27detect compiler atomic instructions using autoconfCosta Tsaousis (ktsaou)
2016-09-27portable way of detecting format of strerror_rCosta Tsaousis (ktsaou)
2016-08-28Post release 1.3.0Costa Tsaousis (ktsaou)
2016-08-28Prepare release 1.3.0v1.3.0Costa Tsaousis (ktsaou)
2016-06-17make install creates /var/lib/netdata and /var/lib/netdata/registry; fixes #495Costa Tsaousis (ktsaou)
2016-06-12Merge pull request #528 from paulfantom/masterCosta Tsaousis
Initial support for python plugins
2016-06-11modify configure.ac to include python.d directorypaulfantom
2016-06-10added more error exit tracing info to trace issue 529; switched to accept4() ↵Costa Tsaousis (ktsaou)
and added SO_NONBLOCK to all sockets
2016-05-16Post release 1.2.0Costa Tsaousis (ktsaou)
2016-05-16Prepare release 1.2.0v1.2.0Costa Tsaousis (ktsaou)
2016-05-14configure and makefiles now get libuuid optional parameters to bypass broken ↵Costa Tsaousis
pkg-config
2016-05-14fix for names of required packages in fedora/centos/redhatCosta Tsaousis
2016-05-14information about missing packages during configureCosta Tsaousis
2016-05-08registry: working prototype with load/saveCosta Tsaousis
2016-05-07work in progress: registryCosta Tsaousis
2016-04-20Post release 1.1.0Costa Tsaousis (ktsaou)
2016-04-20Prepare release 1.1.0v1.1.0Costa Tsaousis (ktsaou)
2016-04-09Replace README info with detection of autotoolsPhilip Whineray
This will ensure people get informed about the necessary tools and how to get the package pre-configured without requiring the readme to be modified when packaged. In addition, the script will not run autoreconf unilaterally so when people have an old version it will not attempt to overwrite the pre-existing configure script. Should solve #131 and also #93 as well as recent comments on README.md
2016-04-02build: rename systemd service and reorg system directoryAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2016-04-02Update README.md to include release URL (#131)Philip Whineray
Make it clear the user has got a git version that does not include the configure script. Also has the advantage of publishing the location when browsing the repository. Remove the as part of the build, so that someone who gets a source package with ./configure already does not get confused.
2016-03-22reverted configure.acCosta Tsaousis (ktsaou)
2016-03-22Post release 1.0.0Costa Tsaousis (ktsaou)
2016-03-22Prepare release 1.0.0v1.0.0Costa Tsaousis (ktsaou)
2016-02-02added node.js plugin manager, implemented bind (named) 9.10+ JSON plugin, ↵Costa Tsaousis (ktsaou)
refactored sma_webbox for the new node.js manager
2016-01-24Add hooks and packaging scriptsPhilip Whineray
Include missing files in package
2015-11-16build: remove uselss codeAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-16build: do not attempt pkg detection unless requiredAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-16build: yet another typo in pluginAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-16build: do not fail if user is warnedAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-16build: move warning to autoconfAlon Bar-Lev
all customization/warning/interaction should be at autoconf level compile time is too late. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-16build: fix typoAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-16removed NETDATA_DAEMON - it can be controlled via command line; now it opens ↵Costa Tsaousis (ktsaou)
log files before releasing root permissions; added preprocessor warnings if zlib or math are disabled; netdata.start adapted for installed netdata
2015-11-15build: migrate to autotoolsAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>