aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* blogc: sysinfo: get fqdn if availableRafael G. Martins2021-03-291-1/+2
|
* blogc: -p should return special code when variable not foundRafael G. Martins2019-03-281-1/+1
|
* build: remove unused configure.ac substitutionRafael G. Martins2019-02-251-1/+0
|
* blogc: sysinfo: simplified username impl. fixed testsRafael G. Martins2019-02-231-3/+1
|
* blogc: rusage: added tests, fixed minor issueRafael G. Martins2019-02-101-2/+4
|
* blogc: sysinfo: added testsRafael G. Martins2019-02-101-0/+5
|
* blogc: added username template variableRafael G. Martins2019-02-031-1/+1
|
* blogc: unistd.h wont provide gethostnameRafael G. Martins2019-02-031-0/+1
|
* blogc: added hostmane template variableRafael G. Martins2019-02-031-1/+1
|
* blogc: added template variables for memory and cpu time resource usageRafael G. Martins2019-02-021-1/+1
| | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements.
* removed blogc-github-lambdaRafael G. Martins2019-01-151-1/+0
| | | | it will be provided in a separate repository soon
* build: look for sys/wait globally, as it is used in commonRafael G. Martins2018-05-131-2/+2
| | | | also do not check for it in git-receiver, as it is not used
* build: travis: fix osx supportRafael G. Martins2018-01-061-6/+11
| | | | | | | | | This commit fixes builds of blogc and helper tools on osx, and enables travis tests on it. This also includes some general improvements for travis, and disable tests that require mocked functions if the linker does not supports `-wrap` ldflag
* github-lambda: added blogc version informationRafael G. Martins2017-03-221-0/+1
|
* build: provide better message when tests deps not foundRafael G. Martins2017-02-251-2/+2
|
* Revert "make: do not require pthreads"Rafael G. Martins2017-02-111-0/+3
| | | | This reverts commit dd0ff8219b749f89ae66261830d10f1c27940b19.
* make: do not require pthreadsRafael G. Martins2017-01-161-3/+0
|
* git-receiver: do not run blogc-make tests if blogc-make is not builtRafael G. Martins2017-01-041-0/+1
|
* make: check for headersRafael G. Martins2017-01-031-0/+3
|
* make: added a bunch of testsRafael G. Martins2017-01-011-1/+2
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+24
| | | | | | | | | | | | | | | | | so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;)
* build: added missing dependenciesRafael G. Martins2016-10-161-21/+16
|
* build: fixed test dependency checksRafael G. Martins2016-10-161-28/+29
|
* blogc: added some "integration" testsRafael G. Martins2016-10-151-3/+6
|
* build: disable all tests if some dep not foundRafael G. Martins2016-10-131-5/+21
|
* build: if tests not explicitly requested, avoid errors if deps not foundRafael G. Martins2016-10-121-5/+3
|
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-121-5/+14
| | | | hardcoding it for travis, as bash is always installed there.
* build: fix test buildingRafael G. Martins2016-10-121-1/+1
|
* build: tee should not be git-receiver dep, will be used by more testsRafael G. Martins2016-10-111-10/+14
|
* build: check for test dependencies properlyRafael G. Martins2016-10-111-31/+54
|
* git-receiver: fix previous patchRafael G. Martins2016-10-111-1/+1
|
* runserver: reimplemented http server without libeventRafael G. Martins2016-09-251-2/+4
| | | | | | | | | yeah, this patch implements a "complete" http server for static files. It is not the best code possible, and would be easily DDoS'able if used in production, as it spawns a thread for each request, without limiting. I'm sickish and this is the best code I can deliver now. At least it works! ;)
* runserver: removed libmagic dependencyRafael G. Martins2016-09-221-7/+0
|
* *: fixed includesRafael G. Martins2016-07-071-1/+1
| | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
* build: keep tools disabled by defaultRafael G. Martins2016-04-271-31/+18
|
* blogc-runserver: import external tool to blogc repositoryRafael G. Martins2016-04-271-0/+29
| | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-runserver tool to the main blogc repository. the tool is build by default, if needed headers and libraries are found.
* blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-271-11/+31
| | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-git-receiver tool to the main blogc repository. the tool is build by default, if needed headers are found. that means that it will probably only be built for posix-compliant operating systems.
* moved squareball back to blogc source tree.Rafael G. Martins2016-04-271-24/+0
| | | | | | | i don't have enough time to maintain a separated library at this point, and worry about soname bump, library stability, etc. all the code is trivial enough to be copied around, and all the utils are implemented as single file now, to make it easier to copy.
* Revert "main: loader: use file utils from squareball"Rafael G. Martins2016-04-271-1/+1
| | | | This reverts commit c7b4bc4d64a3ce669e54b7c7dae87527d9ee3123.
* build: update squareballv0.8.0Rafael G. Martins2016-04-061-1/+1
|
* main: loader: use file utils from squareballRafael G. Martins2016-03-191-1/+1
|
* build: added make rule to build srpmRafael G. Martins2016-03-081-0/+25
|
* build: fixed error messageRafael G. Martins2016-02-291-1/+1
|
* build: depend on squareball >= 0.1Rafael G. Martins2016-02-291-1/+1
|
* build: do not use macro for squareballRafael G. Martins2016-02-261-4/+24
|
* build: use squareball m4 macroRafael G. Martins2016-02-261-23/+2
|
* build: replace src/utils with squareballRafael G. Martins2016-02-261-0/+26
|
* build: minor spec improvementRafael G. Martins2016-02-071-1/+1
|
* Revert "Revert "build: added git-version-gen support""Rafael G. Martins2016-01-311-2/+2
| | | | This reverts commit 8e01ccec4837027a12a4bfc6a54e3c09440169a9.
* build: version bumpv0.7.2Rafael G. Martins2016-01-251-1/+1
|