Commit Graph

  • adca25913c Indent descriptions of macros Victor Zverovich 2014-10-23 07:22:37 -0700
  • 99ff512b32 Use sphinx bootstrap theme from subproject Victor Zverovich 2014-10-23 07:17:56 -0700
  • 0019793786 Add bootstrap theme as a module Victor Zverovich 2014-10-21 08:28:27 -0700
  • e640e458c1 Align navbar content with the main content Victor Zverovich 2014-10-20 08:56:27 -0700
  • fb6ed7590b Align footer with the main content Victor Zverovich 2014-10-17 09:39:43 -0700
  • e9bf788bd5 Add side margins if screen is too wide Victor Zverovich 2014-10-17 09:20:21 -0700
  • 4a818ac785 Move CSS override to theme because RTD ignores layout.html Victor Zverovich 2014-10-17 09:15:47 -0700
  • c90c6805a2 Add side margins if screen is too wide Victor Zverovich 2014-10-17 07:53:56 -0700
  • 7d2c3ac0f2 Add styles Victor Zverovich 2014-10-17 07:24:49 -0700
  • 32392597aa Move Usage section to a separate file Victor Zverovich 2014-10-16 07:12:43 -0700
  • 2b17d47372 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2014-10-16 06:51:04 -0700
  • ca94e4d27f Update breathe Victor Zverovich 2014-10-16 06:50:48 -0700
  • c752b6d489 Merge pull request #78 from amorozov/issue/76 Victor Zverovich 2014-10-14 06:46:20 -0700
  • 4d3126c567 sign-compare warnings fixes Alexey Morozov 2014-10-14 03:28:47 +0700
  • 755ecb0311 Fix warnings Victor Zverovich 2014-10-13 08:39:38 -0700
  • d707adce5c Fix warning in clang Victor Zverovich 2014-10-13 06:59:18 -0700
  • 875d5935e4 Merge f911a88150 into 0d732cf5d3 Alexey Morozov 2014-10-13 13:50:08 +0000
  • 0d732cf5d3 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2014-10-13 06:46:17 -0700
  • 5189274797 Fix warnings Victor Zverovich 2014-10-13 06:46:07 -0700
  • f911a88150 Fix test for GCC Alexey Morozov 2014-10-13 13:43:18 +0700
  • 73ec6504c7 Update README.rst Victor Zverovich 2014-10-12 14:18:17 -0700
  • 88f3f53870 Fix Sphinx config Victor Zverovich 2014-10-10 08:47:36 -0700
  • 709465197a Switch to bootstrap theme Victor Zverovich 2014-10-10 08:40:35 -0700
  • 76a2ea56ce Add bootstrap Sphinx theme Victor Zverovich 2014-10-10 08:39:54 -0700
  • a7520f164a Restore theme Victor Zverovich 2014-10-10 06:18:50 -0700
  • bb1926753d Try using the default theme Victor Zverovich 2014-10-10 06:10:52 -0700
  • f05e856017 Fix example Victor Zverovich 2014-10-09 11:25:39 -0700
  • 4865950649 Update links Victor Zverovich 2014-10-09 09:10:12 -0700
  • 8cab5909e0 Improve PDF output Victor Zverovich 2014-10-09 07:57:26 -0700
  • 80f5cbb9e5 Add missing quote Victor Zverovich 2014-10-09 07:57:03 -0700
  • 833fd47f83 Change the next version number to 0.12.0 Victor Zverovich 2014-10-06 08:49:33 -0700
  • 8b76e97062 Support compilation with exceptions disabled Victor Zverovich 2014-10-06 08:30:55 -0700
  • 55c61d1abd Update project name Victor Zverovich 2014-10-06 08:27:42 -0700
  • b6afd93879 Split long line Victor Zverovich 2014-10-06 08:20:52 -0700
  • 1e63fc7ca0 Comment Victor Zverovich 2014-10-05 09:34:46 -0700
  • 32c5dca733 Update breathe Victor Zverovich 2014-10-03 07:14:56 -0700
  • 43b389f358 Update README.rst Victor Zverovich 2014-10-02 06:44:34 -0700
  • fae3ae67b9 Fix util-test Victor Zverovich 2014-10-01 09:32:31 -0700
  • ae413ebf7a Add a section on custom allocators Victor Zverovich 2014-10-01 08:49:20 -0700
  • 04d38a8b14 Update docs Victor Zverovich 2014-10-01 08:32:01 -0700
  • 03f7f99f4c Fix build on pre-C++11 compilers Victor Zverovich 2014-10-01 08:24:47 -0700
  • 8b9a6e03f6 Test buffer Victor Zverovich 2014-10-01 08:12:10 -0700
  • 74dc571ba0 Support signed char and unsigned char strings Victor Zverovich 2014-09-30 08:15:56 -0700
  • 98a25ec7cb Test Buffer Victor Zverovich 2014-09-30 07:30:27 -0700
  • 313b259891 Use type_traits to test if copyable/assignable Victor Zverovich 2014-09-30 07:30:05 -0700
  • d00f689c40 Fix type_traits check Victor Zverovich 2014-09-29 11:03:18 -0700
  • b79d06a5da Escape quotes Victor Zverovich 2014-09-29 10:44:48 -0700
  • 2846a9eb38 Check if is_copy_assignable is working Victor Zverovich 2014-09-29 10:42:16 -0700
  • 810f42c0c7 Fix util-test on Windows, take 2 Victor Zverovich 2014-09-29 09:59:49 -0700
  • 55a16eaec7 Fix util-test on Windows Victor Zverovich 2014-09-29 09:37:33 -0700
  • a309c4bbed Fix posix-test on Windows Victor Zverovich 2014-09-29 09:28:44 -0700
  • e1c046c984 Fix open check Victor Zverovich 2014-09-29 09:27:32 -0700
  • 8c4db5081b Fix Windows build Victor Zverovich 2014-09-29 09:17:02 -0700
  • dd90129066 Check if type_traits actually work. Victor Zverovich 2014-09-29 09:15:41 -0700
  • d1ded569ff Separate memory management and formatting Victor Zverovich 2014-09-29 08:48:16 -0700
  • 5ca3d00e26 Mind the lifetime Victor Zverovich 2014-09-25 12:15:16 -0700
  • a9da3d3852 Fix ArgList::operator[] Victor Zverovich 2014-09-25 09:31:36 -0700
  • b2bd63d2d9 Test ArgList Victor Zverovich 2014-09-25 09:11:51 -0700
  • 65cb43a484 Store type info in uint64_t instead of ULongLong Victor Zverovich 2014-09-25 07:42:29 -0700
  • c2f02df2f5 Fix warning in clang Victor Zverovich 2014-09-25 07:38:16 -0700
  • f43caef311 Fix linkage Victor Zverovich 2014-09-25 07:21:48 -0700
  • 098a8fdef8 Simplify make_type Victor Zverovich 2014-09-25 07:14:08 -0700
  • 75a2ea03a7 Reduce code bloat Victor Zverovich 2014-09-25 07:10:44 -0700
  • 163178eee1 Make print non-inline Victor Zverovich 2014-09-25 07:08:25 -0700
  • ae8bc36e57 MakeArg -> MakeValue Victor Zverovich 2014-09-24 08:07:50 -0700
  • 93b314d3ab Comments Victor Zverovich 2014-09-24 07:59:23 -0700
  • ec1aea34e6 Refactor type processing Victor Zverovich 2014-09-24 07:48:45 -0700
  • ab6e759291 pointer_value -> pointer Victor Zverovich 2014-09-23 08:21:58 -0700
  • d2973766ea ArgBase -> Value Victor Zverovich 2014-09-23 08:11:03 -0700
  • beb00edf73 Store types in ArgList instead of Arg Victor Zverovich 2014-09-23 07:59:43 -0700
  • 49222dc0c7 Improve allocator test Victor Zverovich 2014-09-23 07:58:23 -0700
  • 13bbb0db7a Update docs Victor Zverovich 2014-09-21 14:12:21 -0700
  • eac25ad1c7 Update readme Victor Zverovich 2014-09-21 08:13:35 -0700
  • 1d4640415d Pass ArgList by value Victor Zverovich 2014-09-21 08:08:52 -0700
  • 14f2577569 Fix linkage Victor Zverovich 2014-09-19 08:45:05 -0700
  • b9a568b1dd Add support for custom memory allocator to BasicWriter Victor Zverovich 2014-09-19 07:51:42 -0700
  • 70205edd6e Fix build with ancient CMake Victor Zverovich 2014-09-18 09:29:51 -0700
  • a734f67978 Check if variadic templates are working Victor Zverovich 2014-09-18 09:18:18 -0700
  • 6a98f42336 Add support for custom allocators Victor Zverovich 2014-09-18 09:07:40 -0700
  • a4998accf6 Fix travis build Victor Zverovich 2014-09-17 08:26:07 -0700
  • c76b22405d Replace GTest with GMock (includes GTest) Victor Zverovich 2014-09-17 08:01:42 -0700
  • 2938a92d64 Add KBEngine to projects that use cppformat Victor Zverovich 2014-09-13 08:44:49 -0700
  • b54d6e7124 Fix posix-test, take 3. Victor Zverovich 2014-09-12 18:22:45 -0700
  • 94daf27c9d Fix posix-test, take 2. Victor Zverovich 2014-09-12 17:41:04 -0700
  • 886ad20a9d Remove unused size argument from Array's ctor. Victor Zverovich 2014-09-12 17:20:36 -0700
  • 434e83a192 Fix posix-test. Victor Zverovich 2014-09-12 17:16:22 -0700
  • ddd95965e1 Fix MaxSize test. Victor Zverovich 2014-09-12 16:52:15 -0700
  • a3062f6647 Disambiguate a call Victor Zverovich 2014-09-12 16:18:04 -0700
  • 352b6ae496 Workaround more Windows crap. Victor Zverovich 2014-09-12 15:18:11 -0700
  • 74169e4b5d Add a portable getpagesize() implementation Victor Zverovich 2014-09-12 13:53:52 -0700
  • 1e9ca17b9d Workaround Windows crap. Victor Zverovich 2014-09-12 13:42:22 -0700
  • 225b757b50 Handy fix for handling of handles. Victor Zverovich 2014-09-12 12:37:32 -0700
  • cb7caa540f Move FMT_STATIC_ASSERT to header and test. Victor Zverovich 2014-09-12 12:05:32 -0700
  • ea9989b254 Add missing include. Victor Zverovich 2014-09-12 11:57:33 -0700
  • 949c3c5df4 Test if File::size can handle maximum file size. Victor Zverovich 2014-09-12 11:12:22 -0700
  • e34e9fa0c7 Add File::size and make File's ctor take StringRef. Victor Zverovich 2014-09-12 10:50:16 -0700
  • f175591923 Return size_t instead of streamsize in File::read and File::write Victor Zverovich 2014-09-12 09:38:37 -0700
  • 6cd9be2c06 Bump version. Victor Zverovich 2014-09-12 08:29:38 -0700
  • 3269fce2dc Fix https://github.com/cppformat/cppformat/issues/61 Victor Zverovich 2014-09-12 08:27:23 -0700
  • d59fbdcd4a Increase the maximum number of formatting arguments on compilers without variadic templates to 15. Victor Zverovich 2014-09-11 21:18:36 -0700