fmt/support
Elias Kosunen 691a7a91a1 Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736)
* Add a _lot_ more warnings to FMT_PEDANTIC
Fix these warnings

* Add more compilers to CI
Fix (some) of the compiler errors with them

* Enable -Werror on CI
Increase warning level on MSVC when compiling with FMT_PEDANTIC

* Add VS 2013 and 2015 to Appveyor

* Fix Appveyor tests
Formatting

* Implement requested changes
Fix some of the MSVC warnings
Implement C++11 integer_sequence

* Reintroduce appveyor-build.py

* Remove ranges-test from tests

* Remove (some) explicit warning suppressions
Fix C++ standard setting in CI

* Remove (some) explicit warning suppressions
Fix C++ standard setting in CI

* Fix test builds with C++11

* Enable pedantic warnings on tests

* Fix warnings from edits to master

* Cleanups

* Add C++11 support to ranges.h
Re-enable ranges-test
Fix a Visual Studio error about function not returning a value in printf.h
Fix a bug in .travis.yml
2018-06-06 15:57:59 +02:00
..
cmake Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) 2018-06-06 15:57:59 +02:00
rtd Update links 2016-04-28 06:47:43 -07:00
Android.mk Move Android.mk to support and update 2018-05-27 06:20:54 -07:00
AndroidManifest.xml Gradle (#649) 2018-03-12 15:40:25 -04:00
appveyor-build.py Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) 2018-06-06 15:57:59 +02:00
appveyor.yml Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) 2018-06-06 15:57:59 +02:00
build.gradle Gradle (#649) 2018-03-12 15:40:25 -04:00
compute-powers.py Improve floating-point formatting 2018-05-28 20:16:30 -07:00
docopt.py Add a branch option to the release script 2016-03-13 10:27:15 -07:00
fmt.pro Update paths in fmt.pro 2018-05-09 06:21:00 -07:00
manage.py Let requests close the file 2018-06-05 16:58:02 +02:00
README Added a fmt.pro to support build using qmake (#641) 2018-02-10 07:22:02 -08:00
rst2md.py Handle images in rst2md converter 2016-06-22 06:28:51 -07:00
travis-build.py Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) 2018-06-06 15:57:59 +02:00
update-coverity-branch.py Fix a typo 2018-01-20 09:43:56 -08:00

This directory contains build support files such as

* CMake modules
* Build scripts
* qmake (static build with dynamic libc only)