Daniel James
7cb1d297c2
Merge pull request #5 from danieljames/feature/version-string
...
Specify version at the command line.
2016-07-09 12:53:04 +01:00
Daniel James
f1f894fa1a
Replace subversion info, with a command line parameter.
2016-07-02 22:28:42 +01:00
Daniel James
4e699ba697
Allow -text and -brief to be appear at any point in the command line.
2016-07-02 22:28:42 +01:00
Daniel James
64a7a9dd37
More explicit mechanism for setting options.
...
Will allow command line flags to appear in any order.
2016-07-02 22:28:42 +01:00
Daniel James
9f62d64d20
Remove all CVS support.
2016-07-02 22:28:42 +01:00
Daniel James
77e70579f0
Detab
2016-07-02 22:28:04 +01:00
Daniel James
b0386f5c64
Merge pull request #2 from Flast/pr/anon-ns/regex
...
Fix regex pattern for anonymous namespaces.
2014-04-22 22:07:39 +01:00
Kohei Takahashi
18844741c4
Fix regex pattern
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-04-20 14:47:48 +09:00
Eric Niebler
6689f5b648
Fix comment
2014-01-10 21:02:18 -08:00
Beman
e599063f76
Merge branch 'develop'
2013-12-26 17:28:51 -05:00
Beman
558ecb60de
Minor message cleanups
2013-12-20 09:45:41 -05:00
Beman
dec2977e27
Return 0 if no errors, 1 if errors. Also fix message still referring to CVS!
2013-12-20 09:12:21 -05:00
Beman
a442ae0017
Remove -cvs option. file and directory names that begin with a '.' are now ignored, such as the .git file present in initialized submodule directories of a super-project.
2013-12-19 21:05:10 -05:00
Beman
ea70c8498c
Fix a couple of "initial_path()" cases that should be "search_root_path()" to fix a search-root-path option bug.
2013-12-19 21:02:00 -05:00
Beman
6179416dcd
Add [search-root] initial option, taking care that it works for relative or absolute paths.
2013-12-19 17:41:38 -05:00
Beman
fc1d17621a
Change from bjam to b2
2013-12-19 14:47:32 -05:00
Beman
473d85c0b1
Merge branch 'develop'
2013-12-19 13:53:40 -05:00
Daniel James
1d1a204677
Create merge point for git.
2013-12-10 23:55:40 +00:00
John Maddock
496a5314c7
Fix spelling of macro names (patch from #9071 ).
...
Regenerate docs.
Fixes #9071 .
[SVN r85602]
2013-09-08 08:53:01 +00:00
Daniel James
ee6029a9fe
Merge inspect to release.
...
[SVN r84437]
2013-05-22 23:08:45 +00:00
Daniel James
2c3fdb8faf
Make using execution monitor optional in inspect.
...
And turned off by default. I'm having problems on the computer I use to build
documentation on the release branch. The old version worked okay on release but
not trunk. So I'm disabling the use of the execution monitor until inspect can
use the same version of Boost.Test everywhere,
[SVN r84429]
2013-05-22 20:48:44 +00:00
Daniel James
cd47f3203e
Merge inspect to release.
...
Changes to get it to work better with new versions of program execution
monitor, outside of subversion.
[SVN r84305]
2013-05-16 22:21:45 +00:00
Marshall Clow
3ca0d4b788
Deprecate config macros BOOST_HAS_STATIC_ASSERT, BOOST_HAS_VARIADIC_TMPL, BOOST_HAS_RVALUE_REFS, BOOST_HAS_CHAR_16_T and BOOST_HAS_CHAR_32_T; Update inspect tool and regenerate docs
...
[SVN r82237]
2012-12-28 17:11:59 +00:00
Daniel James
2dc5d58b1c
Swallow program execution manager exceptions when running subversion.
...
In case inspect isn't run in a subversion checkout.
[SVN r82124]
2012-12-20 20:33:54 +00:00
Marshall Clow
75f7abdd87
Deprecate config macros BOOST_HAS_STATIC_ASSERT, BOOST_HAS_VARIADIC_TMPL, BOOST_HAS_RVALUE_REFS, BOOST_HAS_CHAR_16_T and BOOST_HAS_CHAR_32_T
...
[SVN r82098]
2012-12-19 15:28:24 +00:00
Daniel James
53f418f77d
Fix shell command in inspect.
...
On Unix shells '&' causes a command to run in the background, '&&' is used to
run one command after another. Although this doesn't fix the problem I've been
having on the release branch.
[SVN r81919]
2012-12-13 22:13:41 +00:00
Daniel James
d74b95142a
Backing out subversion change from [78624].
...
Because it's breaking my release branch inspect report. But not trunk for some
reason.
[SVN r81916]
2012-12-13 21:46:21 +00:00
Daniel James
01bf0587a5
Fully merging inspect.
...
[SVN r81915]
2012-12-13 21:39:33 +00:00
Marshall Clow
141636de71
Merged Deprecated macro tests for inspect tool to release branch
...
[SVN r81820]
2012-12-10 15:12:51 +00:00
Marshall Clow
bc0bfcbfd7
removed tests for deprecated macro BOOST_NO_STD_UNORDERED from Boost.Config
...
[SVN r81596]
2012-11-27 20:51:48 +00:00
Marshall Clow
d3faa9cac6
Fix bug in inspect tool where it wouldn't look in test/example directories for deprecated macros
...
[SVN r81564]
2012-11-26 17:50:29 +00:00
Marshall Clow
2dc8d234e5
Added checking for more deprecated macros in the inspect tool
...
[SVN r79748]
2012-07-25 22:09:35 +00:00
Marshall Clow
edcf854113
Added checking for deprecated macros in the inspect tool
...
[SVN r79723]
2012-07-24 17:27:03 +00:00
Beman Dawes
cd41d8132c
inspect: Do not inspect files containing "boost-no-inspect". Add boost-no-inspect msgs to output.
...
[SVN r78637]
2012-05-26 17:51:24 +00:00
Beman Dawes
d92ab0eaa6
inspect: infrastructure upgrade from MSVC 9 to 10
...
[SVN r78625]
2012-05-25 18:55:12 +00:00
Beman Dawes
c16057b05a
inspect: make URL and revision discovery less dependent on version of svn info. Upgrade to MSVC 2010.
...
[SVN r78624]
2012-05-25 18:52:09 +00:00
Daniel James
2cc0a18a41
Inspect: merge.
...
- Remove obsolete shell script.
- Fix string compares for windows paths.
- HTML encode error messages when generating html report.
- Ignore directories with `boost-no-inspect` file.
[SVN r70515]
2011-03-24 20:09:40 +00:00
Hartmut Kaiser
5e40928eac
Spirit: merge from trunk, more to come
...
[SVN r68069]
2011-01-12 19:22:18 +00:00
Beman Dawes
7051540715
ignore directories with "boost-no-inspect" file present
...
[SVN r67682]
2011-01-05 14:20:19 +00:00
Daniel James
7e0d7ee1b0
Html encode error messages.
...
[SVN r67613]
2011-01-03 12:45:15 +00:00
Beman Dawes
40988b7a89
Fix Windows sensitivity because of string compares. Really should have used path rather than string, but that needs to wait for another day.
...
[SVN r67554]
2011-01-01 22:27:38 +00:00
Beman Dawes
b99d64f7e3
Upgrade inspect for Filesystem V3
...
[SVN r67493]
2010-12-29 20:23:58 +00:00
Eric Niebler
f06fe094cb
inspect checks for use of C assert macro
...
[SVN r67436]
2010-12-23 18:56:29 +00:00
Eric Niebler
fc02f028c5
only check boost and src directories for use of C-style assert
...
[SVN r66507]
2010-11-12 02:23:34 +00:00
Eric Niebler
5876f6ae63
inspect tool: assert_macro_check reports line numbers
...
[SVN r66503]
2010-11-11 23:06:17 +00:00
Eric Niebler
d7f9cfb127
inspect tool: check for C-style assert macro instead of BOOST_ASSERT
...
[SVN r66502]
2010-11-11 22:49:46 +00:00
Daniel James
d19e41129a
Merge documentation fixes to release.
...
[SVN r66285]
2010-10-30 17:34:45 +00:00
Daniel James
5beb854dfb
Link fixes.
...
[SVN r66273]
2010-10-30 14:32:50 +00:00
Vladimir Prus
05ab46cb00
Merge r64010, wherein jam has been moved.
...
[SVN r65233]
2010-09-04 11:02:21 +00:00
Vladimir Prus
104485a3e2
Move tools/jam into tools/build/v2/engine
...
[SVN r64010]
2010-07-14 10:37:12 +00:00