keyword
stringclasses
7 values
repo_name
stringlengths
8
98
file_path
stringlengths
4
244
file_extension
stringclasses
29 values
file_size
int64
0
84.1M
line_count
int64
0
1.6M
content
stringlengths
1
84.1M
language
stringclasses
14 values
3D
OpenMS/OpenMS
src/openms/extern/IsoSpec/IsoSpec/tabulator.cpp
.cpp
164
9
#include "tabulator.h" namespace IsoSpec { template class Tabulator<IsoThresholdGenerator>; template class Tabulator<IsoLayeredGenerator>; } // namespace IsoSpec
C++
3D
OpenMS/OpenMS
src/openms/extern/IsoSpec/IsoSpec/cwrapper.cpp
.cpp
10,555
354
/* * Copyright (C) 2015-2020 Mateusz Łącki and Michał Startek. * * This file is part of IsoSpec. * * IsoSpec is free software: you can redistribute it and/or modify * it under the terms of the Simplified ("2-clause") BSD licence. * * IsoSpec is distributed in the hope that it will be useful, * but ...
C++
3D
OpenMS/OpenMS
src/openms/extern/IsoSpec/IsoSpec/test.cpp
.cpp
194
12
#include <iostream> #include "allocator.cpp" #include "dirtyAllocator.cpp" #include "isoSpec++.cpp" int main(int argc, const char ** argv) { std::cout << "here " << std::endl; return 0; }
C++
3D
OpenMS/OpenMS
src/openms/extern/IsoSpec/IsoSpec/marginalTrek++.h
.h
16,659
421
/* * Copyright (C) 2015-2020 Mateusz Łącki and Michał Startek. * * This file is part of IsoSpec. * * IsoSpec is free software: you can redistribute it and/or modify * it under the terms of the Simplified ("2-clause") BSD licence. * * IsoSpec is distributed in the hope that it will be useful, * but ...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/IsoSpec/IsoSpec/mman.cpp
.cpp
4,606
201
/* * NOLINT(legal/copyright) - the original authors did not slap a (C) notice in here, * for whatever reason, and I'm in no position to do that for them. * * This file has been included as a part of IsoSpec project, under a MIT licence. It * comes from the repository: * * https://github.com/witwall/mman-win32 *...
C++
3D
OpenMS/OpenMS
src/openms/extern/IsoSpec/IsoSpec/fasta.h
.h
1,276
46
/* * Copyright (C) 2015-2020 Mateusz Łącki and Michał Startek. * * This file is part of IsoSpec. * * IsoSpec is free software: you can redistribute it and/or modify * it under the terms of the Simplified ("2-clause") BSD licence. * * IsoSpec is distributed in the hope that it will be useful, * but ...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/IsoSpec/IsoSpec/operators.cpp
.cpp
1,044
39
/* * Copyright (C) 2015-2020 Mateusz Łącki and Michał Startek. * * This file is part of IsoSpec. * * IsoSpec is free software: you can redistribute it and/or modify * it under the terms of the Simplified ("2-clause") BSD licence. * * IsoSpec is distributed in the hope that it will be useful, * but ...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/CHANGELOG.md
.md
14,570
292
2012 Mar 30 - Start of a new thin C++ SQLite wrapper 2012 Apr 2 - The wrapper is functional - Added documentation and examples - Publication on GitHub Version 0.1.0 - 2012 Apr 4 - Added a Database::exec() method to execute simple SQL statement - Added a version number like in sqlite3.h, starting with 0.1.0 Version 0...
Markdown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/build.sh
.sh
897
26
#!/bin/sh # Copyright (c) 2012-2025 Sébastien Rombauts (sebastien.rombauts@gmail.com) # # Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt # or copy at http://opensource.org/licenses/MIT) # exit on first error set -e mkdir -p build cd build # Generate a Makefile for GCC (or Clang, depending...
Shell
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/cpplint.py
.py
185,074
4,808
#!/usr/bin/python # # Copyright (c) 2009 Google Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of ...
Python
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Backup.h
.h
4,907
132
/** * @file Backup.h * @ingroup SQLiteCpp * @brief Backup is used to backup a database file in a safe and online way. * * Copyright (c) 2015 Shibao HONG (shibaohong@outlook.com) * Copyright (c) 2015-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See acco...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/SQLiteCppExport.h
.h
1,103
39
/** * @file SQLiteCppExport.h * @ingroup SQLiteCpp * @brief File with macros needed in the generation of Windows DLLs * * * Copyright (c) 2012-2023 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensourc...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Exception.h
.h
2,769
92
/** * @file Exception.h * @ingroup SQLiteCpp * @brief Encapsulation of the error message from SQLite3 on a std::runtime_error. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://ope...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Transaction.h
.h
3,250
99
/** * @file Transaction.h * @ingroup SQLiteCpp * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or c...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Statement.h
.h
30,813
726
/** * @file Statement.h * @ingroup SQLiteCpp * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENS...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Assertion.h
.h
1,496
48
/** * @file Assertion.h * @ingroup SQLiteCpp * @brief Definition of the SQLITECPP_ASSERT() macro. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Utils.h
.h
1,048
32
/** * @file Utils.h * @ingroup SQLiteCpp * @brief Definition of the SQLITECPP_PURE_FUNC macro. * * Copyright (c) 2012-2023 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */ #p...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/SQLiteCpp.h
.h
1,691
47
/** * @file SQLiteCpp.h * @ingroup SQLiteCpp * @brief SQLiteC++ is a smart and simple C++ SQLite3 wrapper. This file is only "easy include" for other files. * * Include this main header file in your project to gain access to all functionality provided by the wrapper. * * Copyright (c) 2012-2025 Sebastien Ro...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/ExecuteMany.h
.h
2,466
92
/** * @file ExecuteMany.h * @ingroup SQLiteCpp * @brief Convenience function to execute a Statement with multiple Parameter sets * * Copyright (c) 2019 Maximilian Bachmann (contact@maxbachmann.de) * Copyright (c) 2019-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT Lice...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/VariadicBind.h
.h
2,891
99
/** * @file VariadicBind.h * @ingroup SQLiteCpp * @brief Convenience function for Statement::bind(...) * * Copyright (c) 2016 Paul Dreik (github@pauldreik.se) * Copyright (c) 2016-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * Copyright (c) 2019 Maximilian Bachmann (contact@maxbachmann.de) * * D...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Database.h
.h
27,084
625
/** * @file Database.h * @ingroup SQLiteCpp * @brief Management of a SQLite Database Connection. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */ ...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Column.h
.h
8,991
268
/** * @file Column.h * @ingroup SQLiteCpp * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or co...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/include/SQLiteCpp/Savepoint.h
.h
3,360
99
/** * @file Savepoint.h * @ingroup SQLiteCpp * @brief A Savepoint is a way to group multiple SQL statements into an atomic * secured operation. Similar to a transaction while allowing child savepoints. * * Copyright (c) 2020 Kelvin Hammond (hammond.kelvin@gmail.com) * Copyright (c) 2020-2025 Sebastien Romba...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/src/Statement.cpp
.cpp
12,302
386
/** * @file Statement.cpp * @ingroup SQLiteCpp * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICE...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/src/Column.cpp
.cpp
4,066
124
/** * @file Column.cpp * @ingroup SQLiteCpp * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or ...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/src/Exception.cpp
.cpp
1,120
46
/** * @file Exception.cpp * @ingroup SQLiteCpp * @brief Encapsulation of the error message from SQLite3 on a std::runtime_error. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://o...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/src/Transaction.cpp
.cpp
2,214
93
/** * @file Transaction.cpp * @ingroup SQLiteCpp * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/src/Savepoint.cpp
.cpp
2,048
82
/** * @file Savepoint.cpp * @ingroup SQLiteCpp * @brief A Savepoint is a way to group multiple SQL statements into an atomic * secured operation. Similar to a transaction while allowing child savepoints. * * Copyright (c) 2020 Kelvin Hammond (hammond.kelvin@gmail.com) * Copyright (c) 2020-2025 Sebastien Rom...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/src/Database.cpp
.cpp
14,397
440
/** * @file Database.cpp * @ingroup SQLiteCpp * @brief Management of a SQLite Database Connection. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) *...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/src/Backup.cpp
.cpp
2,624
84
/** * @file Backup.cpp * @ingroup SQLiteCpp * @brief Backup is used to backup a database file in a safe and online way. * * Copyright (c) 2015 Shibao HONG (shibaohong@outlook.com) * Copyright (c) 2015-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See ac...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/sqlite3/sqlite3.c
.c
9,233,181
261,464
/****************************************************************************** ** This file is an amalgamation of many separate C source files from SQLite ** version 3.49.2. By combining all the individual C code files into this ** single large file, the entire code can be compiled as a single translation ** unit. T...
C
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/sqlite3/sqlite3.h
.h
658,960
13,716
/* ** 2001-09-15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** **************************...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/examples/example1/main.cpp
.cpp
22,649
508
/** * @file main.cpp * @brief A few short examples in a row. * * Demonstrates how-to use the SQLite++ wrapper * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/license...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/examples/example2/build.sh
.sh
412
19
#!/bin/sh # Copyright (c) 2012-2023 Sébastien Rombauts (sebastien.rombauts@gmail.com) # # Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt # or copy at http://opensource.org/licenses/MIT) # exit on first error set -e mkdir -p build cd build # Generate a Makefile for GCC (or Clang, depanding...
Shell
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/examples/example2/src/main.cpp
.cpp
3,224
85
/** * @file main.cpp * @brief A few short examples in a row. * * Demonstrates how-to use the SQLite++ wrapper * * Copyright (c) 2012-2023 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/license...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/Exception_test.cpp
.cpp
2,537
90
/** * @file Transaction_test.cpp * @ingroup tests * @brief Test of a SQLite Transaction. * * Copyright (c) 2012-2020 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */ #includ...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/Column_test.cpp
.cpp
13,220
300
/** * @file Column_test.cpp * @ingroup tests * @brief Test of a SQLiteCpp Column. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */ #include <SQLi...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/VariadicBind_test.cpp
.cpp
4,076
110
/** * @file VariadicBind_test.cpp * @ingroup tests * @brief Test of variadic bind * * Copyright (c) 2016 Paul Dreik (github@pauldreik.se) * Copyright (c) 2016-2020 Sebastien Rombauts (sebastien.rombauts@gmail.com) * Copyright (c) 2019 Maximilian Bachmann (github@maxbachmann) * * Distributed under the MIT ...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/Database_test.cpp
.cpp
26,240
645
/** * @file Database_test.cpp * @ingroup tests * @brief Test of a SQLiteCpp Database. * * Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */ #include <...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/Savepoint_test.cpp
.cpp
3,331
107
/** * @file Savepoint_test.cpp * @ingroup tests * @brief Test of a SQLite Savepoint. * * Copyright (c) 2020 Kelvin Hammond (hammond.kelvin@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or * copy at http://opensource.org/licenses/MIT) */ #include <SQLiteCpp/Data...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/Backup_test.cpp
.cpp
5,191
128
/** * @file Backup_test.cpp * @ingroup tests * @brief Test of a SQLite Backup. * * Copyright (c) 2015 Shibao HONG (shibaohong@outlook.com) * Copyright (c) 2015-2020 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/Statement_test.cpp
.cpp
38,576
1,029
/** * @file Statement_test.cpp * @ingroup tests * @brief Test of a SQLiteCpp Statement. * * Copyright (c) 2012-2020 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */ #include...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/Transaction_test.cpp
.cpp
3,731
119
/** * @file Transaction_test.cpp * @ingroup tests * @brief Test of a SQLite Transaction. * * Copyright (c) 2012-2020 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */ #includ...
C++
3D
OpenMS/OpenMS
src/openms/extern/SQLiteCpp/tests/ExecuteMany_test.cpp
.cpp
1,835
55
/** * @file VariadicBind_test.cpp * @ingroup tests * @brief Test of variadic bind * * Copyright (c) 2019 Maximilian Bachmann (contact@maxbachmann.de) * Copyright (c) 2019-2020 Sebastien Rombauts (sebastien.rombauts@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt *...
C++
3D
OpenMS/OpenMS
src/openms/extern/tool_description_lib/Example00.cpp.md
.md
2,851
60
<!-- SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin --> <!-- SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik --> <!-- SPDX-License-Identifier: CC0-1.0 --> ``` #include <tdl/tdl.h> int main(int argc, char** argv) { auto toolInfo = tdl::ToolInfo { .meta = {...
Markdown
3D
OpenMS/OpenMS
src/openms/extern/tool_description_lib/Example01.cpp.md
.md
2,264
57
<!-- SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin --> <!-- SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik --> <!-- SPDX-License-Identifier: CC0-1.0 --> ##### Include library You will need to include `tdl/tdl.h` to use this library: ``` #include <tdl/tdl.h> ```...
Markdown
3D
OpenMS/OpenMS
src/openms/extern/tool_description_lib/src/tdl/convertToCWL.h
.h
14,798
382
// SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin // SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik // SPDX-License-Identifier: BSD-3-Clause #pragma once #include "ToolInfo.h" #include "cwl_v1_2.h" #include <cassert> #include <filesystem> #include <functional>...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/tool_description_lib/src/tdl/convertToCTD.h
.h
13,490
360
// SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin // SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik // SPDX-License-Identifier: BSD-3-Clause #pragma once #include "ToolInfo.h" #include <cassert> #include <iomanip> #include <limits> #include <map> #include <sst...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/tool_description_lib/src/tdl/ToolInfo.h
.h
5,541
161
// SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin // SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik // SPDX-License-Identifier: BSD-3-Clause #pragma once #include <numeric> #include <optional> #include <set> #include <string> #include <tuple> #include <variant>...
Unknown
3D
OpenMS/OpenMS
src/openms/extern/tool_description_lib/src/tdl/tdl.h
.h
290
10
// SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin // SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik // SPDX-License-Identifier: BSD-3-Clause #pragma once #include "ToolInfo.h" #include "convertToCTD.h" #include "convertToCWL.h"
Unknown
3D
OpenMS/OpenMS
src/openms/extern/tool_description_lib/src/tdl/cwl_v1_2.h
.h
244,006
5,964
// SPDX-FileCopyrightText: Copyright 2016-2023 CWL Project Contributors // SPDX-License-Identifier: Apache-2.0 #pragma once /* This file was generated using schema-salad code generator. * * The embedded document is subject to the license of the original schema. */ #include <any> #include <cassert> #include <cstdde...
Unknown
3D
OpenMS/OpenMS
src/openms/source/INTERFACES_IMPL/MockImplementation.cpp
.cpp
4,168
132
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Hannes Roest $ // $Authors: Hannes Roest $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/ConsensusFeature.cpp
.cpp
11,984
419
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: $ // ----------------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/ChromatogramPeak.cpp
.cpp
632
20
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: Andreas Bertsch $ // ------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/SpectrumHelper.cpp
.cpp
903
29
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Hannes Roest g$ // $Authors: Hannes Roest $ // ------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/Feature.cpp
.cpp
6,151
219
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: $ // ----------------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/PeakIndex.cpp
.cpp
370
13
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg$ // $Authors: Marc Sturm $ // ------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/MobilityPeak1D.cpp
.cpp
1,786
74
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Chris Bielow $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/DPeak.cpp
.cpp
527
18
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: $ // ----------------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/ConsensusMap.cpp
.cpp
27,942
840
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: $ // ----------------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/BinnedSpectrum.cpp
.cpp
5,434
194
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Mathias Walzer $ // $Authors: Timo Sachsenberg $ // -------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/Peak1D.cpp
.cpp
569
20
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg$ // $Authors: Marc Sturm $ // ------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/MobilityPeak2D.cpp
.cpp
2,282
104
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Chris Bielow $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/Peak2D.cpp
.cpp
2,143
104
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg$ // $Authors: Marc Sturm $ // ------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/Mobilogram.cpp
.cpp
10,941
414
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Chris Bielow $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/ChromatogramTools.cpp
.cpp
514
18
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: Andreas Bertsch $ // ------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/MSChromatogram.cpp
.cpp
14,344
498
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: Andreas Bertsch $ // ------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/BaseFeature.cpp
.cpp
6,976
262
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Hendrik Weisser $ // $Authors: Hendrik Weisser, Chris Bielow $ // -----------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/RichPeak2D.cpp
.cpp
370
13
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg$ // $Authors: Marc Sturm $ // ------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/AreaIterator.cpp
.cpp
370
13
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg$ // $Authors: Marc Sturm $ // ------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/MRMFeature.cpp
.cpp
7,015
194
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Hannes Roest $ // $Authors: Hannes Roest $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/ConversionHelper.cpp
.cpp
3,419
111
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: $ // ----------------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/FeatureHandle.cpp
.cpp
2,526
104
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: $ // ----------------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/MSSpectrum.cpp
.cpp
24,429
819
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: Marc Sturm $ // -----------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/FeatureMap.cpp
.cpp
15,290
499
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Marc Sturm, Chris Bielow, Clemens Groepl $ // ---------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/MRMTransitionGroup.cpp
.cpp
416
15
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Hannes Roest $ // $Authors: Hannes Roest $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/RangeManager.cpp
.cpp
1,787
78
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Chris Bielow $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/OnDiscMSExperiment.cpp
.cpp
7,558
233
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Hannes Roest $ // $Authors: Hannes Roest $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/ChromatogramRangeManager.cpp
.cpp
496
14
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: Administrator $ // --------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/MassTrace.cpp
.cpp
20,322
668
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: Erhan Kenar, Holger Franken, Chris Bielow $ // ----------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/SpectrumRangeManager.cpp
.cpp
492
14
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg $ // $Authors: Administrator $ // --------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/DimMapper.cpp
.cpp
1,556
58
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Chris Bielow $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/KERNEL/MSExperiment.cpp
.cpp
35,753
1,116
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Timo Sachsenberg$ // $Authors: Marc Sturm, Tom Waschischeck $ // ------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/IONMOBILITY/IMDataConverter.cpp
.cpp
13,756
374
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Eugen Netz $ // $Authors: Eugen Netz, Chris Bielow $ // ---------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/IONMOBILITY/FAIMSHelper.cpp
.cpp
2,435
87
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Eugen Netz $ // $Authors: Eugen Netz $ // -----------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/IONMOBILITY/IMTypes.cpp
.cpp
4,663
143
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Chris Bielow $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/FragmentMassError.cpp
.cpp
13,739
328
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow$ // $Authors: Patricia Scheil, Swenja Wagner$ // ---------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/Ms2IdentificationRate.cpp
.cpp
4,794
150
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow$ // $Authors: Patricia Scheil, Swenja Wagner$ // ---------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/MQMsmsExporter.cpp
.cpp
10,078
279
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow$ // $Authors: Hendrik Beschorner, Lenny Kovac, Virginia Rossow$ // ---------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/MissedCleavages.cpp
.cpp
4,952
144
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Swenja Wagner, Patricia Scheil $ // -------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/FWHM.cpp
.cpp
1,581
51
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Chris Bielow $ // -------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/PSMExplainedIonCurrent.cpp
.cpp
11,449
271
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Tom Waschischeck$ // $Authors: Tom Waschischeck$ // -------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/FeatureSummary.cpp
.cpp
1,570
62
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Axel Walter $ // $Authors: Axel Walter $ // ---------------------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/QCBase.cpp
.cpp
2,814
91
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Chris Bielow, Tom Waschischeck $ // -------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/DBSuitability.cpp
.cpp
28,184
751
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Tom Waschischeck $ // $Authors: Tom Waschischeck $ // -----------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/Contaminants.cpp
.cpp
6,018
180
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Dominik Schmitz, Chris Bielow$ // ---------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/MzCalibration.cpp
.cpp
4,673
126
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Juliane Schmachtenberg $ // ---------------------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/RTAlignment.cpp
.cpp
3,452
82
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Juliane Schmachtenberg, Chris Bielow $ // -------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/Ms2SpectrumStats.cpp
.cpp
5,721
145
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Chris Bielow $ // $Authors: Juliane Schmachtenberg, Chris Bielow $ // -------------------------...
C++
3D
OpenMS/OpenMS
src/openms/source/QC/SpectrumCount.cpp
.cpp
1,069
41
// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin // SPDX-License-Identifier: BSD-3-Clause // // -------------------------------------------------------------------------- // $Maintainer: Axel Walter $ // $Authors: Axel Walter $ // ---------------------------------------------------...
C++