index
:
delta/boost.git
circle2
danieljames-patch-1
danieljames-patch-2
danieljames-patch-3
develop
doxygen1.8.15
feature/add-histogram
feature/add-outcome
feature/arch-and-model
feature/bcp-namespace
feature/boost-install-reqs
feature/boostcpp-py
feature/ci-changes
feature/cmake-config
feature/docutils
feature/fix-status-tools
feature/gha
feature/install-cmake-config
feature/install-cmake-config-2
feature/pkgconfig
feature/remove-travis-packages
feature/reorder-gitmodules
feature/travis-cmake
feature/travis-cmake-2
feature/travis-submodules-j3
feature/travis-xenial
grafikrobot-patch-1
master
pdimov-patch-1
pdimov-patch-2
pdimov-patch-3
pdimov-patch-4
pr-asciidoctor
pr-asciidoctor-gem-3
pr/add-quickbook-to-status
pr/bootstrap-bat-specified-toolset
pr/normalize-submodule-names
pr/remove-boostcpp-py
pr/remove-root-targets
pr/remove-unversioned-targets
pr/remove-wave-special-case
pr/rvm-2.3.3
regression/reporting
github.com: boostorg/boost.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
program_options
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update program_options from develop.
Automated Commit
2014-12-02
1
-0
/
+0
*
Update program_options, build from develop.
Automated Commit
2014-11-29
1
-0
/
+0
*
Update program_options from develop.
Automated Commit
2014-11-24
1
-0
/
+0
*
Update program_options from develop.
Automated Commit
2014-04-09
1
-0
/
+0
*
Update program_options.
Automated Commit
2014-01-20
1
-0
/
+0
*
Update program_options.
Automated Commit
2014-01-09
1
-0
/
+0
*
Update program_options.
Automated Commit
2014-01-08
1
-0
/
+0
*
Update regex, bind, program_options.
Daniel James
2013-12-19
1
-0
/
+0
*
Align columns across groups in --help output.
Vladimir Prus
2013-11-06
1
-0
/
+0
*
Correct broken links to C++ standard papers. Refs #9212.
Michel Morin
2013-10-30
1
-0
/
+0
*
ProgramOptions: Remove obsolete GCC version check.
Stephen Kelly
2013-10-01
1
-0
/
+0
*
Remove obsolete MSVC check from pragma guard
Stephen Kelly
2013-09-26
1
-0
/
+0
*
Silence gcc warning. Thanks to Chris Stylianou.
Vladimir Prus
2013-06-24
1
-0
/
+0
*
Fix report of error for options with dashes.
Vladimir Prus
2013-02-10
1
-0
/
+0
*
Revive exception_txt_test.
Vladimir Prus
2013-02-10
1
-0
/
+0
*
Really fixes #7049.
Vladimir Prus
2012-07-13
1
-0
/
+0
*
Fix indent
Vladimir Prus
2012-07-05
1
-0
/
+0
*
Fix warnings on 64-bit systems.
Vladimir Prus
2012-07-05
1
-0
/
+0
*
Qualify 'distance' with 'std'.
Vladimir Prus
2012-07-05
1
-0
/
+0
*
Fix compilation error.
Vladimir Prus
2012-06-29
1
-0
/
+0
*
Adjust spelling.
Vladimir Prus
2012-05-06
1
-0
/
+0
*
Include necessary header, don't rely on two-phase lookup not being there.
Vladimir Prus
2012-05-05
1
-0
/
+0
*
Summary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utf8_codecv...
Dave Abrahams
2012-04-19
1
-0
/
+0
*
Allow to specify how option's value is named in help message.
Vladimir Prus
2012-04-12
1
-0
/
+0
*
Improve error reporting.
Vladimir Prus
2012-04-08
1
-0
/
+0
*
Make vector print function in examples be more correct.
Vladimir Prus
2012-04-08
1
-0
/
+0
*
Fix warning push/pop mismatch.
Vladimir Prus
2011-10-19
1
-0
/
+0
*
Enable visibility support. Refs #2114.
Jürgen Hunold
2011-07-22
1
-0
/
+0
*
Return 0, not 1, when --help is passed.
Vladimir Prus
2011-03-17
1
-0
/
+0
*
Clarify docs for 'zero_token'.
Vladimir Prus
2011-01-08
1
-0
/
+0
*
Add more testscases. Addresses #4469.
Vladimir Prus
2011-01-08
1
-0
/
+0
*
Implement variables_map::clear to clear extra members.
Vladimir Prus
2011-01-08
1
-0
/
+0
*
Fix compile error in utf8_codecvt_facet on HPUX.
Vladimir Prus
2011-01-08
1
-0
/
+0
*
Make program_options compile on iOS.
Vladimir Prus
2011-01-08
1
-0
/
+0
*
fix typo
Marshall Clow
2010-12-05
1
-0
/
+0
*
Doc fix; refs #4858
Marshall Clow
2010-12-05
1
-0
/
+0
*
update docs; refs #3992
Marshall Clow
2010-12-05
1
-0
/
+0
*
patch tests for Sun; refs #3909
Marshall Clow
2010-12-04
1
-0
/
+0
*
Take argv as const; refs #3909
Marshall Clow
2010-12-01
1
-0
/
+0
*
Fix formatting of short-only options.
Vladimir Prus
2010-09-28
1
-0
/
+0
*
Suppress msvc warning 4251 about templates as base classes not having a dll-i...
Jürgen Hunold
2010-09-06
1
-0
/
+0
*
Update the code size measurement tool
Vladimir Prus
2010-07-12
1
-0
/
+0
*
Update various libraries' documentation build.
Daniel James
2010-06-20
1
-0
/
+0
*
Fix -Wshadow warnings. Closes #4015.
Vladimir Prus
2010-05-26
1
-0
/
+0
*
Fix types. Closes #4069.
Vladimir Prus
2010-05-26
1
-0
/
+0
*
Correct typos. Closes #4138.
Vladimir Prus
2010-05-26
1
-0
/
+0
*
Fixed tab and no-newline-at-end-of-file issues from inspection report
Jeremiah Willcock
2010-04-20
1
-0
/
+0
*
Report error count at the actual end, rather than just the end of each file.
Daniel James
2010-03-31
1
-0
/
+0
*
Add missing 'userinput'. Add spaces after shell prompt
Vladimir Prus
2010-02-26
1
-0
/
+0
*
Robustify disambiguation of full/approximate matches.
Vladimir Prus
2010-02-18
1
-0
/
+0
[next]