2
0
mirror of https://github.com/boostorg/format.git synced 2026-01-25 06:12:19 +00:00
Commit Graph

140 Commits

Author SHA1 Message Date
Marshall Clow
614113c408 Merge changes from develop for the 1.63.0 release 2016-11-30 13:05:22 -08:00
Thomas Sondergaard
b849028e5e Update references to c++ standard documentation
Use stable section names rather than section numbers.
2016-09-16 10:43:39 +02:00
Thomas Sondergaard
045c6f15b9 Remove non-ascii character from source
Fixes C4828 warning emitted by Visual C++ compiler using /utf8 or
/validate-charset flag.
2016-09-15 11:00:26 +02:00
Marshall Clow
aad562ab81 Merge to master for 1.62.0 release 2016-08-17 13:23:35 -07:00
Stephan Bergmann
28dada662b BOOST_FALLTHROUGH to silence Clang -Wimplicit-fallthrough 2016-05-11 08:47:03 +02:00
Edward Diener
d307c1dde0 Merge branch 'develop' 2015-10-15 20:59:35 -04:00
Joachim Faulhaber
6fd5847729 Tweaked imbue fix: Checked for non-null-ness explicitly 2015-09-23 17:53:46 +02:00
Joachim Faulhaber
e5171589fe Bugfix: missing imbue call can lead to crashes 2015-09-22 14:32:13 +02:00
Marshall Clow
e6e6a29666 Merge to master for 1.59.0 release 2015-07-22 10:39:37 -07:00
Marshall Clow
d80537520b Changed 'less' to 'fewer' in an error message. Patch from @tempoz 2015-05-18 08:34:53 -07:00
Marshall Clow
c053e9e154 Merge pull request #6 from lanurmi/spelling-fix-occurrence
Fix spelling of "occurrence"; pull request by @lanurmi
2015-04-03 07:44:27 -07:00
Marshall Clow
b48d5b8e33 Merge pull request #4 from bkentel/develop
Fix a warning under MSVC
2015-04-03 07:43:49 -07:00
Lauri Nurmi
af6c906cad Fix spelling of "occurrence". 2015-03-28 21:44:41 +02:00
Adam Wulkiewicz
992070cacf Suppress sign-conversion warning in parsing.hpp. 2015-02-02 16:32:09 +01:00
Brandon Kentel
efc6ccd04e Fix a warning under MSVC
Fix a warning under MSVC when BOOST_NO_STD_LOCALE is defined.
2014-10-14 23:49:41 +09:00
Stephen Kelly
b53aaaa7e7 Format: Remove obsolete GCC version checks.
[SVN r86110]
2013-10-01 08:46:12 +00:00
Stephen Kelly
88a0d6e924 Format: Remove obsolete MSVC version checks.
[SVN r86040]
2013-09-30 00:21:57 +00:00
Joachim Faulhaber
68f7bc0a7a Fix for Ticket #7435: Crash with format using UTF16 strings on MacOS X. Reporter: Franz Detro.
https://svn.boost.org/trac/boost/ticket/7435


[SVN r83374]
2013-03-09 19:15:28 +00:00
Steven Watanabe
2e154546e7 Reduce code bloat from boost::format. Fixes #4700.
[SVN r80989]
2012-10-15 01:28:53 +00:00
Steven Watanabe
f2b47a151a Add #include <locale>. Refs #4700.
[SVN r80987]
2012-10-14 19:17:26 +00:00
Steven Watanabe
c2abf0cff0 Make Boost.Format work with the default libCstd on sun CC. Fixes #3894
[SVN r62825]
2010-06-11 23:13:32 +00:00
Steven Watanabe
6b0b958736 Remove a few non-ASCII characters
[SVN r62671]
2010-06-09 17:19:52 +00:00
Jeremiah Willcock
3e997b0afc Fixed tab and no-newline-at-end-of-file issues from inspection report
[SVN r61435]
2010-04-20 17:54:16 +00:00
Samuel Krempp
85acf8fc52 fixes new functions (remaining_args, expected_args, ...) in case bound.size()==0
[SVN r57830]
2009-11-21 08:19:51 +00:00
Ralf W. Grosse-Kunstleve
10cc220b36 boost/format/format_implementation.hpp: fixing elementary syntax error introduced in rev. 57734
[SVN r57751]
2009-11-18 17:26:32 +00:00
Samuel Krempp
a6403171c0 adds functions returning number of expected (|remaining|fed|bound) args
closes Ticket #2867 (feature request)

