1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,25 @@ |
1 |
+// Copyright Vladimir Prus 2002. |
|
2 |
+// Distributed under the Boost Software License, Version 1.0. (See |
|
3 |
+// accompanying file LICENSE_1_0.txt or copy at |
|
4 |
+// http://www.boost.org/LICENSE_1_0.txt) |
|
5 |
+ |
|
6 |
+// See www.boost.org/libs/program_options for documentation. |
|
7 |
+ |
|
8 |
+#ifndef PROGRAM_OPTIONS_VP_2003_05_19 |
|
9 |
+#define PROGRAM_OPTIONS_VP_2003_05_19 |
|
10 |
+ |
|
11 |
+#if defined(_MSC_VER) |
|
12 |
+#pragma once |
|
13 |
+#endif |
|
14 |
+ |
|
15 |
+#include <boost/program_options/options_description.hpp> |
|
16 |
+#include <boost/program_options/positional_options.hpp> |
|
17 |
+#include <boost/program_options/parsers.hpp> |
|
18 |
+#include <boost/program_options/variables_map.hpp> |
|
19 |
+#include <boost/program_options/cmdline.hpp> |
|
20 |
+#include <boost/program_options/errors.hpp> |
|
21 |
+#include <boost/program_options/option.hpp> |
|
22 |
+#include <boost/program_options/value_semantic.hpp> |
|
23 |
+#include <boost/program_options/version.hpp> |
|
24 |
+ |
|
25 |
+#endif |
From: Steffen Neumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125184 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,25 +0,0 @@ |
1 |
-// Copyright Vladimir Prus 2002. |
|
2 |
-// Distributed under the Boost Software License, Version 1.0. (See |
|
3 |
-// accompanying file LICENSE_1_0.txt or copy at |
|
4 |
-// http://www.boost.org/LICENSE_1_0.txt) |
|
5 |
- |
|
6 |
-// See www.boost.org/libs/program_options for documentation. |
|
7 |
- |
|
8 |
-#ifndef PROGRAM_OPTIONS_VP_2003_05_19 |
|
9 |
-#define PROGRAM_OPTIONS_VP_2003_05_19 |
|
10 |
- |
|
11 |
-#if _MSC_VER >= 1020 |
|
12 |
-#pragma once |
|
13 |
-#endif |
|
14 |
- |
|
15 |
-#include <boost/program_options/options_description.hpp> |
|
16 |
-#include <boost/program_options/positional_options.hpp> |
|
17 |
-#include <boost/program_options/parsers.hpp> |
|
18 |
-#include <boost/program_options/variables_map.hpp> |
|
19 |
-#include <boost/program_options/cmdline.hpp> |
|
20 |
-#include <boost/program_options/errors.hpp> |
|
21 |
-#include <boost/program_options/option.hpp> |
|
22 |
-#include <boost/program_options/value_semantic.hpp> |
|
23 |
-#include <boost/program_options/version.hpp> |
|
24 |
- |
|
25 |
-#endif |
From: Laurent <lg390@cam.ac.uk>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125180 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,25 +1,25 @@ |
1 |
-// Copyright Vladimir Prus 2002. |
|
2 |
-// Distributed under the Boost Software License, Version 1.0. (See |
|
3 |
-// accompanying file LICENSE_1_0.txt or copy at |
|
4 |
-// http://www.boost.org/LICENSE_1_0.txt) |
|
5 |
- |
|
6 |
-// See www.boost.org/libs/program_options for documentation. |
|
7 |
- |
|
8 |
-#ifndef PROGRAM_OPTIONS_VP_2003_05_19 |
|
9 |
-#define PROGRAM_OPTIONS_VP_2003_05_19 |
|
10 |
- |
|
11 |
-#if defined(_MSC_VER) |
|
12 |
-#pragma once |
|
13 |
-#endif |
|
14 |
- |
|
15 |
-#include <boost/program_options/options_description.hpp> |
|
16 |
-#include <boost/program_options/positional_options.hpp> |
|
17 |
-#include <boost/program_options/parsers.hpp> |
|
18 |
-#include <boost/program_options/variables_map.hpp> |
|
19 |
-#include <boost/program_options/cmdline.hpp> |
|
20 |
-#include <boost/program_options/errors.hpp> |
|
21 |
-#include <boost/program_options/option.hpp> |
|
22 |
-#include <boost/program_options/value_semantic.hpp> |
|
23 |
-#include <boost/program_options/version.hpp> |
|
24 |
- |
|
25 |
-#endif |
|
1 |
+// Copyright Vladimir Prus 2002. |
|
2 |
+// Distributed under the Boost Software License, Version 1.0. (See |
|
3 |
+// accompanying file LICENSE_1_0.txt or copy at |
|
4 |
+// http://www.boost.org/LICENSE_1_0.txt) |
|
5 |
+ |
|
6 |
+// See www.boost.org/libs/program_options for documentation. |
|
7 |
+ |
|
8 |
+#ifndef PROGRAM_OPTIONS_VP_2003_05_19 |
|
9 |
+#define PROGRAM_OPTIONS_VP_2003_05_19 |
|
10 |
+ |
|
11 |
+#if _MSC_VER >= 1020 |
|
12 |
+#pragma once |
|
13 |
+#endif |
|
14 |
+ |
|
15 |
+#include <boost/program_options/options_description.hpp> |
|
16 |
+#include <boost/program_options/positional_options.hpp> |
|
17 |
+#include <boost/program_options/parsers.hpp> |
|
18 |
+#include <boost/program_options/variables_map.hpp> |
|
19 |
+#include <boost/program_options/cmdline.hpp> |
|
20 |
+#include <boost/program_options/errors.hpp> |
|
21 |
+#include <boost/program_options/option.hpp> |
|
22 |
+#include <boost/program_options/value_semantic.hpp> |
|
23 |
+#include <boost/program_options/version.hpp> |
|
24 |
+ |
|
25 |
+#endif |
Commit id: 0b3d4d9bb71e3ca5891b777610fc8dec103a6d61
Bumped version after KK's updates
Commit id: 9e04409b64757a177893d56c0300904f31945cb1
modified: src/pwiz/data/common/BinaryIndexStream.cpp modified: src/win/i386/libpwiz.a modified: src/win/x64/libpwiz.a
Commit id: f16b04258dc20bf3315beac99708e11728cfc12b
update precompiled lib for windows
Commit id: 5d56197f1148378d92e89b2d0a167e18c4b7ab2e
Bump version, tame .Rbuildignore
Commit id: 432da5bd294c9b87f7761e15bc814c3785c21abf
Merge remote-tracking branch 'origin/boost_159'
Commit id: 92be978bf72d90c2222a19ddf365f6d1acc9f20d
upadte Makevars
Commit id: ae75037a780cead56c4d20bedf822c94fb413677
upgrade to boost 1.5.9
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@110126 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,25 +1,25 @@ |
1 |
-// Copyright Vladimir Prus 2002. |
|
2 |
-// Distributed under the Boost Software License, Version 1.0. (See |
|
3 |
-// accompanying file LICENSE_1_0.txt or copy at |
|
4 |
-// http://www.boost.org/LICENSE_1_0.txt) |
|
5 |
- |
|
6 |
-// See www.boost.org/libs/program_options for documentation. |
|
7 |
- |
|
8 |
-#ifndef PROGRAM_OPTIONS_VP_2003_05_19 |
|
9 |
-#define PROGRAM_OPTIONS_VP_2003_05_19 |
|
10 |
- |
|
11 |
-#if _MSC_VER >= 1020 |
|
12 |
-#pragma once |
|
13 |
-#endif |
|
14 |
- |
|
15 |
-#include <boost/program_options/options_description.hpp> |
|
16 |
-#include <boost/program_options/positional_options.hpp> |
|
17 |
-#include <boost/program_options/parsers.hpp> |
|
18 |
-#include <boost/program_options/variables_map.hpp> |
|
19 |
-#include <boost/program_options/cmdline.hpp> |
|
20 |
-#include <boost/program_options/errors.hpp> |
|
21 |
-#include <boost/program_options/option.hpp> |
|
22 |
-#include <boost/program_options/value_semantic.hpp> |
|
23 |
-#include <boost/program_options/version.hpp> |
|
24 |
- |
|
25 |
-#endif |
|
1 |
+// Copyright Vladimir Prus 2002. |
|
2 |
+// Distributed under the Boost Software License, Version 1.0. (See |
|
3 |
+// accompanying file LICENSE_1_0.txt or copy at |
|
4 |
+// http://www.boost.org/LICENSE_1_0.txt) |
|
5 |
+ |
|
6 |
+// See www.boost.org/libs/program_options for documentation. |
|
7 |
+ |
|
8 |
+#ifndef PROGRAM_OPTIONS_VP_2003_05_19 |
|
9 |
+#define PROGRAM_OPTIONS_VP_2003_05_19 |
|
10 |
+ |
|
11 |
+#if defined(_MSC_VER) |
|
12 |
+#pragma once |
|
13 |
+#endif |
|
14 |
+ |
|
15 |
+#include <boost/program_options/options_description.hpp> |
|
16 |
+#include <boost/program_options/positional_options.hpp> |
|
17 |
+#include <boost/program_options/parsers.hpp> |
|
18 |
+#include <boost/program_options/variables_map.hpp> |
|
19 |
+#include <boost/program_options/cmdline.hpp> |
|
20 |
+#include <boost/program_options/errors.hpp> |
|
21 |
+#include <boost/program_options/option.hpp> |
|
22 |
+#include <boost/program_options/value_semantic.hpp> |
|
23 |
+#include <boost/program_options/version.hpp> |
|
24 |
+ |
|
25 |
+#endif |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@57456 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,25 @@ |
1 |
+// Copyright Vladimir Prus 2002. |
|
2 |
+// Distributed under the Boost Software License, Version 1.0. (See |
|
3 |
+// accompanying file LICENSE_1_0.txt or copy at |
|
4 |
+// http://www.boost.org/LICENSE_1_0.txt) |
|
5 |
+ |
|
6 |
+// See www.boost.org/libs/program_options for documentation. |
|
7 |
+ |
|
8 |
+#ifndef PROGRAM_OPTIONS_VP_2003_05_19 |
|
9 |
+#define PROGRAM_OPTIONS_VP_2003_05_19 |
|
10 |
+ |
|
11 |
+#if _MSC_VER >= 1020 |
|
12 |
+#pragma once |
|
13 |
+#endif |
|
14 |
+ |
|
15 |
+#include <boost/program_options/options_description.hpp> |
|
16 |
+#include <boost/program_options/positional_options.hpp> |
|
17 |
+#include <boost/program_options/parsers.hpp> |
|
18 |
+#include <boost/program_options/variables_map.hpp> |
|
19 |
+#include <boost/program_options/cmdline.hpp> |
|
20 |
+#include <boost/program_options/errors.hpp> |
|
21 |
+#include <boost/program_options/option.hpp> |
|
22 |
+#include <boost/program_options/value_semantic.hpp> |
|
23 |
+#include <boost/program_options/version.hpp> |
|
24 |
+ |
|
25 |
+#endif |