vitaut
|
08bcf61fb2
|
Add --upgrade option to pip
|
2015-10-14 06:27:41 -07:00 |
|
vitaut
|
bdbac0b78f
|
More diagnostics
|
2015-10-13 08:55:05 -07:00 |
|
vitaut
|
5bc908623c
|
Add diagnostics to the documentation build script
|
2015-10-13 08:45:49 -07:00 |
|
vitaut
|
7732688b80
|
If Sphinx is already installed but version doesn't match, reinstall it
|
2015-10-13 08:24:16 -07:00 |
|
Victor Zverovich
|
9575e77e40
|
Merge pull request #207 from dean0x7d/udl-api
Update Sphinx with C++11 literals fix and add fmt::literals API docs
|
2015-10-13 07:26:25 -07:00 |
|
Dean Moldovan
|
358ae822bb
|
Update Sphinx with C++11 literals fix and add fmt::literals API docs
|
2015-10-13 00:35:22 +02:00 |
|
Victor Zverovich
|
dd60ec673c
|
Merge pull request #206 from dean0x7d/udl-docs
Document user-defined literals
|
2015-10-11 10:58:08 -07:00 |
|
Dean Moldovan
|
47e26cdc37
|
Document user-defined literals
|
2015-10-11 02:34:20 +02:00 |
|
vitaut
|
2eda8313af
|
Merge branch 'udl' of github.com:dean0x7d/cppformat into udl
|
2015-10-09 08:20:46 -07:00 |
|
Dean Moldovan
|
c0813c59f3
|
Work around UDL macro stringification bug on some versions of GCC
See bug report: https://gcc.gnu.org/ml/gcc-bugs/2015-04/msg02027.html
|
2015-10-09 11:55:36 +02:00 |
|
Victor Zverovich
|
3b9765f858
|
Merge pull request #204 from dean0x7d/udl
User-defined literals for format and named arguments
|
2015-10-07 07:13:07 -07:00 |
|
Dean Moldovan
|
bc6010cc21
|
Add _a literal for named arguments
|
2015-09-27 04:09:37 +02:00 |
|
Dean Moldovan
|
a63a24f2d7
|
Add _format literal
|
2015-09-27 04:00:24 +02:00 |
|
vitaut
|
50e9487e18
|
Merge branch 'master' of github.com:cppformat/cppformat
|
2015-09-18 16:26:53 -07:00 |
|
vitaut
|
ef710dee6c
|
Add sprintf overload for wide strings
and fix an issue in formatting user-defined objects.
Thanks to @ScottLangham
|
2015-09-18 16:26:41 -07:00 |
|
Victor Zverovich
|
a12f49669c
|
Add Stellar to the list of projects using C++ Format
|
2015-09-16 21:45:27 -07:00 |
|
Victor Zverovich
|
42d8f5b994
|
Add redis-cerberus to the list of projects using cppformat
|
2015-09-16 21:33:51 -07:00 |
|
vitaut
|
79d8f59906
|
Implement formatting of objects with (s)printf.
|
2015-09-08 08:36:20 -07:00 |
|
vitaut
|
59155abbf3
|
Remove extra newline
|
2015-09-08 08:16:12 -07:00 |
|
vitaut
|
d48047e4c0
|
Break long line
|
2015-08-31 08:22:25 -07:00 |
|
vitaut
|
005379ac6f
|
Don't include .buildinfo and .doctrees in the source package
Thanks to Dave Johansen.
|
2015-08-31 08:21:59 -07:00 |
|
vitaut
|
75fdfe3e0e
|
Make options that control target generation more consistent
|
2015-08-31 06:49:06 -07:00 |
|
Victor Zverovich
|
6de8f4a416
|
Merge pull request #200 from maddinat0r/master
add CMake option to toggle doxygen documentation
|
2015-08-31 06:32:05 -07:00 |
|
Alex Martin
|
06c1859420
|
add CMake option to toggle doxygen documentation
|
2015-08-30 14:23:54 +02:00 |
|
vitaut
|
5bcd5ac6d6
|
Merge branch 'master' of github.com:cppformat/cppformat
|
2015-08-26 10:13:12 -07:00 |
|
vitaut
|
4807f69ab4
|
Remove duplicate EXLUDE_SYMBOLS
|
2015-08-26 10:13:04 -07:00 |
|
Victor Zverovich
|
c2ba9e191d
|
Merge pull request #199 from maddinat0r/master
add generated "run-msbuild.bat" file to gitignore
|
2015-08-21 10:23:00 -07:00 |
|
Alex Martin
|
edf5c26001
|
add generated "run-msbuild.bat" file to gitignore
|
2015-08-21 19:09:18 +02:00 |
|
vitaut
|
b3714625c0
|
Fix compilation with FMT_PEDANTIC=ON
|
2015-08-19 08:03:17 -07:00 |
|
vitaut
|
1bba22667e
|
Fix build on CMake 2.6
|
2015-08-19 07:32:48 -07:00 |
|
vitaut
|
d07fd577c3
|
FMT_SOURCE_FILES -> FMT_SOURCES
|
2015-08-19 07:27:34 -07:00 |
|
vitaut
|
4274f15f0d
|
Move test-specific stuff to test/CMakeLists.txt
|
2015-08-19 07:27:08 -07:00 |
|
Victor Zverovich
|
0d99eb5d6b
|
Merge pull request #198 from maddinat0r/master
add CMake option to toggle tests (on by default)
|
2015-08-19 06:49:53 -07:00 |
|
Alex Martin
|
914b97859c
|
add CMake option to toggle tests (on by default)
|
2015-08-19 10:41:37 +02:00 |
|
vitaut
|
4150fa0f95
|
Fix formatting
|
2015-08-18 06:57:31 -07:00 |
|
Victor Zverovich
|
4e2a0a7e1c
|
Merge pull request #197 from maddinat0r/master
new CMake option to disable generating the install target
|
2015-08-18 06:34:09 -07:00 |
|
Alex Martin
|
2161823559
|
add option to disable install
|
2015-08-17 18:48:16 +02:00 |
|
Victor Zverovich
|
2923d7f588
|
Merge pull request #196 from jkflying/patch-1
Fix warnings
|
2015-08-17 06:24:47 -07:00 |
|
jkflying
|
11395c4f09
|
Fix warnings
Child attribute was being instantiated before parent attribute, gives warnings under GCC 4.9.1
|
2015-08-17 13:59:45 +02:00 |
|
vitaut
|
32fbc083b7
|
Add Touch Surgery to the list of projects using C++ Format
|
2015-08-08 18:58:25 -07:00 |
|
vitaut
|
8c4483d3cb
|
Try appveyor config without explicit platform
|
2015-08-07 07:39:56 -07:00 |
|
vitaut
|
b247d81046
|
Fix warnings
|
2015-08-07 07:39:04 -07:00 |
|
vitaut
|
c3ba615c65
|
Fix warnings
|
2015-08-07 07:34:58 -07:00 |
|
vitaut
|
cdcdacef9c
|
Handle undefined $PLATFORM
|
2015-08-07 07:21:43 -07:00 |
|
vitaut
|
a8a2982b9a
|
Fix test
|
2015-08-07 07:13:43 -07:00 |
|
vitaut
|
2202541364
|
Disable configuration that doesn't work on appveyor
|
2015-08-07 07:12:22 -07:00 |
|
vitaut
|
ca7478144d
|
Fix warnings
|
2015-08-07 07:08:46 -07:00 |
|
vitaut
|
43081b833a
|
Build both on x86 and x64
|
2015-08-07 07:08:12 -07:00 |
|
vitaut
|
2c6e32f6ff
|
Simplify appveyor config
|
2015-08-07 06:41:07 -07:00 |
|
vitaut
|
58fcf0c0da
|
Optimize format_decimal
|
2015-08-05 07:50:29 -07:00 |
|