Browse code

Updating pwiz to 3_0_21263

Steffen Neumann authored on 23/09/2021 12:34:25
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,23 @@
1
+/*=============================================================================
2
+    Boost.Wave: A Standard compliant C++ preprocessor library
3
+
4
+    http://www.boost.org/
5
+
6
+    See http://www.boost.org/libs/wave for documentation
7
+
8
+    Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
9
+    Software License, Version 1.0. (See accompanying file
10
+    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11
+=============================================================================*/
12
+
13
+#if !defined(BOOST_WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
14
+#define BOOST_WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
15
+
16
+#include <boost/wave/wave_config.hpp>
17
+#include <boost/wave/cpp_exceptions.hpp>
18
+#include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
19
+
20
+#include <boost/wave/token_ids.hpp>
21
+#include <boost/wave/cpp_context.hpp>
22
+
23
+#endif // !defined(BOOST_WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
Browse code

drop old boost

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

l.gatto authored on 15/12/2016 10:41:45
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,23 +0,0 @@
1
-/*=============================================================================
2
-    Boost.Wave: A Standard compliant C++ preprocessor library
3
-
4
-    http://www.boost.org/
5
-
6
-    See http://www.boost.org/libs/wave for documentation
7
-
8
-    Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
9
-    Software License, Version 1.0. (See accompanying file
10
-    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11
-=============================================================================*/
12
-
13
-#if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
14
-#define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
15
-
16
-#include <boost/wave/wave_config.hpp>
17
-#include <boost/wave/cpp_exceptions.hpp>
18
-#include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
19
-
20
-#include <boost/wave/token_ids.hpp>
21
-#include <boost/wave/cpp_context.hpp>
22
-
23
-#endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
Browse code

checkout latest pwiz, ammend Makevars

From: Laurent <lg390@cam.ac.uk>

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125180 bc3139a8-67e5-0310-9ffc-ced21a209358

l.gatto authored on 15/12/2016 10:21:41
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+/*=============================================================================
2
+    Boost.Wave: A Standard compliant C++ preprocessor library
3
+
4
+    http://www.boost.org/
5
+
6
+    See http://www.boost.org/libs/wave for documentation
7
+
8
+    Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
9
+    Software License, Version 1.0. (See accompanying file
10
+    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11
+=============================================================================*/
12
+
13
+#if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
14
+#define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
15
+
16
+#include <boost/wave/wave_config.hpp>
17
+#include <boost/wave/cpp_exceptions.hpp>
18
+#include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
19
+
20
+#include <boost/wave/token_ids.hpp>
21
+#include <boost/wave/cpp_context.hpp>
22
+
23
+#endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
Browse code

Commit made by the Bioconductor Git-SVN bridge.

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

s.neumann authored on 01/11/2015 22:33:47
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,23 +0,0 @@
1
-/*=============================================================================
2
-    Boost.Wave: A Standard compliant C++ preprocessor library
3
-
4
-    http://www.boost.org/
5
-
6
-    See http://www.boost.org/libs/wave for documentation
7
-
8
-    Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
9
-    Software License, Version 1.0. (See accompanying file
10
-    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11
-=============================================================================*/
12
-
13
-#if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
14
-#define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
15
-
16
-#include <boost/wave/wave_config.hpp>
17
-#include <boost/wave/cpp_exceptions.hpp>
18
-#include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
19
-
20
-#include <boost/wave/token_ids.hpp>
21
-#include <boost/wave/cpp_context.hpp>
22
-
23
-#endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
Browse code

Mavericks support

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@90716 bc3139a8-67e5-0310-9ffc-ced21a209358

l.gatto authored on 26/05/2014 19:55:15
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@
5 5
 
6 6
     See http://www.boost.org/libs/wave for documentation
7 7
 
8
-    Copyright (c) 2001-2010 Hartmut Kaiser. Distributed under the Boost
8
+    Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
9 9
     Software License, Version 1.0. (See accompanying file
10 10
     LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11 11
 =============================================================================*/
Browse code

Added the mzR package to the repository.

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@57456 bc3139a8-67e5-0310-9ffc-ced21a209358

c.wong authored on 15/08/2011 19:53:29
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+/*=============================================================================
2
+    Boost.Wave: A Standard compliant C++ preprocessor library
3
+
4
+    http://www.boost.org/
5
+
6
+    See http://www.boost.org/libs/wave for documentation
7
+
8
+    Copyright (c) 2001-2010 Hartmut Kaiser. Distributed under the Boost
9
+    Software License, Version 1.0. (See accompanying file
10
+    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11
+=============================================================================*/
12
+
13
+#if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
14
+#define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
15
+
16
+#include <boost/wave/wave_config.hpp>
17
+#include <boost/wave/cpp_exceptions.hpp>
18
+#include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
19
+
20
+#include <boost/wave/token_ids.hpp>
21
+#include <boost/wave/cpp_context.hpp>
22
+
23
+#endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)