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 |
|
vitaut
|
ecdc7ec1f1
|
Fix more warnings
|
2015-08-04 08:01:28 -07:00 |
|
vitaut
|
7fa17fe772
|
Fix warnings
|
2015-08-04 07:55:33 -07:00 |
|
vitaut
|
a8d12ade1c
|
Append compile flags instead of overwriting
|
2015-08-04 07:46:15 -07:00 |
|
Victor Zverovich
|
f9813c313d
|
Merge pull request #191 from rpopescu/master
fixed #190 Argument shadowing and Clang pedantic support
|
2015-08-04 07:41:15 -07:00 |
|
vitaut
|
5b8d0a7aa9
|
Make Coverity happy
|
2015-08-04 07:22:03 -07:00 |
|
Radu Popescu
|
0affb23560
|
fixed #190 Argument shadowing and Clang pedantic support
|
2015-08-04 12:52:44 +02:00 |
|
vitaut
|
7e12c5c9df
|
Use scoped_ptr instead of raw pointers in tests
|
2015-07-31 08:54:54 -07:00 |
|
vitaut
|
d15e0d3e06
|
Use scoped_ptr instead of raw pointers in tests
|
2015-07-31 08:23:39 -07:00 |
|
vitaut
|
922fe90ac3
|
Improve integer formatting performance
and fix bogus Coverity warning about uncaught exception in
format_error_code (via write_int).
|
2015-07-31 08:02:38 -07:00 |
|
vitaut
|
611eb774ca
|
Remove Coverity config from Travis
The config is now in the coverity_scan branch
|
2015-07-29 07:40:20 -07:00 |
|
vitaut
|
4b6a52c6f8
|
Add Coverity scan to Travis CI
|
2015-07-29 07:18:43 -07:00 |
|
vitaut
|
d02a5031f0
|
Use scoped_ptr instead of deprecated auto_ptr
|
2015-07-29 07:03:15 -07:00 |
|
vitaut
|
200037683e
|
Initialize next_arg_index_ in ctor (#187)
|
2015-07-28 08:10:46 -07:00 |
|
vitaut
|
c4d0bc1ac9
|
Fix Coverity warnings
|
2015-07-28 07:18:14 -07:00 |
|
vitaut
|
0eac037416
|
Get rid of the BasicFormatter::start_
|
2015-07-28 06:46:41 -07:00 |
|
Victor Zverovich
|
69a0317590
|
Merge pull request #189 from xentec/patch-1
Fixing doc building with newer pip versions
|
2015-07-26 13:55:35 -07:00 |
|
xentec
|
583f7e9e1c
|
Fix build docs on with newer pip versions
A patch for 3b224e1813
|
2015-07-26 17:50:18 +02:00 |
|
xentec
|
0586a9e4ea
|
Specify python version in doc build script
Some distros changed their default to python3 causing it to fail.
|
2015-07-26 17:48:26 +02:00 |
|
vitaut
|
3b224e1813
|
Fix handling of pip show result when using new version of pip
which returns nonzero error code if the package is not installed.
|
2015-07-26 08:25:52 -07:00 |
|
vitaut
|
76d1218345
|
Workaround a bug in MSVC2010 (#188)
Due to broken lookup rules, MSVC finds fmt::internal::check
instead of IsConvertibleToInt::check.
|
2015-07-10 07:58:27 -07:00 |
|
vitaut
|
e498ffbb3d
|
Fix rpmlint warning about unused dependency on libm.so.6
|
2015-07-10 07:02:50 -07:00 |
|
vitaut
|
6cf24c7f92
|
Fix MSVC warnings
|
2015-07-08 08:04:32 -07:00 |
|
vitaut
|
4f7ad14c2b
|
Fix MSVC warning
|
2015-07-08 07:52:03 -07:00 |
|
vitaut
|
f3bef7ac92
|
Fix open_buffered_file
|
2015-07-08 07:48:54 -07:00 |
|
vitaut
|
b6c1c9233a
|
Workaround an issue with VC2010
|
2015-07-08 07:36:36 -07:00 |
|
vitaut
|
6484a15ca0
|
Fix MSVC warnings
|
2015-07-08 07:35:57 -07:00 |
|
vitaut
|
c669cbedf8
|
Rename None to Null because of conflict with an xlib.h macro
|
2015-07-07 07:05:17 -07:00 |
|
vitaut
|
7859f81233
|
Don't use pthreads if they are not available
|
2015-06-29 07:34:30 -07:00 |
|
vitaut
|
0332284ce3
|
Fix MinGW build on Appveyor by changing search path order
C:\MinGW\bin should go first to prevent executables from older
version of MinGW in C:\MinGW\mingw32 being picked up.
|
2015-06-29 07:22:45 -07:00 |
|
vitaut
|
7154238d45
|
Add terminating null character in UTF coverters
|
2015-06-27 09:11:15 -07:00 |
|
vitaut
|
279749168a
|
Try to work around an issue with msbuild caused by Appveyor update
|
2015-06-27 08:38:26 -07:00 |
|
vitaut
|
ba09c1b56e
|
Fix windows build
|
2015-06-26 09:23:11 -07:00 |
|
vitaut
|
df0835ac27
|
Update docs
|
2015-06-26 09:09:23 -07:00 |
|