Commit Graph

  • 2418a84f02 Cleanup Victor Zverovich 2015-02-20 08:51:01 -0800
  • 27e0bf72c0 Use correct intrinsics for count_digits Victor Zverovich 2015-02-20 08:49:06 -0800
  • 939193be21 Merge pull request #116 from CarterLi/master Victor Zverovich 2015-02-20 08:22:06 -0800
  • 00e3ae508e Use MSVC intrinsics for better performance Carter Li 2015-02-20 11:19:01 +0800
  • bc33d17ce3 Update README.rst Victor Zverovich 2015-02-19 08:40:40 -0800
  • 65cd4835cd Update README.rst Victor Zverovich 2015-02-19 08:26:03 -0800
  • 53010624a0 Move Windows implementation of print_colored to a separate branch Victor Zverovich 2015-02-19 07:54:59 -0800
  • a92205be9c Remove unused policy setting Victor Zverovich 2015-02-17 14:42:11 -0800
  • a16ca84346 Use mirror Victor Zverovich 2015-02-17 09:19:49 -0800
  • f40f790159 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-17 09:17:21 -0800
  • 88835f8468 Fix mingw download URL Victor Zverovich 2015-02-17 09:16:50 -0800
  • 5b0a9bbe85 Improve StringRef test Victor Zverovich 2015-02-17 06:45:45 -0800
  • 6a52fc164a Merge pull request #114 from CarterLi/master Victor Zverovich 2015-02-17 06:39:21 -0800
  • b4df6cb2fa Add libstdc++ version Victor Zverovich 2015-02-17 06:24:40 -0800
  • 932eb9777e Fix formatting, take 2 Victor Zverovich 2015-02-17 06:15:44 -0800
  • 4a1974577f Fix formatting Victor Zverovich 2015-02-17 06:14:32 -0800
  • dfad5f1d39 Update README.rst Victor Zverovich 2015-02-17 06:12:44 -0800
  • 3f574c1611 Silence warnings on Windows Carter Li 2015-02-17 10:11:42 +0800
  • 2e996bced6 Merge 06eb3c107b into 8d07db0e0e CarterLi 2015-02-16 22:45:25 +0000
  • 8d07db0e0e Break long line Victor Zverovich 2015-02-16 14:33:04 -0800
  • bd133382f0 Fix BasicWriter::write without formatting arguments on C++11 (#109) Victor Zverovich 2015-02-16 14:32:38 -0800
  • 040b8e7e06 Link to Android NDK Victor Zverovich 2015-02-16 07:25:45 -0800
  • d9ef0e0a44 Minor correction Victor Zverovich 2015-02-16 07:11:57 -0800
  • 6c656663f3 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-16 07:09:33 -0800
  • 291e43abac Add Android NDK section Victor Zverovich 2015-02-16 07:09:25 -0800
  • 06eb3c107b Fix POSIX build Carter Li 2015-02-16 12:35:47 +0800
  • 284687d8f7 Add extra BufferedFile methods Carter Li 2015-02-16 10:55:07 +0800
  • bfa4731b35 Merge branch 'silence_warnings' Carter Li 2015-02-16 09:59:28 +0800
  • a85d5e962b Update README.rst Victor Zverovich 2015-02-15 09:32:13 -0800
  • 11fab458c4 Merge pull request #107 from newnon/master Victor Zverovich 2015-02-15 09:12:49 -0800
  • 829cd70cd2 Merge pull request #112 from CarterLi/master Victor Zverovich 2015-02-15 08:43:59 -0800
  • 1d49443405 fix android.mk Sergey 2015-02-15 19:21:32 +0300
  • f30cd36196 Revert "Add #pragma once" Not everyone like it Carter Li 2015-02-15 21:58:48 +0800
  • d0e57e8639 Silence "warning: missing initializer for member '_SYSTEM_INFO::<anonymous>' [-Wmissing-field-initializers]" on mingw-gcc Carter Li 2015-02-15 16:52:00 +0800
  • 02aeb79cdc Silence "warning: declaration of '*' shadows a member of 'this' [-Wshadow]" on mingw-gcc carterl 2015-02-15 09:36:36 +0100
  • a243548cec Silence "warning C4996: 'strcpy': This function or variable may be unsafe." on MSVC carterl 2015-02-15 09:03:49 +0100
  • 9b80e75b05 Add #pragma once carterl 2015-02-15 08:53:11 +0100
  • 9fd566412d Refine root 2015-02-15 15:25:56 +0800
  • 9331533309 Use __GXX_EXPERIMENTAL_CXX0X__ for better C++11 detection carterl 2015-02-15 04:16:23 +0100
  • 43b9fefbd2 Use static_assert more actively carterl 2015-02-15 03:07:27 +0100
  • 0fc15d48f3 Merge pull request #111 from CarterLi/master Victor Zverovich 2015-02-14 08:33:37 -0800
  • 2eef573656 Use explicitly deleted functions to make types non-copyable Carter Li 2015-02-14 23:22:14 +0800
  • f77350f8fa Disable unnecessary CMake check and comment Victor Zverovich 2015-02-14 06:18:19 -0800
  • 5282bebbd7 Merge pull request #110 from CarterLi/master Victor Zverovich 2015-02-14 06:10:11 -0800
  • e2583ab5f3 Use throw() when noexcept is not supported Carter Li 2015-02-14 09:58:29 +0800
  • f5e8144cc5 Merge 2fb9ddafc6 into 950e6b9753 CarterLi 2015-02-13 16:16:13 +0000
  • 2fb9ddafc6 Revert changes of nullptr Carter Li 2015-02-13 23:14:04 +0800
  • 651f8286b1 Attempt to fix g++-4.6 build Remove fake std::nullptr_t implementation Carter Li 2015-02-13 20:29:57 +0800
  • 52039e8b71 Add feature testing codes in CMakeLists.txt for future use. Doesn't work though. Carter Li 2015-02-13 20:05:57 +0800
  • 4fccc4399f Try supporting clang, doesn't work yet root 2015-02-13 15:56:26 +0800
  • 0aba5a68c6 Merge remote-tracking branch 'upstream/master' Carter Li 2015-02-13 15:07:19 +0800
  • e3ba8d9530 UT stub for extra methods in BufferedFile carterl 2015-02-13 08:00:01 +0100
  • 79adad5e33 Enable C++11 when building main library too root 2015-02-13 14:04:13 +0800
  • 950e6b9753 Fix downloader Victor Zverovich 2015-02-12 21:34:36 -0800
  • 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 ) carterl 2015-02-13 04:19:56 +0100
  • 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] carterl 2015-02-13 03:27:14 +0100
  • 22816b08f7 Merge remote-tracking branch 'upstream/master' Carter Li 2015-02-13 10:01:04 +0800
  • c110f7b8d3 Move the code from appveyor config to a Python script Victor Zverovich 2015-02-12 17:53:39 -0800
  • 86fee707fb Update MinGW URL Victor Zverovich 2015-02-12 16:48:17 -0800
  • c643fdae53 Fix CMake warning Victor Zverovich 2015-02-12 15:55:21 -0800
  • 609f33c94a Fix appveyor script Victor Zverovich 2015-02-12 15:41:30 -0800
  • 2f05eaa07d Correct filename in Biicode config Victor Zverovich 2015-02-12 15:39:06 -0800
  • 2ced92529d Move logic from travis.yml to a Python script Victor Zverovich 2015-02-12 15:34:38 -0800
  • dd2e8b98de Fix RST markup Victor Zverovich 2015-02-12 12:46:28 -0800
  • f79c88c190 Android.mk Sergey Perepelitsa 2015-02-12 23:34:40 +0300
  • 4f51033aa9 Workaround PowerShell idiocy Victor Zverovich 2015-02-12 12:27:32 -0800
  • 503e87f153 Report CMake version for debugging Victor Zverovich 2015-02-12 11:41:45 -0800
  • 3822241d99 Use policy check instead of CMake version check Victor Zverovich 2015-02-12 11:27:55 -0800
  • e392eea160 Fix CMake warning Victor Zverovich 2015-02-12 10:12:26 -0800
  • 8273855067 Remove extra newline mostly to check for linguist updates Victor Zverovich 2015-02-12 06:23:58 -0800
  • 4713f505ab Merge remote-tracking branch 'upstream/master' Carter Li 2015-02-12 16:43:58 +0800
  • 8bd1953094 Minor changes to follow C++ Format's coding conventions Victor Zverovich 2015-02-11 14:16:22 -0800
  • 33f85efb55 Merge pull request #104 from franramirez688/master Victor Zverovich 2015-02-11 14:02:27 -0800
  • 7b77eb61b5 adapted to biicode via biicode.conf, ignore.bii and CMakeLists.txt; mixed Travis (original and biicode building) franchuti688 2015-02-09 10:31:22 +0100
  • 47148771fc Fixes for extra methods carterl 2015-02-11 10:41:43 +0100
  • 2e7e2279d2 Try linking to format.lib automatically on MSVC carterl 2015-02-11 10:13:43 +0100
  • 240965305f Various fixes for MSVC carterl 2015-02-11 10:02:20 +0100
  • 704e7a8817 Add a few useful methods carterl 2015-02-11 09:16:57 +0100
  • 50151ff804 Update README.rst Victor Zverovich 2015-02-10 19:37:54 -0800
  • 4a11f70408 Update README.rst Victor Zverovich 2015-02-10 19:36:29 -0800
  • 01b00e6dfb Update README.rst Victor Zverovich 2015-02-10 19:34:03 -0800
  • a32f9148fc Update README.rst Victor Zverovich 2015-02-10 19:32:33 -0800
  • a95b3f7ee1 Update README.rst Victor Zverovich 2015-02-10 19:31:22 -0800
  • 04a21bbb2e Merge branch 'fallthrough' of github.com:cppformat/cppformat Victor Zverovich 2015-02-09 08:02:14 -0800
  • 618dd9d6af Remove the fallthrough attribute detection Victor Zverovich 2015-02-09 07:54:03 -0800
  • a92c179a6d Fix warnings on clang Victor Zverovich 2015-02-09 07:37:26 -0800
  • 267382af39 Revert the experimental fix for print_colored that didn't work Victor Zverovich 2015-02-09 06:53:05 -0800
  • cfd476bb8b Temporarily disable the test as the fix didn't work. Victor Zverovich 2015-02-08 20:41:13 -0800
  • e875e3145f Fix print_colored on Windows Victor Zverovich 2015-02-08 20:24:07 -0800
  • 9368b6a4ee Fix error handling in print_colored Victor Zverovich 2015-02-08 20:06:45 -0800
  • 7004d1edf6 Update the contributed code to the used coding conventions Victor Zverovich 2015-02-08 19:54:39 -0800
  • d5ab6ba728 Merge pull request #102 from Ryuuke/master Victor Zverovich 2015-02-08 18:25:31 -0800
  • bc78ca42a9 remove global variables Ryuuke 2015-02-08 23:10:13 +0000
  • 4806f75469 remove unused define Ryuuke 2015-02-08 16:14:46 +0000
  • 5a9dc8f991 windows cli colors revision and test case Ryuuke 2015-02-08 16:08:29 +0000
  • 26c151c5e4 Detect [[clang::fallthrough]] even __has_cpp_attribute is not supported viz 2015-02-08 07:57:05 -0800
  • bce73e2bd8 remove forward enum declaration Ryuuke 2015-02-07 22:47:42 +0000
  • 51ceef3dee added color support for windows Ryuuke 2015-02-07 22:39:08 +0000
  • 326ade7698 Document what happens if you pass an invalid error code Victor Zverovich 2015-02-07 09:46:42 -0800
  • 502d2ede8a Bump version Victor Zverovich 2015-02-07 08:53:30 -0800