Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #12103 - CI for FreeBSD (#12179) | Euan | 2019-11-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Ref #12103 - adds FreeBSD CI * Fix getApplFreebsd - length of the string includes the null terminator byte, so minus 1 for result length * Show last commit in setup task. * Remove .git from repository URL * Don't include noisy details showing last commit. * Add FreeBSD build status badge * Fix #12182 - disable tconsole on FreeBSD * Disable tgetaddrinfo on FreebSD as getaddrinfo doesn't support the ICMP protocol. * Install boehm-gc-threaded * Use libgc-threaded.so on FreeBSD rather than libgc.so. * Simplify build failure handling. Update alt text for CI badge. * Disable test on FreeBSD * Simplify build config - use GNU make to build csources - set PATH variable using the environment key - remove modification of config to set CC as this is already set * Install git which seems to be missing from current freebsd images * Revert change to how path is set * Add a comment explaining why the length is truncated * Fix tconsole. | ||||
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 9 | -14/+14 |
| | |||||
* | #12141 Define SDL lib name for OpenBSD and FreeBSD (#12143) | Euan | 2019-09-06 | 1 | -1/+5 |
| | | | | | | * Define SDL lib name for OpenBSD and FreeBSD * Merge Linux and FreeBSD definitions | ||||
* | fix sdl_test test that failed in CI cpp mode (#10314) | Timothee Cour | 2019-01-15 | 1 | -6/+18 |
| | | | | | | * fix sdl_test test that failed in CI cpp mode * preserve old code for NimInAction in `nim c` mode | ||||
* | lots of small changes | Arne Döring | 2018-12-11 | 9 | -9/+9 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 5 | -12/+12 |
| | |||||
* | fix for nimInAction | Arne Döring | 2018-11-23 | 15 | -18/+76 |
| | |||||
* | Adds smaller code samples from Chapters 1-3 to the tester. | Dominik Picheta | 2018-06-17 | 10 | -0/+605 |
| | |||||
* | enable unguarded_access test | Andreas Rumpf | 2017-10-02 | 1 | -0/+5 |
| | |||||
* | attempt to make appveyor green again | Andreas Rumpf | 2017-10-02 | 1 | -0/+4 |
| | |||||
* | Add tests for examples from Nim in Action. | Dominik Picheta | 2017-10-01 | 33 | -0/+1169 |