| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-20 | platformtest.sh: Try to mangle CLang name more intellligently | Alexander Barton | |
| 2017-01-20 | Make sure that platformtest.sh aborts when autogen.sh fails | Alexander Barton | |
| 2016-10-21 | autogen.sh, ngindent, platformtest.sh: Fix warnings of "shellcheck" | Alexander Barton | |
| - SC2006: Use $(..) instead of legacy `..`. - SC2015: Note that A && B || C is not if-then-else. C may run when A is true. - SC2086: Double quote to prevent globbing and word splitting. - SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. | |||
| 2016-01-10 | platformtest.sh: Delete ngIRCd binary before test run | Alexander Barton | |
| This ensures that we definitely don't test an old binary later on ... | |||
| 2016-01-10 | platformtest.sh: Only show "runs=Y" when test suite succeeded | Alexander Barton | |
| Display "?" in the "runs" colum when the simple "run test" succeeded but the test suite failed. And display a message to double check the actual status, because it is somewhat unclear, if the daemon actually "works" or not in this case. | |||
| 2016-01-06 | platformtest.sh: Use $LOGNAME instead of $USER | Alexander Barton | |
| LOGNAME is more standard than USER. | |||
| 2015-12-19 | contrib/platformtest.sh: Warn when external tools are missing | Alexander Barton | |
| 2015-12-19 | contrib/platformtest.sh: Make script more portable | Alexander Barton | |
| 2015-08-27 | platformtest.sh: Fix quoting | Alexander Barton | |
| 2014-06-04 | Test suite/platformtest.sh: Detect when tests have been skipped | Alexander Barton | |
| Detect if some tests have been skipped, for example when telnet(1) or expect(1) is missing: ./contrib/platformtest.sh will echo a warning message now. | |||
| 2014-01-11 | platformtest.sh: Allow using separate source and build trees | Alexander Barton | |
| Now you can call platformtest.sh using its complete path name from an other directory which is then used for building. See <http://www.gnu.org/software/automake/manual/html_node/VPATH-Builds.html> Please not that the build system itself is still (re-)genrated in the original source tree. This can be avoided by passing the "-x" switch to the platformtest.sh script. | |||
| 2014-01-11 | platformtest.sh: Show only up to 10 bytes of version information | Alexander Barton | |
| 2014-01-11 | platformtest.sh: New option "-x", don't renegerate build system | Alexander Barton | |
| 2014-01-05 | platformtest.sh: don't use "test -e", it isn't portable | Alexander Barton | |
| 2013-10-23 | platformtest.sh/Platforms.txt: allow user names up to 8 characters | Alexander Barton | |
| 2013-10-20 | platformtest.sh: Detect clang compilers | Alexander Barton | |
| 2013-10-16 | platformtest.sh: Detect tcc compiler | Alexander Barton | |
| 2013-10-14 | platformtest.sh: Clean up GIT source tree, when possible | Alexander Barton | |
| 2013-10-14 | platformtest.sh: Detect Apple LLVM (clang) compiler | Alexander Barton | |
| 2012-11-13 | platformtest.sh: Only generate configure script when missing | Alexander Barton | |
| 2012-11-13 | Update platformtest.sh to follow autoconf changes | Alexander Barton | |
| 2012-04-28 | contrib/platformtest.sh: support "CC=xxx MAKE=yyy ./platformtest.sh" | Alexander Barton | |
| Now you can use contrib/platformtest.sh on platforms that require a "special" make (not "make") or compiler (not cc/gcc) binary. | |||
| 2012-04-24 | platformtest.sh: Detect Open64 C compiler | Alexander Barton | |
| 2011-04-30 | contrib/platformtest.sh: fix gcc version detection | Alexander Barton | |
| Now the version of GNU C is detected correctly on SuSE Linux, too ... | |||
| 2010-11-07 | contrib/platformtest.sh: make command name quoting consistent | Alexander Barton | |
| 2010-10-26 | Make contrib/platformtest.sh more portable | Alexander Barton | |
| 2010-10-25 | Updated contrib/platformtest.sh (new version scheme) | Alexander Barton | |
| - handle version numbers generated by "git describe" - detect gcc compiler version correctly when "-std=xxx" is used | |||
| 2009-11-15 | platformtest.sh: Only show latest commit | Alexander Barton | |
| Only show latest GIT commuit ID as version number, even when the last commit has been a merge. | |||
| 2009-08-04 | New script contrib/platformtest.sh | Alexander Barton | |
| This script analyzes the build process of ngIRCd and generates output suitable for inclusion in doc/Platforms.txt. | |||