Commit Graph

  • 85833c90ee Merge pull request #119 from TrentHouliston/master Victor Zverovich 2015-02-24 05:55:46 -08:00
  • 4da1fa391e Add an install command to the cmake file (to allow make install) Trent Houliston 2015-02-24 17:31:30 +11:00
  • de92f5d8a7 Update README.rst Victor Zverovich 2015-02-22 11:46:58 -08:00
  • d06ff7a7e8 Fix internal::clzll on Win64 Victor Zverovich 2015-02-22 06:31:55 -08:00
  • a81baf2904 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-22 06:29:33 -08:00
  • 810c734c3f Merge pull request #118 from CarterLi/master Victor Zverovich 2015-02-22 06:29:19 -08:00
  • 524222f094 Win32 doesn't have _BitScanForward64 so emulate it with two 32 bit calls. Implementation used: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/support/win32/support.h?view=markup#l135 Carter Li 2015-02-22 17:43:58 +08:00
  • 016adee06c Simplify sample Victor Zverovich 2015-02-21 16:15:47 -08:00
  • 2b35c9e8e7 Move CMake files to support Victor Zverovich 2015-02-21 16:02:44 -08:00
  • cbc46d9e78 Use __builtin_clz whenever it is available Victor Zverovich 2015-02-21 06:21:29 -08:00
  • e87a24633b Don't use builtin_ in function names as they are not builtins Victor Zverovich 2015-02-21 06:16:49 -08:00
  • 14eae59c6a Correct FMT_BUILTIN_CLZ definition Victor Zverovich 2015-02-20 08:58:16 -08:00
  • 2418a84f02 Cleanup Victor Zverovich 2015-02-20 08:51:01 -08:00
  • 27e0bf72c0 Use correct intrinsics for count_digits Victor Zverovich 2015-02-20 08:49:06 -08:00
  • 939193be21 Merge pull request #116 from CarterLi/master Victor Zverovich 2015-02-20 08:22:06 -08:00
  • 00e3ae508e Use MSVC intrinsics for better performance Carter Li 2015-02-20 11:19:01 +08:00
  • bc33d17ce3 Update README.rst Victor Zverovich 2015-02-19 08:40:40 -08:00
  • 65cd4835cd Update README.rst Victor Zverovich 2015-02-19 08:26:03 -08:00
  • 53010624a0 Move Windows implementation of print_colored to a separate branch Victor Zverovich 2015-02-19 07:54:59 -08:00
  • a92205be9c Remove unused policy setting Victor Zverovich 2015-02-17 14:42:11 -08:00
  • a16ca84346 Use mirror Victor Zverovich 2015-02-17 09:19:49 -08:00
  • f40f790159 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-17 09:17:21 -08:00
  • 88835f8468 Fix mingw download URL Victor Zverovich 2015-02-17 09:16:50 -08:00
  • 5b0a9bbe85 Improve StringRef test Victor Zverovich 2015-02-17 06:45:45 -08:00
  • 6a52fc164a Merge pull request #114 from CarterLi/master Victor Zverovich 2015-02-17 06:39:21 -08:00
  • b4df6cb2fa Add libstdc++ version Victor Zverovich 2015-02-17 06:24:40 -08:00
  • 932eb9777e Fix formatting, take 2 Victor Zverovich 2015-02-17 06:15:44 -08:00
  • 4a1974577f Fix formatting Victor Zverovich 2015-02-17 06:14:32 -08:00
  • dfad5f1d39 Update README.rst Victor Zverovich 2015-02-17 06:12:44 -08:00
  • 3f574c1611 Silence warnings on Windows Carter Li 2015-02-17 10:11:42 +08:00
  • 8d07db0e0e Break long line Victor Zverovich 2015-02-16 14:33:04 -08:00
  • bd133382f0 Fix BasicWriter::write without formatting arguments on C++11 (#109) Victor Zverovich 2015-02-16 14:32:38 -08:00
  • 040b8e7e06 Link to Android NDK Victor Zverovich 2015-02-16 07:25:45 -08:00
  • d9ef0e0a44 Minor correction Victor Zverovich 2015-02-16 07:11:57 -08:00
  • 6c656663f3 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-16 07:09:33 -08:00
  • 291e43abac Add Android NDK section Victor Zverovich 2015-02-16 07:09:25 -08:00
  • a85d5e962b Update README.rst Victor Zverovich 2015-02-15 09:32:13 -08:00
  • 11fab458c4 Merge pull request #107 from newnon/master Victor Zverovich 2015-02-15 09:12:49 -08:00
  • 829cd70cd2 Merge pull request #112 from CarterLi/master Victor Zverovich 2015-02-15 08:43:59 -08:00
  • 1d49443405 fix android.mk Sergey 2015-02-15 19:21:32 +03:00
  • 9fd566412d Refine root 2015-02-15 15:25:56 +08:00
  • 9331533309 Use __GXX_EXPERIMENTAL_CXX0X__ for better C++11 detection carterl 2015-02-15 04:16:23 +01:00
  • 43b9fefbd2 Use static_assert more actively carterl 2015-02-15 03:07:27 +01:00
  • 0fc15d48f3 Merge pull request #111 from CarterLi/master Victor Zverovich 2015-02-14 08:33:37 -08:00
  • 2eef573656 Use explicitly deleted functions to make types non-copyable Carter Li 2015-02-14 23:22:14 +08:00
  • f77350f8fa Disable unnecessary CMake check and comment Victor Zverovich 2015-02-14 06:18:19 -08:00
  • 5282bebbd7 Merge pull request #110 from CarterLi/master Victor Zverovich 2015-02-14 06:10:11 -08:00
  • e2583ab5f3 Use throw() when noexcept is not supported Carter Li 2015-02-14 09:58:29 +08:00
  • 950e6b9753 Fix downloader Victor Zverovich 2015-02-12 21:34:36 -08:00
  • c110f7b8d3 Move the code from appveyor config to a Python script Victor Zverovich 2015-02-12 17:53:39 -08:00
  • 86fee707fb Update MinGW URL Victor Zverovich 2015-02-12 16:48:17 -08:00
  • c643fdae53 Fix CMake warning Victor Zverovich 2015-02-12 15:55:21 -08:00
  • 609f33c94a Fix appveyor script Victor Zverovich 2015-02-12 15:41:30 -08:00
  • 2f05eaa07d Correct filename in Biicode config Victor Zverovich 2015-02-12 15:39:06 -08:00
  • 2ced92529d Move logic from travis.yml to a Python script Victor Zverovich 2015-02-12 15:34:38 -08:00
  • dd2e8b98de Fix RST markup Victor Zverovich 2015-02-12 12:46:28 -08:00
  • f79c88c190 Android.mk Sergey Perepelitsa 2015-02-12 23:34:40 +03:00
  • 4f51033aa9 Workaround PowerShell idiocy Victor Zverovich 2015-02-12 12:27:32 -08:00
  • 503e87f153 Report CMake version for debugging Victor Zverovich 2015-02-12 11:41:45 -08:00
  • 3822241d99 Use policy check instead of CMake version check Victor Zverovich 2015-02-12 11:27:55 -08:00
  • e392eea160 Fix CMake warning Victor Zverovich 2015-02-12 10:12:26 -08:00
  • 8273855067 Remove extra newline mostly to check for linguist updates Victor Zverovich 2015-02-12 06:23:58 -08:00
  • 8bd1953094 Minor changes to follow C++ Format's coding conventions Victor Zverovich 2015-02-11 14:16:22 -08:00
  • 33f85efb55 Merge pull request #104 from franramirez688/master Victor Zverovich 2015-02-11 14:02:27 -08:00
  • 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 +01:00
  • 50151ff804 Update README.rst Victor Zverovich 2015-02-10 19:37:54 -08:00
  • 4a11f70408 Update README.rst Victor Zverovich 2015-02-10 19:36:29 -08:00
  • 01b00e6dfb Update README.rst Victor Zverovich 2015-02-10 19:34:03 -08:00
  • a32f9148fc Update README.rst Victor Zverovich 2015-02-10 19:32:33 -08:00
  • a95b3f7ee1 Update README.rst Victor Zverovich 2015-02-10 19:31:22 -08:00
  • 04a21bbb2e Merge branch 'fallthrough' of github.com:cppformat/cppformat Victor Zverovich 2015-02-09 08:02:14 -08:00
  • 618dd9d6af Remove the fallthrough attribute detection Victor Zverovich 2015-02-09 07:54:03 -08:00
  • a92c179a6d Fix warnings on clang Victor Zverovich 2015-02-09 07:37:26 -08:00
  • 267382af39 Revert the experimental fix for print_colored that didn't work Victor Zverovich 2015-02-09 06:53:05 -08:00
  • cfd476bb8b Temporarily disable the test as the fix didn't work. Victor Zverovich 2015-02-08 20:41:13 -08:00
  • e875e3145f Fix print_colored on Windows Victor Zverovich 2015-02-08 20:24:07 -08:00
  • 9368b6a4ee Fix error handling in print_colored Victor Zverovich 2015-02-08 20:06:45 -08:00
  • 7004d1edf6 Update the contributed code to the used coding conventions Victor Zverovich 2015-02-08 19:54:39 -08:00
  • d5ab6ba728 Merge pull request #102 from Ryuuke/master Victor Zverovich 2015-02-08 18:25:31 -08:00
  • bc78ca42a9 remove global variables Ryuuke 2015-02-08 23:10:13 +00:00
  • 4806f75469 remove unused define Ryuuke 2015-02-08 16:14:46 +00:00
  • 5a9dc8f991 windows cli colors revision and test case Ryuuke 2015-02-08 16:08:29 +00:00
  • 26c151c5e4 Detect [[clang::fallthrough]] even __has_cpp_attribute is not supported viz 2015-02-08 07:57:05 -08:00
  • bce73e2bd8 remove forward enum declaration Ryuuke 2015-02-07 22:47:42 +00:00
  • 51ceef3dee added color support for windows Ryuuke 2015-02-07 22:39:08 +00:00
  • 326ade7698 Document what happens if you pass an invalid error code Victor Zverovich 2015-02-07 09:46:42 -08:00
  • 502d2ede8a Bump version Victor Zverovich 2015-02-07 08:53:30 -08:00
  • 81dc04dd48 Update README.rst Victor Zverovich 2015-02-07 08:31:17 -08:00
  • fe2b5351be Merge pull request #101 from cppformat/fallthrough Victor Zverovich 2015-02-07 06:57:20 -08:00
  • d7fea1ba0c Try detecting clang::fallthrough using __has_cpp_attribute Victor Zverovich 2015-02-07 06:51:47 -08:00
  • 37ad436068 Fix by @dixlorenz for clang warnings "'return' will never be executed" (#96) Victor Zverovich 2015-02-06 21:27:31 -08:00
  • 45d70b71ec Fix by @dixlorenz for clang warning about unknown Doxygen tags Victor Zverovich 2015-02-06 21:25:30 -08:00
  • d930f6956f Update README.rst Victor Zverovich 2015-02-06 14:03:44 -08:00
  • 38a7406318 Update README.rst Victor Zverovich 2015-02-06 13:46:19 -08:00
  • 83f5085551 Remove RTD theme Victor Zverovich 2015-02-06 09:01:49 -08:00
  • 554abb12f1 Fix formatting Victor Zverovich 2015-02-06 08:45:43 -08:00
  • f2c16957f7 Provide examples of using SystemError and WindowsError (#54) Victor Zverovich 2015-02-06 08:43:02 -08:00
  • 48e6df117a Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-06 07:27:29 -08:00
  • 59254410da Fix a warning (#95) Victor Zverovich 2015-02-06 07:27:19 -08:00
  • 58a300c82a Merge pull request #98 from MariadeAnton/master Victor Zverovich 2015-02-06 07:07:14 -08:00