fmt/support
vitaut 0332284ce3 Fix MinGW build on Appveyor by changing search path order
C:\MinGW\bin should go first to prevent executables from older
version of MinGW in C:\MinGW\mingw32 being picked up.
2015-06-29 07:22:45 -07:00
..
biicode Move biicode files to support/biicode 2015-03-02 07:48:57 -08:00
cmake FMT_EXTRA_TESTS -> FMT_PEDANTIC and use it to control extra warnings 2015-05-12 07:35:29 -07:00
rtd Redirect from RTD to GitHub Pages 2015-05-22 06:47:05 -07:00
appveyor-build.py Fix MinGW build on Appveyor by changing search path order 2015-06-29 07:22:45 -07:00
biicode-build.py Fix biicode build script 2015-03-04 09:24:54 -08:00
download.py Fix downloader 2015-02-12 21:34:36 -08:00
README Add readme 2015-03-01 16:48:08 -08:00
timer.py Move the code from appveyor config to a Python script 2015-02-12 17:53:39 -08:00
travis-build.py Don't try updating cppformat.github.io without permissions 2015-06-04 12:52:42 -07:00

This directory contains build support files such as

* CMake modules
* Build scripts