Victor Zverovich
e9bf788bd5
Add side margins if screen is too wide
2014-10-17 09:20:21 -07:00
Victor Zverovich
4a818ac785
Move CSS override to theme because RTD ignores layout.html
...
RTD bug: https://github.com/rtfd/readthedocs.org/issues/152
2014-10-17 09:15:47 -07:00
Victor Zverovich
c90c6805a2
Add side margins if screen is too wide
2014-10-17 07:53:56 -07:00
Victor Zverovich
7d2c3ac0f2
Add styles
2014-10-17 07:24:49 -07:00
Victor Zverovich
32392597aa
Move Usage section to a separate file
2014-10-16 07:12:43 -07:00
Victor Zverovich
2b17d47372
Merge branch 'master' of github.com:cppformat/cppformat
2014-10-16 06:51:04 -07:00
Victor Zverovich
ca94e4d27f
Update breathe
2014-10-16 06:50:48 -07:00
Victor Zverovich
c752b6d489
Merge pull request #78 from amorozov/issue/76
...
sign-compare warnings fixes
2014-10-14 06:46:20 -07:00
Alexey Morozov
4d3126c567
sign-compare warnings fixes
2014-10-14 03:28:47 +07:00
Victor Zverovich
755ecb0311
Fix warnings
2014-10-13 08:39:38 -07:00
Victor Zverovich
d707adce5c
Fix warning in clang
2014-10-13 06:59:18 -07:00
Victor Zverovich
0d732cf5d3
Merge branch 'master' of github.com:cppformat/cppformat
2014-10-13 06:46:17 -07:00
Victor Zverovich
5189274797
Fix warnings
2014-10-13 06:46:07 -07:00
Victor Zverovich
73ec6504c7
Update README.rst
2014-10-12 14:18:17 -07:00
Victor Zverovich
88f3f53870
Fix Sphinx config
2014-10-10 08:47:36 -07:00
Victor Zverovich
709465197a
Switch to bootstrap theme
2014-10-10 08:40:35 -07:00
Victor Zverovich
76a2ea56ce
Add bootstrap Sphinx theme
2014-10-10 08:39:54 -07:00
Victor Zverovich
a7520f164a
Restore theme
2014-10-10 06:18:50 -07:00
Victor Zverovich
bb1926753d
Try using the default theme
2014-10-10 06:10:52 -07:00
Victor Zverovich
f05e856017
Fix example
2014-10-09 11:25:39 -07:00
Victor Zverovich
4865950649
Update links
2014-10-09 09:10:12 -07:00
Victor Zverovich
8cab5909e0
Improve PDF output
2014-10-09 07:57:26 -07:00
Victor Zverovich
80f5cbb9e5
Add missing quote
2014-10-09 07:57:03 -07:00
Victor Zverovich
833fd47f83
Change the next version number to 0.12.0
2014-10-06 08:49:33 -07:00
Victor Zverovich
8b76e97062
Support compilation with exceptions disabled
2014-10-06 08:30:55 -07:00
Victor Zverovich
55c61d1abd
Update project name
2014-10-06 08:27:42 -07:00
Victor Zverovich
b6afd93879
Split long line
2014-10-06 08:20:52 -07:00
Victor Zverovich
1e63fc7ca0
Comment
2014-10-05 09:34:46 -07:00
Victor Zverovich
32c5dca733
Update breathe
2014-10-03 07:14:56 -07:00
Victor Zverovich
43b389f358
Update README.rst
2014-10-02 06:44:34 -07:00
Victor Zverovich
fae3ae67b9
Fix util-test
2014-10-01 09:32:31 -07:00
Victor Zverovich
ae413ebf7a
Add a section on custom allocators
2014-10-01 08:49:20 -07:00
Victor Zverovich
04d38a8b14
Update docs
2014-10-01 08:32:01 -07:00
Victor Zverovich
03f7f99f4c
Fix build on pre-C++11 compilers
2014-10-01 08:24:47 -07:00
Victor Zverovich
8b9a6e03f6
Test buffer
2014-10-01 08:12:10 -07:00
Victor Zverovich
74dc571ba0
Support signed char and unsigned char strings
2014-09-30 08:15:56 -07:00
Victor Zverovich
98a25ec7cb
Test Buffer
2014-09-30 07:30:27 -07:00
Victor Zverovich
313b259891
Use type_traits to test if copyable/assignable
...
Replace compile tests that check if types are copy constructible and copy assignable with normal tests that use type_traits (if available).
2014-09-30 07:30:05 -07:00
Victor Zverovich
d00f689c40
Fix type_traits check
2014-09-29 11:03:18 -07:00
Victor Zverovich
b79d06a5da
Escape quotes
2014-09-29 10:44:48 -07:00
Victor Zverovich
2846a9eb38
Check if is_copy_assignable is working
...
is_copy_assignable is broken in MSVC.
2014-09-29 10:42:16 -07:00
Victor Zverovich
810f42c0c7
Fix util-test on Windows, take 2
2014-09-29 09:59:49 -07:00
Victor Zverovich
55a16eaec7
Fix util-test on Windows
2014-09-29 09:37:33 -07:00
Victor Zverovich
a309c4bbed
Fix posix-test on Windows
2014-09-29 09:28:44 -07:00
Victor Zverovich
e1c046c984
Fix open check
2014-09-29 09:27:32 -07:00
Victor Zverovich
8c4db5081b
Fix Windows build
2014-09-29 09:17:02 -07:00
Victor Zverovich
dd90129066
Check if type_traits actually work.
2014-09-29 09:15:41 -07:00
Victor Zverovich
d1ded569ff
Separate memory management and formatting
...
Array is split into an abstract Buffer class and a concrete MemoryBuffer class. BasicWriter now does all memory allocation through a Buffer object. Subclasses of BasicWriter may use different buffer types. The new BasicMemoryBuffer class uses the default MemoryBuffer.
2014-09-29 08:48:16 -07:00
Victor Zverovich
5ca3d00e26
Mind the lifetime
2014-09-25 12:15:16 -07:00
Victor Zverovich
a9da3d3852
Fix ArgList::operator[]
2014-09-25 09:31:36 -07:00