| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||