Commit Graph

  • 3d4af9cd65 Use `long double instead of int` to avoid warnings vitaut 2015-03-17 20:12:36 -07:00
  • ef5972e1ca Update README.rst Victor Zverovich 2015-03-17 19:43:47 -07:00
  • d99c49b970 Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-03-17 07:57:39 -07:00
  • 538c2610cb Move FMT_USE_VARIADIC_TEMPLATES definition to macro-test.cc vitaut 2015-03-17 07:57:30 -07:00
  • 8ed6031457 Add a comment describing the use of -std=c++11 vitaut 2015-03-17 07:56:55 -07:00
  • a6aa789f4b Merge pull request #136 from Gachapen/fix_initializer_list_check Victor Zverovich 2015-03-17 06:48:52 -07:00
  • b739ec893f Fix CMake FMT_INITIALIZER_LIST check failing because of wrong include name. Magnus Bjerke Vik 2015-03-17 10:15:54 +01:00
  • 357950e06b Fix warnings on braindamaged compilers (aka MSVC) vitaut 2015-03-16 19:02:25 -07:00
  • df47d819b9 Suppress bogus MSVC warning vitaut 2015-03-16 18:53:14 -07:00
  • a530052b7e Only include crtdbg.h when compiling with MSVC vitaut 2015-03-16 18:05:45 -07:00
  • eccd5e8d15 Fix test vitaut 2015-03-16 09:17:18 -07:00
  • 93ae73adbc Fix a typo vitaut 2015-03-16 09:05:46 -07:00
  • 2b793d2d1e Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-03-16 08:52:31 -07:00
  • 5aecd4947f Use GetFileSize instead of GetFileSizeEx on Windows vitaut 2015-03-16 08:52:23 -07:00
  • c6d3a73201 Workaround MinGW's braindamage vitaut 2015-03-16 08:43:59 -07:00
  • 4825fb4a0d Add default value for None's template argument vitaut 2015-03-16 08:43:33 -07:00
  • eb6baf04ff Update README.rst Victor Zverovich 2015-03-15 06:39:03 -07:00
  • d08c4ba84a Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-03-15 06:35:06 -07:00
  • 4547523e19 Make dummy strerror_r and strerror_s inline and remove old comment vitaut 2015-03-15 06:34:59 -07:00
  • e65e05b960 Merge pull request #134 from CarterLi/master Victor Zverovich 2015-03-15 06:21:28 -07:00
  • 80d1dd29b7 Feedback Carter Li 2015-03-15 09:25:36 +08:00
  • c97c0fbbc9 Merge remote-tracking branch 'upstream/master' Carter Li 2015-03-15 09:23:19 +08:00
  • e1776acd19 Handle the result of XSI-complint version of strerror_r correctly vitaut 2015-03-14 14:05:02 -07:00
  • 341b98c6e2 Detect safe strerror variants using function overloading instead of macros vitaut 2015-03-14 13:39:33 -07:00
  • 2d4631a580 Silence -Wunused-parameter Carter Li 2015-03-14 14:54:37 +08:00
  • 593d3aef9e Improve behaviors when disabling exceptions Carter Li 2015-03-14 14:37:02 +08:00
  • b8c36498f2 Temporarily disable mingw build vitaut 2015-03-12 09:06:50 -07:00
  • 97b33fe069 More mingw fixes vitaut 2015-03-12 08:57:25 -07:00
  • 82a3e78e04 Indent vitaut 2015-03-12 08:57:00 -07:00
  • 9f19796ef0 Remove extra #endif vitaut 2015-03-12 08:37:07 -07:00
  • 23b7bfead0 More mingw fixes vitaut 2015-03-12 08:29:28 -07:00
  • 57f9f06619 More mingw fixes vitaut 2015-03-12 08:11:04 -07:00
  • 03ee6a0295 Fix mingw build vitaut 2015-03-12 08:00:56 -07:00
  • 6bca5ca109 Woraround a bug in MinGW vitaut 2015-03-12 07:49:01 -07:00
  • b2207f9d05 Workaround MinGW bug https://sourceforge.net/p/mingw/bugs/2024/ vitaut 2015-03-12 07:24:15 -07:00
  • 752580a5c2 Move sys/types.h include to posix.h for MinGW vitaut 2015-03-12 07:09:44 -07:00
  • 93cfe9951b Woraround for braindamaged versions of MinGW vitaut 2015-03-12 06:48:14 -07:00
  • 6dd532b456 Add mingw bin directory to path and enable mingw build vitaut 2015-03-12 06:13:51 -07:00
  • 3b259b5120 Disable mingw build again vitaut 2015-03-11 09:04:55 -07:00
  • 870f42e1f0 Enable mingw build with extra diagnostics vitaut 2015-03-11 07:10:43 -07:00
  • e3a1da5a71 Temporarily disable mingw build Victor Zverovich 2015-03-10 10:17:08 -07:00
  • da547f5533 Fix mingw build, take 2 Victor Zverovich 2015-03-10 09:43:12 -07:00
  • 961097315c Fix mingw build Victor Zverovich 2015-03-10 09:18:31 -07:00
  • f9e1c2bd59 Use preinstalled mingw on appveyor Victor Zverovich 2015-03-10 08:52:39 -07:00
  • 8c8826f749 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-03-10 07:53:57 -07:00
  • 5821aec7b9 Implement printing of values that are convertible to int such as enums Victor Zverovich 2015-03-10 07:53:46 -07:00
  • 689ea8d3dd Merge pull request #130 from cstamford/master Victor Zverovich 2015-03-10 06:34:07 -07:00
  • 55836caa8d Added the define FMT_SWPRINTF to allow compilation under TDM-gcc (and possibly other MinGW distributions). cstamford 2015-03-10 07:04:31 +00:00
  • a037a829f5 Update README.rst Victor Zverovich 2015-03-09 09:29:46 -07:00
  • 7e251643db Update README.rst Victor Zverovich 2015-03-09 08:48:08 -07:00
  • 08d759c425 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-03-09 07:37:34 -07:00
  • 6af3da1089 Merge website content into docs Victor Zverovich 2015-03-09 07:37:27 -07:00
  • eec6b29b64 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:58:54 -08:00
  • 0b097da31e Set release date Victor Zverovich 2015-03-06 08:33:25 -08:00
  • f9e98c2007 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-03-06 08:30:38 -08:00
  • 2d80bcc1cb Bump version Victor Zverovich 2015-03-06 08:30:30 -08:00
  • fa5b35e539 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:17:13 -08:00
  • 549b61e958 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:15:11 -08:00
  • 2d200e3caa Update ChangeLog.rst Victor Zverovich 2015-03-06 08:14:19 -08:00
  • 3252eead94 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:03:34 -08:00
  • d82b6c7e62 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:03:11 -08:00
  • 55ba812d12 Update ChangeLog.rst Victor Zverovich 2015-03-06 07:52:51 -08:00
  • 5463a62d43 Update ChangeLog.rst Victor Zverovich 2015-03-06 07:52:06 -08:00
  • 9350328086 Update ChangeLog.rst Victor Zverovich 2015-03-06 07:32:28 -08:00
  • 9d1fc0ecd5 Update ChangeLog.rst Victor Zverovich 2015-03-06 07:18:44 -08:00
  • 9c006520bd Break long lines Victor Zverovich 2015-03-05 08:15:26 -08:00
  • 8ad6f93428 Update changelog Victor Zverovich 2015-03-05 08:04:27 -08:00
  • 72c97ab4ab Add missing '>' Victor Zverovich 2015-03-05 07:31:27 -08:00
  • bcc2fd1dbe Fix markup Victor Zverovich 2015-03-05 07:30:50 -08:00
  • a89f578c14 Update changelog Victor Zverovich 2015-03-05 07:29:54 -08:00
  • 6005907db6 Fix markup Victor Zverovich 2015-03-05 07:27:14 -08:00
  • 53dd7d1583 Update changelog Victor Zverovich 2015-03-05 07:26:44 -08:00
  • 65a8a7f85e Fix markup Victor Zverovich 2015-03-04 19:03:56 -08:00
  • 89e0684da6 Update changelog Victor Zverovich 2015-03-04 19:02:59 -08:00
  • a5c6975118 Use issue numbers instead of links Victor Zverovich 2015-03-04 18:50:46 -08:00
  • ec7b006fab Update changelog Victor Zverovich 2015-03-04 18:49:23 -08:00
  • c1f8274701 Copy info from releases to changelog Victor Zverovich 2015-03-04 18:30:00 -08:00
  • 91d9497911 Fix markup Victor Zverovich 2015-03-04 18:16:26 -08:00
  • 3453df6d65 Add a changelog Victor Zverovich 2015-03-04 18:10:08 -08:00
  • 648c730bd2 CMake should be now preinstalled on OS X Victor Zverovich 2015-03-04 15:15:31 -08:00
  • 8abc15f85e Fix a reference Victor Zverovich 2015-03-04 14:04:10 -08:00
  • 4ff6ab396c Fix biicode build script Victor Zverovich 2015-03-04 09:24:54 -08:00
  • 14d1fb561f Don't run biicode on Travis Victor Zverovich 2015-03-04 09:22:52 -08:00
  • 7ae6dfbcba Fix cmake command Victor Zverovich 2015-03-04 08:57:56 -08:00
  • bdada10c2c Only run biicode-build on Linux and print cmake version Victor Zverovich 2015-03-04 08:53:51 -08:00
  • 65cf5414c9 Temporarily disable biicode build Victor Zverovich 2015-03-04 08:33:13 -08:00
  • cb40e7c60b Fix biicode-build script Victor Zverovich 2015-03-04 08:24:35 -08:00
  • 3a9b7ad8b6 Pass env to bii Victor Zverovich 2015-03-04 08:07:26 -08:00
  • 38b5f573dd Set CMAKE_ROOT Victor Zverovich 2015-03-04 08:01:56 -08:00
  • 5ad6c6bd7f Use correct path to CMake bin directory, take 2 Victor Zverovich 2015-03-04 07:51:09 -08:00
  • 85ef48cb6d Use correct path to CMake bin directory Victor Zverovich 2015-03-04 07:36:30 -08:00
  • a6864a7264 Fix CMake installation and enable biicode build Victor Zverovich 2015-03-04 07:07:13 -08:00
  • 0dd1f19281 Temporarily disable biicode build Victor Zverovich 2015-03-03 22:24:34 -08:00
  • 7c8f915f0b Sudo make me a sandwich Victor Zverovich 2015-03-03 22:19:56 -08:00
  • e1b62a5d39 Install CMake in system dirs Victor Zverovich 2015-03-03 22:12:37 -08:00
  • 4d208ae86f Install newer version of cmake Victor Zverovich 2015-03-03 22:07:20 -08:00
  • 29451ea8e2 Update travis config Victor Zverovich 2015-03-03 21:49:33 -08:00
  • e6113fb9f5 Rewrite biicode build script in Python and simplify Victor Zverovich 2015-03-03 21:45:47 -08:00
  • 7c0a23329e Update copyright notices Victor Zverovich 2015-03-03 21:04:45 -08:00
  • f1e77e41a5 Update breathe Victor Zverovich 2015-03-02 08:34:22 -08:00