id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
30,054 | SCDoc.tab.cpp | supercollider_supercollider/SCDoc/SCDoc.tab.cpp | /* A Bison parser, made by GNU Bison 3.8.2. */
/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License a... | 109,933 | C++ | .cpp | 2,678 | 35.612397 | 194 | 0.524712 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,055 | diskiotest.cpp | supercollider_supercollider/platform/windows/PlugIns/diskiotest.cpp | #include <windows.h>
struct InterfaceTable;
extern "C" {
void load(InterfaceTable* inTable) {
::MessageBox(NULL, "void load(InterfaceTable *inTable)", "void load(InterfaceTable *inTable)", MB_OK);
}
}
| 207 | C++ | .cpp | 7 | 27.714286 | 106 | 0.742424 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
30,056 | pmutil.h | supercollider_supercollider/external_libraries/portmidi/pm_common/pmutil.h | /* pmutil.h -- some helpful utilities for building midi
applications that use PortMidi
*/
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
typedef void PmQueue;
/*
A single-reader, single-writer queue is created by
Pm_QueueCreate(), which takes the number of messages and... | 5,906 | C++ | .h | 106 | 50.04717 | 77 | 0.739312 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
30,058 | pminternal.h | supercollider_supercollider/external_libraries/portmidi/pm_common/pminternal.h | /* pminternal.h -- header for interface implementations */
/* this file is included by files that implement library internals */
/* Here is a guide to implementers:
provide an initialization function similar to pm_winmm_init()
add your initialization function to pm_init()
Note that your init funct... | 8,479 | C++ | .h | 151 | 47.788079 | 83 | 0.669449 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
30,059 | porttime.h | supercollider_supercollider/external_libraries/portmidi/porttime/porttime.h | /* porttime.h -- portable interface to millisecond timer */
/* CHANGE LOG FOR PORTTIME
10-Jun-03 Mark Nelson & RBD
boost priority of timer thread in ptlinux.c implementation
*/
/* Should there be a way to choose the source of time here? */
#ifdef WIN32
#ifndef INT32_DEFINED
// rather than having users install... | 2,308 | C++ | .h | 71 | 29.873239 | 81 | 0.741877 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,060 | pmwinmm.h | supercollider_supercollider/external_libraries/portmidi/pm_win/pmwinmm.h | /* midiwin32.h -- system-specific definitions */
void pm_winmm_init( void );
void pm_winmm_term( void );
| 112 | C++ | .h | 3 | 34 | 49 | 0.695238 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,061 | OscUnitTests.h | supercollider_supercollider/external_libraries/oscpack_1_1_0/tests/OscUnitTests.h | /*
oscpack -- Open Sound Control packet manipulation library
http://www.audiomulch.com/~rossb/oscpack
Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files
(the "Softwar... | 1,601 | C++ | .h | 30 | 50.033333 | 72 | 0.793303 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
30,062 | OscReceiveTest.h | supercollider_supercollider/external_libraries/oscpack_1_1_0/tests/OscReceiveTest.h | /*
oscpack -- Open Sound Control packet manipulation library
http://www.audiomulch.com/~rossb/oscpack
Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files
(the "Softwar... | 1,619 | C++ | .h | 30 | 50.566667 | 72 | 0.793499 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
30,073 | OscHostEndianness.h | supercollider_supercollider/external_libraries/oscpack_1_1_0/osc/OscHostEndianness.h | /*
oscpack -- Open Sound Control (OSC) packet manipulation library
http://www.rossbencina.com/code/oscpack
Copyright (c) 2004-2013 Ross Bencina <rossb@audiomulch.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files
(t... | 4,323 | C++ | .h | 87 | 45.689655 | 126 | 0.723532 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
30,077 | utils.hpp | supercollider_supercollider/external_libraries/boost_sync/test/run/utils.hpp | // Copyright (C) 2001-2003
// William E. Kempf
// Copyright (C) 2007-8 Anthony Williams
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_SYNC_LIBS_TEST_UTILS_HPP_INCLUDED_
#define BOOST_SYNC_LIBS_... | 5,104 | C++ | .h | 202 | 20.430693 | 96 | 0.640345 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | false |
30,078 | condition_test_common.hpp | supercollider_supercollider/external_libraries/boost_sync/test/run/condition_test_common.hpp | #ifndef BOOST_SYNC_TEST_CONDITION_TEST_COMMON_HPP
#define BOOST_SYNC_TEST_CONDITION_TEST_COMMON_HPP
// Copyright (C) 2007 Anthony Williams
// Copyright (C) 2013 Andrey Semashev
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LI... | 2,855 | C++ | .h | 92 | 24.25 | 114 | 0.616673 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
30,120 | throw_exception.hpp | supercollider_supercollider/external_libraries/boost_sync/include/boost/sync/detail/throw_exception.hpp | /*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* (C) Copyright 2013 Andrey Semashev
*/
/*!
* \file detail/throw_exception.hpp
*
* \brief This header is the Boost.Sync library implementa... | 2,704 | C++ | .h | 63 | 40.968254 | 143 | 0.758779 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
30,165 | tss_windows_hooks.hpp | supercollider_supercollider/external_libraries/boost_sync/src/tss_windows_hooks.hpp | /*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* (C) Copyright 2004 Michael Glassford
* (C) Copyright 2013 Andrey Semashev
*/
/*!
* \file tss_windows_hooks.hpp
*
* \brief This header i... | 2,413 | C++ | .h | 58 | 39.775862 | 107 | 0.754063 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
30,166 | tss_manager.hpp | supercollider_supercollider/external_libraries/boost_sync/src/tss_manager.hpp | /*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* (C) Copyright 2013 Andrey Semashev
*/
/*!
* \file tss_manager.hpp
*
* \brief This header is the Boost.Sync library implementation, see t... | 7,910 | C++ | .h | 224 | 26.6875 | 164 | 0.585656 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
30,167 | jackey.h | supercollider_supercollider/external_libraries/jackey/jackey.h | /*
Copyright 2014 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THIS SOFTWARE IS PROVIDED "AS IS" AND THE ... | 3,066 | C++ | .h | 58 | 49.689655 | 79 | 0.765531 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,193 | function.hpp | supercollider_supercollider/external_libraries/boost/boost/function.hpp | #ifndef BOOST_FUNCTION_HPP_INCLUDED
#define BOOST_FUNCTION_HPP_INCLUDED
// Boost.Function library
// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE... | 594 | C++ | .h | 12 | 48 | 74 | 0.777778 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,194 | predef.h | supercollider_supercollider/external_libraries/boost/boost/predef.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_H
#define BOOST_PREDEF_H
#endif
#i... | 635 | C++ | .h | 20 | 30.55 | 77 | 0.790507 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
30,221 | none_t.hpp | supercollider_supercollider/external_libraries/boost/boost/none_t.hpp | // Copyright (C) 2003, Fernando Luis Cacciola Carballal.
// Copyright (C) 2014, 2015 Andrzej Krzemienski.
//
// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.bo... | 1,612 | C++ | .h | 35 | 44.542857 | 304 | 0.769034 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,333 | placeholders.hpp | supercollider_supercollider/external_libraries/boost/boost/bind/placeholders.hpp | #ifndef BOOST_BIND_PLACEHOLDERS_HPP_INCLUDED
#define BOOST_BIND_PLACEHOLDERS_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//
// bind/placeholders.hpp - _N definitions
//
// Copyright 2002, 2015, 2024 Peter Dimov
//
// Distributed und... | 1,535 | C++ | .h | 47 | 31.361702 | 62 | 0.755088 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,335 | bind.hpp | supercollider_supercollider/external_libraries/boost/boost/bind/bind.hpp | #ifndef BOOST_BIND_BIND_HPP_INCLUDED
#define BOOST_BIND_BIND_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//
// bind.hpp - binds function objects to arguments
//
// Copyright 2001-2005, 2024 Peter Dimov
// Copyright 2001 David Abrahams
... | 20,667 | C++ | .h | 613 | 30.500816 | 130 | 0.633625 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,336 | mem_fn.hpp | supercollider_supercollider/external_libraries/boost/boost/bind/mem_fn.hpp | #ifndef BOOST_BIND_MEM_FN_HPP_INCLUDED
#define BOOST_BIND_MEM_FN_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//
// mem_fn.hpp - a generalization of std::mem_fun[_ref]
//
// Copyright 2001-2005, 2024 Peter Dimov
// Copyright 2001 David ... | 5,616 | C++ | .h | 192 | 25.432292 | 96 | 0.592765 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,338 | bind_mf2_cc.hpp | supercollider_supercollider/external_libraries/boost/boost/bind/detail/bind_mf2_cc.hpp | //
// bind/bind_mf2_cc.hpp - member functions, type<> syntax
//
// Do not include this header directly.
//
// Copyright (c) 2001 Peter Dimov and Multi Media Ltd.
// Copyright (c) 2008 Peter Dimov
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE_1_0.txt or copy at
/... | 9,124 | C++ | .h | 183 | 46.393443 | 185 | 0.619138 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,339 | tuple_for_each.hpp | supercollider_supercollider/external_libraries/boost/boost/bind/detail/tuple_for_each.hpp | #ifndef BOOST_BIND_DETAIL_TUPLE_FOR_EACH_HPP_INCLUDED
#define BOOST_BIND_DETAIL_TUPLE_FOR_EACH_HPP_INCLUDED
// Copyright 2015-2020, 2024 Peter Dimov.
//
// Distributed under the Boost Software License, Version 1.0.
//
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
#inc... | 2,032 | C++ | .h | 51 | 37.803922 | 147 | 0.670224 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,340 | bind_mf_cc.hpp | supercollider_supercollider/external_libraries/boost/boost/bind/detail/bind_mf_cc.hpp | //
// bind/bind_mf_cc.hpp - support for different calling conventions
//
// Do not include this header directly.
//
// Copyright (c) 2001 Peter Dimov and Multi Media Ltd.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICE... | 17,031 | C++ | .h | 360 | 43.627778 | 167 | 0.616444 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
30,671 | fold_right_512.hpp | supercollider_supercollider/external_libraries/boost/boost/preprocessor/list/detail/edg/limits/fold_right_512.hpp | # /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or copy at
# * http://www.boost.org/LICENSE_1_0.txt)
# */
#
# /* Revised by Paul Mensonides (2002) */
# /* Revised by Edward Dien... | 114,457 | C++ | .h | 789 | 144.065906 | 277 | 0.703584 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
30,701 | to_list_128.hpp | supercollider_supercollider/external_libraries/boost/boost/preprocessor/tuple/limits/to_list_128.hpp | # /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or copy at
# * http://www.boost.org/LICENSE_1_0.txt)
# */
#
# /* Revised by Paul Mensonides (2002-2011) */
# /* Revised by Edward... | 98,094 | C++ | .h | 595 | 134.606723 | 511 | 0.402732 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
30,998 | unordered_set.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/unordered_set.hpp | // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
// Copyright (C) 2005-2011 Daniel James.
// Copyright (C) 2022-2023 Christian Mazakas
// Copyright (C) 2024 Joaquin M Lopez Munoz.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/... | 63,886 | C++ | .h | 1,625 | 32.233846 | 80 | 0.627459 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,001 | bad_archive_exception.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/bad_archive_exception.hpp | /* Copyright 2023 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See https://www.boost.org/libs/unordered for library home page.
*/
#ifndef BOOST_UNORDERED_DETAIL_BAD_ARCHIVE_EXCEP... | 684 | C++ | .h | 21 | 30.904762 | 78 | 0.768645 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,002 | type_traits.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/type_traits.hpp | // Copyright (C) 2022-2023 Christian Mazakas
// Copyright (C) 2024 Braden Ganetsky
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_UNORDERED_DETAIL_TYPE_TRAITS_HPP
#define BOOST_UNORDERED_DETAIL_TY... | 6,967 | C++ | .h | 185 | 30.772973 | 82 | 0.639816 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,003 | static_assert.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/static_assert.hpp | // Copyright 2023 Christian Mazakas
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_UNORDERED_DETAIL_STATIC_ASSERT_HPP
#define BOOST_UNORDERED_DETAIL_STATIC_ASSERT_HPP
#include <boost/config.hpp>
#if... | 549 | C++ | .h | 12 | 44.25 | 80 | 0.72045 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,004 | serialize_container.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/serialize_container.hpp | /* Copyright 2023 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See https://www.boost.org/libs/unordered for library home page.
*/
#ifndef BOOST_UNORDERED_DETAIL_SERIALIZE_CONTAIN... | 7,074 | C++ | .h | 169 | 37.798817 | 78 | 0.705882 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,005 | opt_storage.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/opt_storage.hpp | // Copyright (C) 2023 Christian Mazakas
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
#define BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
#include <boost/config.hpp>
... | 824 | C++ | .h | 23 | 31.478261 | 79 | 0.690176 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,007 | serialize_fca_container.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/serialize_fca_container.hpp | /* Copyright 2023 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See https://www.boost.org/libs/unordered for library home page.
*/
#ifndef BOOST_UNORDERED_DETAIL_SERIALIZE_FCA_CON... | 4,585 | C++ | .h | 131 | 32.587786 | 78 | 0.782118 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,008 | prime_fmod.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/prime_fmod.hpp | // Copyright (C) 2022 Joaquin M Lopez Munoz.
// Copyright (C) 2022-2023 Christian Mazakas
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_UNORDERED_DETAIL_PRIME_FMOD_HPP
#define BOOST_UNORDERED_DET... | 7,815 | C++ | .h | 190 | 33.094737 | 82 | 0.623734 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,010 | serialize_tracked_address.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/serialize_tracked_address.hpp | /* Copyright 2023 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See https://www.boost.org/libs/unordered for library home page.
*/
#ifndef BOOST_UNORDERED_DETAIL_SERIALIZE_TRACKED... | 3,240 | C++ | .h | 87 | 34.298851 | 79 | 0.750319 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,011 | archive_constructed.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/archive_constructed.hpp | /* Copyright 2023 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See https://www.boost.org/libs/unordered for library home page.
*/
#ifndef BOOST_UNORDERED_DETAIL_ARCHIVE_CONSTRUCT... | 1,699 | C++ | .h | 57 | 27.333333 | 72 | 0.752457 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,012 | allocator_constructed.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/allocator_constructed.hpp | /* Copyright 2024 Braden Ganetsky.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See https://www.boost.org/libs/unordered for library home page.
*/
#ifndef BOOST_UNORDERED_DETAIL_ALLOCATOR_CONSTRUCTED_H... | 1,715 | C++ | .h | 48 | 29.208333 | 79 | 0.640097 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,015 | fca.hpp | supercollider_supercollider/external_libraries/boost/boost/unordered/detail/fca.hpp | // Copyright (C) 2022-2024 Joaquin M Lopez Munoz.
// Copyright (C) 2022 Christian Mazakas
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_UNORDERED_DETAIL_FCA_HPP
#define BOOST_UNORDERED_DETAIL_FCA... | 27,531 | C++ | .h | 717 | 29.276151 | 80 | 0.592505 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,074 | vector.hpp | supercollider_supercollider/external_libraries/boost/boost/thread/csbl/vector.hpp | // Copyright (C) 2013 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// 2013/10 Vicente J. Botet Escriba
// Creation.
#ifndef BOOST_CSBL_VECTOR_HPP
#define BOOST_CSBL_VECTOR_HPP
... | 428 | C++ | .h | 18 | 22 | 80 | 0.726601 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,075 | functional.hpp | supercollider_supercollider/external_libraries/boost/boost/thread/csbl/functional.hpp | // Copyright (C) 2013 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// 2013/10 Vicente J. Botet Escriba
// Creation.
#ifndef BOOST_CSBL_FUNCTIONAL_HPP
#define BOOST_CSBL_FUNCTIO... | 939 | C++ | .h | 32 | 26.15625 | 80 | 0.665559 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,077 | tuple.hpp | supercollider_supercollider/external_libraries/boost/boost/thread/csbl/tuple.hpp | // Copyright (C) 2013 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// 2013/10 Vicente J. Botet Escriba
// Creation.
#ifndef BOOST_CSBL_TUPLE_HPP
#define BOOST_CSBL_TUPLE_HPP
#... | 778 | C++ | .h | 28 | 24.857143 | 80 | 0.674263 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,078 | allocator_traits.hpp | supercollider_supercollider/external_libraries/boost/boost/thread/csbl/memory/allocator_traits.hpp | // Copyright (C) 2013 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// 2013/10 Vicente J. Botet Escriba
// Creation.
#ifndef BOOST_CSBL_MEMORY_ALLOCATOR_TRAITS_HPP
#define BOOST... | 530 | C++ | .h | 19 | 26.105263 | 80 | 0.745059 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,079 | pointer_traits.hpp | supercollider_supercollider/external_libraries/boost/boost/thread/csbl/memory/pointer_traits.hpp | // Copyright (C) 2013 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// 2013/10 Vicente J. Botet Escriba
// Creation.
#ifndef BOOST_CSBL_MEMORY_POINTER_TRAITS_HPP
#define BOOST_C... | 522 | C++ | .h | 19 | 25.684211 | 80 | 0.740964 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,080 | scoped_allocator.hpp | supercollider_supercollider/external_libraries/boost/boost/thread/csbl/memory/scoped_allocator.hpp | // Copyright (C) 2013 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// 2013/10 Vicente J. Botet Escriba
// Creation.
#ifndef BOOST_CSBL_MEMORY_SCOPED_ALLOCATOR_HPP
#define BOOST... | 526 | C++ | .h | 19 | 25.894737 | 80 | 0.743028 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,091 | string_to_unsigned.hpp | supercollider_supercollider/external_libraries/boost/boost/thread/detail/string_to_unsigned.hpp | #ifndef BOOST_THREAD_DETAIL_STRING_TO_UNSIGNED_HPP_INCLUDED
#define BOOST_THREAD_DETAIL_STRING_TO_UNSIGNED_HPP_INCLUDED
// Copyright 2023 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <string>
#include <climits>
namespace boost
{
namespace... | 1,080 | C++ | .h | 41 | 20.804878 | 69 | 0.58439 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,108 | string_trim.hpp | supercollider_supercollider/external_libraries/boost/boost/thread/detail/string_trim.hpp | #ifndef BOOST_THREAD_DETAIL_STRING_TRIM_HPP_INCLUDED
#define BOOST_THREAD_DETAIL_STRING_TRIM_HPP_INCLUDED
// Copyright 2023 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <string>
namespace boost
{
namespace thread_detail
{
inline std::str... | 681 | C++ | .h | 20 | 31.8 | 62 | 0.705521 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,160 | timed_utils.hpp | supercollider_supercollider/external_libraries/boost/boost/interprocess/timed_utils.hpp | ////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2023-2024. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/interproc... | 5,810 | C++ | .h | 143 | 37.986014 | 139 | 0.724782 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,320 | ratio.hpp | supercollider_supercollider/external_libraries/boost/boost/ratio/ratio.hpp | // ratio.hpp ---------------------------------------------------------------//
// Copyright 2008 Howard Hinnant
// Copyright 2008 Beman Dawes
// Copyright 2009 Vicente J. Botet Escriba
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
/*
This code was d... | 1,490 | C++ | .h | 35 | 37.571429 | 85 | 0.678695 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,321 | config.hpp | supercollider_supercollider/external_libraries/boost/boost/ratio/config.hpp | // config.hpp ---------------------------------------------------------------//
// Copyright 2012 Vicente J. Botet Escriba
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
#ifndef BOOST_RATIO_CONFIG_HPP
#define BOOST_RATIO_CONFIG_HPP
// This header is n... | 477 | C++ | .h | 10 | 45.9 | 81 | 0.660131 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,323 | gcd_lcm.hpp | supercollider_supercollider/external_libraries/boost/boost/ratio/detail/gcd_lcm.hpp | #ifndef BOOST_RATIO_DETAIL_GCD_LCM_HPP
#define BOOST_RATIO_DETAIL_GCD_LCM_HPP
// Copyright 2023 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <type_traits>
#include <cstdint>
namespace boost
{
namespace ratio_detail
{
template<std::intmax... | 1,140 | C++ | .h | 39 | 27.871795 | 122 | 0.698252 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,324 | is_ratio.hpp | supercollider_supercollider/external_libraries/boost/boost/ratio/detail/is_ratio.hpp | #ifndef BOOST_RATIO_DETAIL_IS_RATIO_HPP
#define BOOST_RATIO_DETAIL_IS_RATIO_HPP
// Copyright 2023 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/ratio/ratio_fwd.hpp>
#include <type_traits>
#include <cstdint>
namespace boost
{
namespa... | 591 | C++ | .h | 21 | 26.809524 | 96 | 0.756661 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,325 | is_evenly_divisible_by.hpp | supercollider_supercollider/external_libraries/boost/boost/ratio/detail/is_evenly_divisible_by.hpp | #ifndef BOOST_RATIO_DETAIL_IS_EVENLY_DIVISIBLE_BY_HPP
#define BOOST_RATIO_DETAIL_IS_EVENLY_DIVISIBLE_BY_HPP
// Copyright 2023 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <type_traits>
#include <cstdint>
namespace boost
{
namespace ratio_... | 845 | C++ | .h | 24 | 33.708333 | 115 | 0.745387 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,397 | hash_combine.hpp | supercollider_supercollider/external_libraries/boost/boost/intrusive/detail/hash_combine.hpp | /////////////////////////////////////////////////////////////////////////////
//
// Copyright 2005-2014 Daniel James.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Based on Peter Dimov's proposal
// http:/... | 1,597 | C++ | .h | 45 | 34.222222 | 79 | 0.684381 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,402 | workaround.hpp | supercollider_supercollider/external_libraries/boost/boost/intrusive/detail/workaround.hpp | //////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/interpr... | 3,987 | C++ | .h | 97 | 38.103093 | 98 | 0.695506 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,417 | hash.hpp | supercollider_supercollider/external_libraries/boost/boost/intrusive/detail/hash.hpp | /////////////////////////////////////////////////////////////////////////////
//
// Copyright 2005-2014 Daniel James.
// Copyright 2021, 2022 Peter Dimov.
// Copyright 2024 Ion Gaztanaga.
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
//
// Based on Peter Dimov's ... | 7,579 | C++ | .h | 232 | 29.896552 | 117 | 0.599973 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,420 | hash_integral.hpp | supercollider_supercollider/external_libraries/boost/boost/intrusive/detail/hash_integral.hpp | /////////////////////////////////////////////////////////////////////////////
//
// Copyright 2021-2023 Peter Dimov
// Copyright 2024 Ion Gaztanaga
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
//
// The original C++11 implementation was done by Peter Dimov
// Th... | 3,171 | C++ | .h | 98 | 28.244898 | 88 | 0.594037 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,450 | other.h | supercollider_supercollider/external_libraries/boost/boost/predef/other.h | /*
Copyright Rene Ferdinand Rivera Morell 2013-2020
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_OTHER_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_OTHER_H
#def... | 484 | C++ | .h | 14 | 33.357143 | 83 | 0.798715 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,451 | version.h | supercollider_supercollider/external_libraries/boost/boost/predef/version.h | /*
Copyright Rene Rivera 2015-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_VERSION_H
#define BOOST_PREDEF_VERSION_H
#include <boost/predef/version_number.h>
#define BOOST_PREDEF_VERSION ... | 357 | C++ | .h | 11 | 31.090909 | 58 | 0.80117 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,452 | compiler.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_COMPILER_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_P... | 1,608 | C++ | .h | 41 | 38.146341 | 86 | 0.801151 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,454 | make.h | supercollider_supercollider/external_libraries/boost/boost/predef/make.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#include <boost/predef/detail/test.h>
#ifndef BOOST_PREDEF_MAKE_H
#define BOOST_PREDEF_MAKE_H
/*
Shorthands for the common version nu... | 6,702 | C++ | .h | 155 | 42.122581 | 129 | 0.693956 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,455 | architecture.h | supercollider_supercollider/external_libraries/boost/boost/predef/architecture.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_ARCHITECTURE_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_ARCHITECTURE_H
#define... | 1,306 | C++ | .h | 32 | 39.71875 | 90 | 0.814319 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,456 | platform.h | supercollider_supercollider/external_libraries/boost/boost/predef/platform.h | /*
Copyright Rene Rivera 2013-2015
Copyright (c) Microsoft Corporation 2014
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_PLATFORM_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifnde... | 1,008 | C++ | .h | 25 | 39.2 | 86 | 0.807143 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,457 | hardware.h | supercollider_supercollider/external_libraries/boost/boost/predef/hardware.h | /*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_HARDWARE_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF... | 420 | C++ | .h | 13 | 31.076923 | 86 | 0.806931 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,458 | language.h | supercollider_supercollider/external_libraries/boost/boost/predef/language.h | /*
Copyright Rene Rivera 2011-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_LANGUAGE_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_LANGUAGE_H
#define BOOST_P... | 515 | C++ | .h | 15 | 33.133333 | 86 | 0.798793 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,459 | library.h | supercollider_supercollider/external_libraries/boost/boost/predef/library.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_LIBRARY_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_LIBRARY_H
#define BOOST_PRE... | 424 | C++ | .h | 13 | 31.384615 | 85 | 0.794118 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,460 | os.h | supercollider_supercollider/external_libraries/boost/boost/predef/os.h | /*
Copyright Rene Rivera 2008-2015
Copyright Franz Detro 2014
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_OS_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_OS_H
... | 953 | C++ | .h | 29 | 31.758621 | 80 | 0.775244 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,462 | x86.h | supercollider_supercollider/external_libraries/boost/boost/predef/hardware/simd/x86.h | /*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_HARDWARE_SIMD_X86_H
#define BOOST_PREDEF_HARDWARE_SIMD_X86_H
#include <boost/predef/v... | 3,671 | C++ | .h | 94 | 37.723404 | 117 | 0.684433 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,463 | arm.h | supercollider_supercollider/external_libraries/boost/boost/predef/hardware/simd/arm.h | /*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_HARDWARE_SIMD_ARM_H
#define BOOST_PREDEF_HARDWARE_SIMD_ARM_H
#include <boost/predef/v... | 1,634 | C++ | .h | 46 | 34.195652 | 124 | 0.721551 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,464 | ppc.h | supercollider_supercollider/external_libraries/boost/boost/predef/hardware/simd/ppc.h | /*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_HARDWARE_SIMD_PPC_H
#define BOOST_PREDEF_HARDWARE_SIMD_PPC_H
#include <boost/predef/v... | 1,846 | C++ | .h | 52 | 34.134615 | 77 | 0.72338 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,465 | x86_amd.h | supercollider_supercollider/external_libraries/boost/boost/predef/hardware/simd/x86_amd.h | /*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_HARDWARE_SIMD_X86_AMD_H
#define BOOST_PREDEF_HARDWARE_SIMD_X86_AMD_H
#include <boost/... | 2,650 | C++ | .h | 66 | 38.681818 | 78 | 0.734088 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,467 | versions.h | supercollider_supercollider/external_libraries/boost/boost/predef/hardware/simd/x86_amd/versions.h | /*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_HARDWARE_SIMD_X86_AMD_VERSIONS_H
#define BOOST_PREDEF_HARDWARE_SIMD_X86_AMD_VERSIONS_H... | 1,506 | C++ | .h | 37 | 39.189189 | 106 | 0.728966 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,468 | versions.h | supercollider_supercollider/external_libraries/boost/boost/predef/hardware/simd/arm/versions.h | /*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_HARDWARE_SIMD_ARM_VERSIONS_H
#define BOOST_PREDEF_HARDWARE_SIMD_ARM_VERSIONS_H
#inclu... | 935 | C++ | .h | 26 | 34.5 | 81 | 0.732441 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,469 | versions.h | supercollider_supercollider/external_libraries/boost/boost/predef/hardware/simd/ppc/versions.h | /*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_HARDWARE_SIMD_PPC_VERSIONS_H
#define BOOST_PREDEF_HARDWARE_SIMD_PPC_VERSIONS_H
#inclu... | 1,393 | C++ | .h | 39 | 34.25641 | 76 | 0.731287 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,470 | metrowerks.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/metrowerks.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_METROWERKS_H
#define BOOST_PREDEF_COMPILER_METROWERKS_H
#include <boost/predef/version_number.h>
#inclu... | 2,575 | C++ | .h | 64 | 39.015625 | 98 | 0.714858 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,471 | watcom.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/watcom.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_WATCOM_H
#define BOOST_PREDEF_COMPILER_WATCOM_H
#include <boost/predef/version_number.h>
#include <boos... | 1,498 | C++ | .h | 43 | 33.511628 | 77 | 0.759889 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,472 | gcc.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/gcc.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_GCC_H
#define BOOST_PREDEF_COMPILER_GCC_H
/* Other compilers that emulate this one need to be detected ... | 1,984 | C++ | .h | 53 | 35.679245 | 79 | 0.718016 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,473 | palm.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/palm.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_PALM_H
#define BOOST_PREDEF_COMPILER_PALM_H
#include <boost/predef/version_number.h>
#include <boost/pr... | 1,428 | C++ | .h | 43 | 31.883721 | 77 | 0.757112 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,474 | llvm.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/llvm.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_LLVM_H
#define BOOST_PREDEF_COMPILER_LLVM_H
/* Other compilers that emulate this one need to be detecte... | 1,473 | C++ | .h | 43 | 32.906977 | 72 | 0.763251 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,475 | ekopath.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/ekopath.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_EKOPATH_H
#define BOOST_PREDEF_COMPILER_EKOPATH_H
#include <boost/predef/version_number.h>
#include <bo... | 1,559 | C++ | .h | 44 | 33.931818 | 79 | 0.744837 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,476 | diab.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/diab.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_DIAB_H
#define BOOST_PREDEF_COMPILER_DIAB_H
#include <boost/predef/version_number.h>
#include <boost/pr... | 1,512 | C++ | .h | 43 | 33.837209 | 96 | 0.754639 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,477 | metaware.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/metaware.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_METAWARE_H
#define BOOST_PREDEF_COMPILER_METAWARE_H
#include <boost/predef/version_number.h>
#include <... | 1,382 | C++ | .h | 41 | 32.390244 | 74 | 0.765813 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,478 | sunpro.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/sunpro.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_SUNPRO_H
#define BOOST_PREDEF_COMPILER_SUNPRO_H
#include <boost/predef/version_number.h>
#include <boos... | 2,352 | C++ | .h | 63 | 36.111111 | 86 | 0.718242 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,479 | greenhills.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/greenhills.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_GREENHILLS_H
#define BOOST_PREDEF_COMPILER_GREENHILLS_H
#include <boost/predef/version_number.h>
#inclu... | 1,933 | C++ | .h | 53 | 35.207547 | 88 | 0.732583 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,480 | comeau.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/comeau.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_COMEAU_H
#define BOOST_PREDEF_COMPILER_COMEAU_H
#include <boost/predef/version_number.h>
#include <boos... | 1,697 | C++ | .h | 48 | 34.0625 | 83 | 0.746177 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,481 | ibm.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/ibm.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_IBM_H
#define BOOST_PREDEF_COMPILER_IBM_H
#include <boost/predef/version_number.h>
#include <boost/pred... | 2,156 | C++ | .h | 59 | 35.305085 | 86 | 0.704753 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,482 | dignus.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/dignus.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_DIGNUS_H
#define BOOST_PREDEF_COMPILER_DIGNUS_H
#include <boost/predef/version_number.h>
#include <boos... | 1,478 | C++ | .h | 43 | 33.046512 | 77 | 0.752287 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,483 | compaq.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/compaq.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_COMPAQ_H
#define BOOST_PREDEF_COMPILER_COMPAQ_H
#include <boost/predef/version_number.h>
#include <boos... | 1,924 | C++ | .h | 53 | 35.037736 | 84 | 0.737211 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,484 | iar.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/iar.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_IAR_H
#define BOOST_PREDEF_COMPILER_IAR_H
#include <boost/predef/version_number.h>
#include <boost/pred... | 1,420 | C++ | .h | 43 | 31.697674 | 70 | 0.746882 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,485 | digitalmars.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/digitalmars.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_DIGITALMARS_H
#define BOOST_PREDEF_COMPILER_DIGITALMARS_H
#include <boost/predef/version_number.h>
#inc... | 1,458 | C++ | .h | 43 | 32.581395 | 70 | 0.753747 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,486 | nvcc.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/nvcc.h | /*
Copyright Benjamin Worpitz 2018
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_NVCC_H
#define BOOST_PREDEF_COMPILER_NVCC_H
#include <boost/predef/version_number.h>
#include <boost/pr... | 2,774 | C++ | .h | 59 | 45.762712 | 127 | 0.768889 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
31,487 | pgi.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/pgi.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_PGI_H
#define BOOST_PREDEF_COMPILER_PGI_H
#include <boost/predef/version_number.h>
#include <boost/pred... | 1,748 | C++ | .h | 47 | 35.893617 | 123 | 0.729698 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,488 | mpw.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/mpw.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_MPW_H
#define BOOST_PREDEF_COMPILER_MPW_H
#include <boost/predef/version_number.h>
#include <boost/pred... | 1,754 | C++ | .h | 50 | 33.8 | 83 | 0.736686 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,489 | clang.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/clang.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_CLANG_H
#define BOOST_PREDEF_COMPILER_CLANG_H
#include <boost/predef/version_number.h>
#include <boost/... | 1,557 | C++ | .h | 43 | 34.883721 | 112 | 0.749333 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,490 | sgi_mipspro.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/sgi_mipspro.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_SGI_MIPSPRO_H
#define BOOST_PREDEF_COMPILER_SGI_MIPSPRO_H
#include <boost/predef/version_number.h>
#inc... | 1,931 | C++ | .h | 53 | 35.169811 | 87 | 0.746781 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,491 | intel.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/intel.h | /*
Copyright Rene Rivera 2008-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_INTEL_H
#define BOOST_PREDEF_COMPILER_INTEL_H
#include <boost/predef/version_number.h>
#include <boost/... | 2,708 | C++ | .h | 66 | 39.212121 | 108 | 0.721461 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,492 | edg.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/edg.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_EDG_H
#define BOOST_PREDEF_COMPILER_EDG_H
#include <boost/predef/version_number.h>
#include <boost/pred... | 1,475 | C++ | .h | 43 | 32.976744 | 78 | 0.750353 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,493 | hp_acc.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/hp_acc.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_HP_ACC_H
#define BOOST_PREDEF_COMPILER_HP_ACC_H
#include <boost/predef/version_number.h>
#include <boos... | 1,639 | C++ | .h | 48 | 32.854167 | 79 | 0.746988 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,494 | tendra.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/tendra.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_TENDRA_H
#define BOOST_PREDEF_COMPILER_TENDRA_H
#include <boost/predef/version_number.h>
#include <boos... | 1,428 | C++ | .h | 41 | 33.512195 | 76 | 0.767831 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
31,495 | microtec.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/microtec.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_MICROTEC_H
#define BOOST_PREDEF_COMPILER_MICROTEC_H
#include <boost/predef/version_number.h>
#include <... | 1,363 | C++ | .h | 41 | 31.926829 | 70 | 0.76165 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
31,496 | borland.h | supercollider_supercollider/external_libraries/boost/boost/predef/compiler/borland.h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_COMPILER_BORLAND_H
#define BOOST_PREDEF_COMPILER_BORLAND_H
#include <boost/predef/version_number.h>
#include <bo... | 1,866 | C++ | .h | 50 | 36.04 | 84 | 0.744173 | supercollider/supercollider | 5,424 | 745 | 915 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.