[SVN r57734]
2009-11-17 22:46:33 +00:00
Samuel Krempp
c8026918ea support for enums on gcc (patch by Steven Watanabe)
fixes Ticket #2015

[SVN r57694]
2009-11-15 23:03:26 +00:00
Samuel Krempp
197decc600 copy-constructor now copies .dumped_ , fixing Ticket #3610
[SVN r57672]
2009-11-15 08:08:32 +00:00
Steven Watanabe
a569d82df4 Fix order of initialization warning. Fixes #1699
[SVN r53219]
2009-05-23 19:26:10 +00:00
Jeremiah Willcock
2ca8fb08d0 Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
2009-05-20 19:19:00 +00:00
Marshall Clow
fb6c27612a Fixed unused parameter - bug #2455
[SVN r52258]
2009-04-08 16:14:22 +00:00
John Maddock
7127dd351e Yet another MSVC warning suppression.
[SVN r42080]
2007-12-15 18:49:13 +00:00
John Maddock
b6cb5400e9 Trivial patches to silence MSVC warnings.
[SVN r42076]
2007-12-15 17:36:31 +00:00
John Maddock
4356e38c4c MSVC warning suppression.
[SVN r42067]
2007-12-15 12:32:18 +00:00
John Maddock
840ee87985 Added missing #include.
Fix warnings on MSVC: the code should now be clean with -W4.
Fix warnings on gcc: the code should now be clean with -Wall -Wshadow.
This fixes Track issues #585, #980, #1196, #1278 and #1340.

[SVN r41254]
2007-11-20 11:40:28 +00:00
Samuel Krempp
b8495a4269 handle invalid format string (ends with %) without asserting,
closing ticket #493


[SVN r38730]
2007-08-16 18:48:03 +00:00
Samuel Krempp
61f3feb471 bug fixed : prefix_ was not reset by make_or_reuse (all other buffers were).
Solves ticket #570


[SVN r38729]
2007-08-16 17:33:47 +00:00
Gennaro Prota
fe2c3f3765 fixed license reference text; added final slash to library doc url; removed inconsistent period at the end of what() string, fixed typos reported in http://bugs.debian.org/378016
[SVN r34624]
2006-07-20 12:13:16 +00:00
Joaquín M. López Muñoz
734c437f52 fixed SourceForge bug #1506914
[SVN r34350]
2006-06-19 06:03:04 +00:00
Joaquín M. López Muñoz
0802feac8a fixed a bug that generated accesses to a vector with a negative index
[SVN r34097]
2006-05-26 14:24:44 +00:00
Caleb Epstein
4e94d45908 Fix for Sourceforge bug #1450260 where this will assert on MSVC:
boost::format("%s") % std::string()


[SVN r33443]
2006-03-22 15:13:25 +00:00
Douglas Gregor
b3cecbf8e8 Untabify
[SVN r30052]
2005-07-13 15:40:24 +00:00
Markus Schöpflin
bd35889d7d Enable overload disambiguation workaround for Tru64/CXX too. This clears most of
the remaining test failures for this compiler.


[SVN r29516]
2005-06-10 12:29:27 +00:00
Markus Schöpflin
cf1efc3586 Bumped version for Tru64/CXX workaround.
[SVN r29514]
2005-06-10 10:33:03 +00:00
Samuel Krempp
20f2d3405d . made many casts explicit to avoid warnings on MSVC7, and changed a few types for more coherence
. minor changes


[SVN r27510]
2005-02-27 02:06:57 +00:00
Samuel Krempp
e1c99d5351 uses std::string::size_type directly instead of thru chained typedef, to workaround MSVC7+ bug
[SVN r27505]
2005-02-25 15:19:15 +00:00
Samuel Krempp
25fa0a3285 fixed typo in macro name BOOST_NO_LOCALE_ISDIGIT (the typo was consistent where it matters,
had no effect on compilation)


[SVN r27491]
2005-02-23 13:10:36 +00:00
Aleksey Gurtovoy
ca5e01849c workarounds_gcc-2.95.hpp -> workarounds_gcc-2_95.hpp
[SVN r25666]
2004-10-11 14:08:04 +00:00
Markus Schöpflin
5ed5e8a4f0 Add workaround for Compaq C++.
[SVN r24845]
2004-09-01 08:11:05 +00:00
Samuel Krempp
0b12543b27 -feed_args.hpp : includes boost/assert.hpp and replaced "assert" by "BOOST_ASSERT", thanks to Nando for reporting this.
-sample_formats.cpp : was using assert without including it


[SVN r24613]
2004-08-20 09:44:24 +00:00