Commit Graph

1445 Commits

Author SHA1 Message Date
Victor Zverovich
2ced92529d Move logic from travis.yml to a Python script 2015-02-12 15:34:38 -08:00
Victor Zverovich
dd2e8b98de Fix RST markup 2015-02-12 12:46:28 -08:00
Sergey Perepelitsa
f79c88c190 Android.mk 2015-02-12 23:34:56 +03:00
Victor Zverovich
4f51033aa9 Workaround PowerShell idiocy 2015-02-12 12:27:32 -08:00
Victor Zverovich
503e87f153 Report CMake version for debugging 2015-02-12 11:41:45 -08:00
Victor Zverovich
3822241d99 Use policy check instead of CMake version check 2015-02-12 11:27:55 -08:00
Victor Zverovich
e392eea160 Fix CMake warning 2015-02-12 10:12:26 -08:00
Victor Zverovich
8273855067 Remove extra newline mostly to check for linguist updates 2015-02-12 06:23:58 -08:00
Victor Zverovich
8bd1953094 Minor changes to follow C++ Format's coding conventions 2015-02-11 14:16:22 -08:00
Victor Zverovich
33f85efb55 Merge pull request #104 from franramirez688/master
Adapted to biicode via biicode.conf, ignore.bii and CMakeLists.txt
2015-02-11 14:02:27 -08:00
franchuti688
7b77eb61b5 adapted to biicode via biicode.conf, ignore.bii and CMakeLists.txt; mixed Travis
(original and biicode building)
2015-02-11 22:52:00 +01:00
Victor Zverovich
50151ff804 Update README.rst 2015-02-10 19:37:54 -08:00
Victor Zverovich
4a11f70408 Update README.rst
D'oh.
2015-02-10 19:36:29 -08:00
Victor Zverovich
01b00e6dfb Update README.rst 2015-02-10 19:34:03 -08:00
Victor Zverovich
a32f9148fc Update README.rst 2015-02-10 19:32:33 -08:00
Victor Zverovich
a95b3f7ee1 Update README.rst 2015-02-10 19:31:22 -08:00
Victor Zverovich
04a21bbb2e Merge branch 'fallthrough' of github.com:cppformat/cppformat 2015-02-09 08:02:14 -08:00
Victor Zverovich
618dd9d6af Remove the fallthrough attribute detection 2015-02-09 07:54:03 -08:00
Victor Zverovich
a92c179a6d Fix warnings on clang 2015-02-09 07:37:26 -08:00
Victor Zverovich
267382af39 Revert the experimental fix for print_colored that didn't work 2015-02-09 06:53:05 -08:00
Victor Zverovich
cfd476bb8b Temporarily disable the test as the fix didn't work. 2015-02-08 20:41:13 -08:00
Victor Zverovich
e875e3145f Fix print_colored on Windows 2015-02-08 20:24:07 -08:00
Victor Zverovich
9368b6a4ee Fix error handling in print_colored 2015-02-08 20:06:45 -08:00
Victor Zverovich
7004d1edf6 Update the contributed code to the used coding conventions 2015-02-08 19:54:39 -08:00
Victor Zverovich
d5ab6ba728 Merge pull request #102 from Ryuuke/master
added color support for windows
2015-02-08 18:25:31 -08:00
Ryuuke
bc78ca42a9 remove global variables 2015-02-08 23:10:13 +00:00
Ryuuke
4806f75469 remove unused define 2015-02-08 16:14:46 +00:00
Ryuuke
5a9dc8f991 windows cli colors revision and test case 2015-02-08 16:08:29 +00:00
viz
26c151c5e4 Detect [[clang::fallthrough]] even __has_cpp_attribute is not supported 2015-02-08 07:57:05 -08:00
Ryuuke
bce73e2bd8 remove forward enum declaration 2015-02-07 22:47:42 +00:00
Ryuuke
51ceef3dee added color support for windows 2015-02-07 22:39:08 +00:00
Victor Zverovich
326ade7698 Document what happens if you pass an invalid error code
to SystemError or WindowsError
2015-02-07 09:46:42 -08:00
Victor Zverovich
502d2ede8a Bump version 2015-02-07 08:53:30 -08:00
Victor Zverovich
81dc04dd48 Update README.rst
Add POL to the list of projects using cppformat
2015-02-07 08:31:17 -08:00
Victor Zverovich
fe2b5351be Merge pull request #101 from cppformat/fallthrough
Try detecting clang::fallthrough using __has_cpp_attribute
2015-02-07 06:57:20 -08:00
Victor Zverovich
d7fea1ba0c Try detecting clang::fallthrough using __has_cpp_attribute
and use it to silence one of the warnings in #96.
2015-02-07 06:51:47 -08:00
Victor Zverovich
37ad436068 Fix by @dixlorenz for clang warnings "'return' will never be executed" (#96) 2015-02-06 21:27:31 -08:00
Victor Zverovich
45d70b71ec Fix by @dixlorenz for clang warning about unknown Doxygen tags 2015-02-06 21:25:30 -08:00
Victor Zverovich
d930f6956f Update README.rst
Add a link to GitHub search for projects using the library
2015-02-06 14:03:44 -08:00
Victor Zverovich
38a7406318 Update README.rst
Add 0 A.D. to the list of projects using C++ Format and reorder projects lexicographically
2015-02-06 13:46:19 -08:00
Victor Zverovich
83f5085551 Remove RTD theme 2015-02-06 09:01:49 -08:00
Victor Zverovich
554abb12f1 Fix formatting 2015-02-06 08:45:43 -08:00
Victor Zverovich
f2c16957f7 Provide examples of using SystemError and WindowsError (#54) 2015-02-06 08:43:02 -08:00
Victor Zverovich
48e6df117a Merge branch 'master' of github.com:cppformat/cppformat 2015-02-06 07:27:29 -08:00
Victor Zverovich
59254410da Fix a warning (#95) 2015-02-06 07:27:19 -08:00
Victor Zverovich
58a300c82a Merge pull request #98 from MariadeAnton/master
Update README.rst
2015-02-06 07:07:14 -08:00
MariadeAnton
710817befb Update README.rst
Added biicode badge
2015-02-06 15:19:30 +01:00
Victor Zverovich
ba17cca432 Fix link 2015-02-05 11:18:16 -08:00
Victor Zverovich
f82f4bd79b Merge branch 'master' of github.com:cppformat/cppformat 2015-02-05 11:16:47 -08:00
Victor Zverovich
589b73f646 Update links 2015-02-05 11:16:39 -08:00