Carter Li
2fb9ddafc6
Revert changes of nullptr
2015-02-13 23:14:04 +08:00
Carter Li
651f8286b1
Attempt to fix g++-4.6 build
...
Remove fake std::nullptr_t implementation
2015-02-13 20:29:57 +08:00
Carter Li
52039e8b71
Add feature testing codes in CMakeLists.txt for future use. Doesn't work though.
2015-02-13 20:05:57 +08:00
root
4fccc4399f
Try supporting clang, doesn't work yet
2015-02-13 15:56:26 +08:00
Carter Li
0aba5a68c6
Merge remote-tracking branch 'upstream/master'
2015-02-13 15:07:19 +08:00
carterl
e3ba8d9530
UT stub for extra methods in BufferedFile
2015-02-13 08:00:01 +01:00
root
79adad5e33
Enable C++11 when building main library too
2015-02-13 14:04:13 +08:00
Victor Zverovich
950e6b9753
Fix downloader
2015-02-12 21:34:36 -08:00
carterl
adeb46ab09
Use nullptr where appropriate; also simulate it for ancient compilers.
...
Since it's hard to find all places where using 0 as a pointer literal, only format.* & posix.* are replaced ( missing expected though )
2015-02-13 04:19:56 +01:00
carterl
f1dd53de02
Silence warnings of MinGW builds.
...
1. Remove initializers of out parameters: warning: missing initializer for member '_SYSTEM_INFO::dwPageSize' [-Wmissing-field-initializers]
2. Rename a local variable: warning: declaration of 'size' shadows a member of 'this' [-Wshadow]
2015-02-13 03:27:14 +01:00
Carter Li
22816b08f7
Merge remote-tracking branch 'upstream/master'
2015-02-13 10:01:04 +08:00
Victor Zverovich
c110f7b8d3
Move the code from appveyor config to a Python script
...
No more PowerShell rubbish, yay!
2015-02-12 17:53:39 -08:00
Victor Zverovich
86fee707fb
Update MinGW URL
2015-02-12 16:48:17 -08:00
Victor Zverovich
c643fdae53
Fix CMake warning
2015-02-12 15:55:21 -08:00
Victor Zverovich
609f33c94a
Fix appveyor script
2015-02-12 15:41:30 -08:00
Victor Zverovich
2f05eaa07d
Correct filename in Biicode config
2015-02-12 15:39:06 -08:00
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
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
Carter Li
4713f505ab
Merge remote-tracking branch 'upstream/master'
2015-02-12 16:43: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
carterl
47148771fc
Fixes for extra methods
2015-02-11 10:41:43 +01:00
carterl
2e7e2279d2
Try linking to format.lib automatically on MSVC
2015-02-11 10:13:43 +01:00
carterl
240965305f
Various fixes for MSVC
2015-02-11 10:02:20 +01:00
carterl
704e7a8817
Add a few useful methods
2015-02-11 09:16:57 +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