text
stringlengths
54
60.6k
<commit_before>#include "Julian.h" #include "Tle.h" #include "SGP4.h" #include "Globals.h" #include "Observer.h" #include "CoordGeodetic.h" #include "CoordTopographic.h" #include <list> #include <string> #include <iomanip> #include <iostream> #include <fstream> #include <vector> #include <cstdlib> voi...
<commit_before>/* * Copyright (c) 2000-2004 The Regents of The University of Michigan * 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 c...
<commit_before><commit_msg>Refactored object creation to functions and added a ground plane and gravity to the scene.<commit_after><|endoftext|>
<commit_before>// Copyright 2008, 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 ...
<commit_before>// Copyright 2008, 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 ...
<commit_before>#pragma once #define BEGIN_IOKIT_INCLUDE \ _Pragma("clang diagnostic push") \ _Pragma("clang diagnostic ignored \"-Winconsistent-missing-override\"") #define END_IOKIT_INCLUDE \ _Pragma("clang diagnostic pop") <commit_msg>add ignored warnings to BEGIN_IOKIT_INCLUDE<commit_after>#pragma...
<commit_before>#pragma once #include "lw/event/Promise.hpp" #include "lw/event/Promise.void.hpp" namespace lw { namespace event { template< typename T > inline Future< T > Promise< T >::future( void ){ return Future< T >( m_state ); } // --------------------------------------------------------------------------...
<commit_before>// Copyright 2013 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless require...
<commit_before>/* * Author: Vladimir Ivan * * Copyright (c) 2017, University Of Edinburgh * 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 r...
<commit_before>#include <cstdio> #include <cstring> #include <ios> #include <ostream> #include <sstream> #include <string> #include "MacAddress.hpp" //============================================================================== // MacAddress constructor; initializes to all zeros //==================================...
<commit_before><commit_msg>Fix globalPosition in Stl export<commit_after><|endoftext|>
<commit_before>#include "eps/eps.h" #include <cstdlib> #include <cstring> #include "obc_access.hpp" #include "terminal/terminal.h" using devices::eps::LCL; using devices::eps::BurnSwitch; using devices::eps::EPSDriver; static void Usage() { GetTerminal().Puts("eps enable_lcl|disable_lcl|power_cycle|di...
<commit_before>// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <vector> #include "mojo/public/cpp/bindings/interface_request.h" #include "mojo/public/cpp/bindings/type_converter.h" #include "s...
<commit_before>/** * @file llpanelmarketplaceinboxinventory.cpp * @brief LLInboxInventoryPanel class definition * * $LicenseInfo:firstyear=2009&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. * * This library is free software; you can redistribute it and/or *...
<commit_before>/* This file is a part of libcds - Concurrent Data Structures library (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ Redistribution and use in source and...
<commit_before>/* * yosys -- Yosys Open SYnthesis Suite * * Copyright (C) 2012 Clifford Wolf <clifford@clifford.at> * * 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 no...
<commit_before>#include "graphics/sprite/animation.h" #include "graphics/sprite/animation_player.h" #include "graphics/sprite/sprite.h" #include <gsl/gsl_assert> #include "resources/resources.h" using namespace Halley; AnimationPlayer::AnimationPlayer(std::shared_ptr<const Animation> animation, const String& sequence...
<commit_before><commit_msg>Update CfgFunctions.hpp<commit_after><|endoftext|>
<commit_before>//===-- llvm/CodeGen/PseudoSourceValue.cpp ----------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>// Copyright © 2015 Mikko Ronkainen <firstname@mikkoronkainen.com> // License: MIT, see the LICENSE file. #include <cassert> #include <stdexcept> #include <GL/gl3w.h> #include "Rendering/Framebuffer.h" #include "App.h" #include "Utils/Log.h" #include "Utils/Settings.h" #include "Utils/GLHe...
<commit_before>/** \file json_grep.cc * \brief A simple tool for performing single lookups in a JSON file. * \author Dr. Johannes Ruscheinski * * \copyright (C) 2017, Library of the University of Tübingen * * This program is free software: you can redistribute it and/or modify * it under the terms of ...
<commit_before>//===- lib/ReaderWriter/MachO/ObjCPass.cpp -------------------------------===// // // The LLVM Linker // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===--------------------------------------------------...
<commit_before>//===--- Generics.cpp ---- Utilities for transforming generics ------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http...
<commit_before>/** \brief Utility for displaying various bits of info about a collection of MARC records. * \author Dr. Johannes Ruscheinski (johannes.ruscheinski@uni-tuebingen.de) * * \copyright 2015,2016 Universitätsbiblothek Tübingen. All rights reserved. * * This program is free software: you can redistrib...
<commit_before>/** \brief Utility for displaying various bits of info about a collection of MARC records. * \author Dr. Johannes Ruscheinski (johannes.ruscheinski@uni-tuebingen.de) * * \copyright 2015 Universitätsbiblothek Tübingen. All rights reserved. * * This program is free software: you can redistribute i...
<commit_before>#include <bits/stdc++.h> #define REP(i,n) for(int i=0;i<(int)(n);i++) #define ALL(x) (x).begin(),(x).end() using namespace std; using ll = long long; using ld = long double; const int INF = 1e9; int main() { return 0; } <commit_msg>add rep class deprecated rep macro<commit_after>#include <bits/st...
<commit_before>#include "util/init.h" #include <event2/thread.h> #include <evhtp.h> #include <gflags/gflags.h> #include <glog/logging.h> #include <openssl/crypto.h> #include <openssl/err.h> #include <openssl/ssl.h> #include <unistd.h> #include <string> #include "config.h" #include "log/ct_extensions.h" #include "prot...
<commit_before>#pragma once #include <algorithm> #include <chrono> #include <random> #include <string> #include <type_traits> template<typename T> inline T gcd(T a, T b) { while (b != 0) { a %= b; std::swap(a, b); } return a; } template<typename T> inline T lcm(const T& a, const T& b) { retu...
<commit_before>#include "dbmanager.h" using namespace std; // Constructor connects to sqlite database DbManager::DbManager() { db = QSqlDatabase::addDatabase("QSQLITE"); db.setDatabaseName("VLN1-Hopur23.sqlite"); db.open(); } // Optional order, Name, Gender, BirthYear, DeathYear. Optional filter DESC and...
<commit_before>/** * @file FunctionApproximator.cpp * @brief FunctionApproximator class source file. * @author Freek Stulp * * This file is part of DmpBbo, a set of libraries and programs for the * black-box optimization of dynamical movement primitives. * Copyright (C) 2014 Freek Stulp, ENSTA-ParisTech * ...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: syswin.hxx,v $ * * $Revision: 1.2 $ * * last change: $Author: vg $ $Date: 2007-04-11 18:13:42 $ * * The Contents of this file are made av...
<commit_before>/* Sirikata libproxyobject -- COLLADA Document Importer * ColladaDocumentImporter.cpp * * Copyright (c) 2009, Mark C. Barnes * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are ...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ftnfrm.hxx,v $ * * $Revision: 1.8 $ * * last change: $Author: kz $ $Date: 2006-02-01 14:23:07 $ * * The Contents of this file are made av...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: toxhlp.hxx,v $ * * $Revision: 1.5 $ * * last change: $Author: rt $ $Date: 2005-09-09 04:02:07 $ * * The Contents of this file are made av...
<commit_before>/* * Copyright (c) 2015 WinT 3794 <http://wint3794.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights...
<commit_before>/* * #%L * %% * Copyright (C) 2011 - 2016 BMW Car IT GmbH * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
<commit_before>//===-- ARMTargetMachine.cpp - Define TargetMachine for ARM ---------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>/************************************************************************* * * $RCSfile: componentmodule.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: hr $ $Date: 2003-03-25 16:03:37 $ * * The Contents of this file are made available subject to the terms of * either of the followin...
<commit_before>/// HEADER #include "assign_feature_classifications.h" /// PROJECT #include <csapex/model/node_modifier.h> #include <csapex/utility/register_apex_plugin.h> #include <csapex_ml/features_message.h> #include <csapex/msg/generic_vector_message.hpp> #include <csapex/msg/io.h> #include <csapex/param/parameter...
<commit_before>//===-- ARMTargetMachine.cpp - Define TargetMachine for ARM ---------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. #include "bin/builtin.h" #include "bin/eventhandler.h" #include "bin/log.h" #include "bi...
<commit_before>//===-- ARM64Subtarget.cpp - ARM64 Subtarget Information --------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before><commit_msg>bloedes mergen<commit_after><|endoftext|>
<commit_before>// ////////////////////////////////////////////////////////////////////// // Import section // ////////////////////////////////////////////////////////////////////// // STL #include <fstream> #include <string> #include <vector> #include <exception> // StdAir #include <stdair/stdair_demand_types.hpp> #inc...
<commit_before>// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "Lic...
<commit_before>// // Copyright (c) 2012 Kim Walisch, <kim.walisch@gmail.com>. // All rights reserved. // // This file is part of primesieve. // Homepage: http://primesieve.googlecode.com // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following c...
<commit_before>// Smooth - C++ framework for writing applications based on Espressif's ESP-IDF. // Copyright (C) 2019 Per Malmberg (https://github.com/PerMalmberg) // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Fr...
<commit_before>/** * @file Cosa/IOBuffer.cpp * @version 1.0 * * @section License * Copyright (C) 2013, Mikael Patel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * ve...
<commit_before>/************************************************************************* * * $RCSfile: ocomponentaccess.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: as $ $Date: 2001-06-11 10:14:41 $ * * The Contents of this file are made available subject to the terms of * either of the followi...
<commit_before>#include <memory> #include "DeviceManager.hpp" typedef unsigned char uchar; struct Snapshot { int m_seed; float m_frequency; int m_interp; int m_noiseType; int m_octaves; float m_lacunarity; float m_gain; int m_fractalType; float m_fractalBounding...
<commit_before>/* libs/graphics/ports/SkFontHost_fontconfig.cpp ** ** Copyright 2008, Google Inc. ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/...
<commit_before>// -*- Mode:C++ -*- /**************************************************************************************************/ /* */ /* Copyright (C) 2016 University of Hull ...
<commit_before>/* * SlideQuizRenderer.cpp * * Copyright (C) 2009-12 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero Gen...
<commit_before>//===- MipsSubtarget.cpp - Mips Subtarget Information -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>/* * Copyright 2007-2022 CM4all GmbH * All rights reserved. * * author: Max Kellermann <mk@cm4all.com> * * 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...
<commit_before><commit_msg>GatewayConnection: mark received message as const<commit_after><|endoftext|>
<commit_before>/********************* Example code for the Adafruit RGB Character LCD Shield and Library This code displays text on the shield, and also reads the buttons on the keypad. When a button is pressed, the backlight changes color. **********************/ // include the library code: //#include <Wire.h> #i...
<commit_before>#ifndef _SNARKFRONT_SHA_512_256_HPP_ #define _SNARKFRONT_SHA_512_256_HPP_ #include <array> #include <cstdint> #include "Alg.hpp" #include "Alg_uint.hpp" #include "AST.hpp" #include "BitwiseOps.hpp" #include "Lazy.hpp" #include "SHA_512.hpp" namespace snarkfront { //////////////////////////////////////...
<commit_before> // The files containing the tree of of child classes of |Integrator| must be // included in the order of inheritance to avoid circular dependencies. This // class will end up being reincluded as part of the implementation of its // parent. #ifndef PRINCIPIA_INTEGRATORS_INTEGRATORS_HPP_ #include "integ...
<commit_before>/* * TcpIpAsyncClientSsl.hpp * * Copyright (C) 2009-18 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero G...
<commit_before>/*------------------------------------------------------------------------- * drawElements Quality Program Tester Core * ---------------------------------------- * * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use...
<commit_before>//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgp...
<commit_before>/* CatenaStm32L0_ReadAnalog.cpp Mon Feb 18 2019 09:56:32 chwon */ /* Module: CatenaStm32L0_ReadAnalog.cpp Function: CatenaStm32L0::ReadAnalog() Version: V0.14.0 Mon Feb 18 2019 09:56:32 chwon Edit level 2 Copyright notice: This file copyright (C) 2018-2019 by MCCI Corporation 3520 Krums Cor...
<commit_before>/** @file logging.cpp @brief Syslog utility <p> Copyright (C) 2009-2010 Nokia Corporation @author Ustun Ergenoglu <ext-ustun.ergenoglu@nokia.com> This file is part of Sensord. Sensord is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser ...
<commit_before>#include <cthun-client/connector/client_metadata.hpp> #include <cthun-client/connector/errors.hpp> #define LEATHERMAN_LOGGING_NAMESPACE CTHUN_CLIENT_LOGGING_PREFIX".client_metadata" #include <leatherman/logging/logging.hpp> #include <openssl/x509v3.h> #include <openssl/ssl.h> #include <stdio.h> // s...
<commit_before>/* * NotebookDocQueue.cpp * * Copyright (C) 2009-16 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero Gene...
<commit_before>/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
<commit_before>/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy...
<commit_before><commit_msg>Ironingy typo<commit_after><|endoftext|>
<commit_before>/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not d...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: chips/p9/procedures/hwp/initfiles/p9_npu_scom.C $ ...
<commit_before>//=====================================================================// /*! @file @brief RX64M SDC サンプル @n ・P07(176) ピンに赤色LED(VF:1.9V)を吸い込みで接続する @author 平松邦仁 (hira@rvf-rc45.net) @copyright Copyright (C) 2017 Kunihito Hiramatsu @n Released under the MIT license @n https://github.com...
<commit_before>/****************************************************************************** * Copyright 2017 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/nest/p9_throttle_sync.H $ ...
<commit_before>//===---- MemLocationDumper.cpp - Dump all memory locations in program ----===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http...
<commit_before>#ifndef BUILDING_NODE_EXTENSION #define BUILDING_NODE_EXTENSION #endif #include <node.h> #include "WebRtcConnection.h" using namespace v8; WebRtcConnection::WebRtcConnection() {}; WebRtcConnection::~WebRtcConnection() {}; void WebRtcConnection::Init(Handle<Object> target) { // Prepare constructor ...
<commit_before><commit_msg>Hotfix error for physical robot PID complete<commit_after><|endoftext|>
<commit_before>// Known bugs: // * Volume on a logarithmic scale // * _buffer must be made thread-safe #include "MPDMessageHandler.h" #include "common.h" #include "StringUtil.h" #include "PlaybackCommandHandler.h" #include "PlaylistCommandHandler.h" #include "GeneralCommandHandler.h" #include "DataRequestHandler.h" ...
<commit_before>/** * This file is part of the CernVM File System. */ #include "cvmfs_config.h" #include <stdio.h> #include <sys/stat.h> #include <unistd.h> #include <string> #include "compression.h" #include "download.h" #include "logging.h" #include "signature.h" #include "statistics.h" #include "swissknife.h" #...
<commit_before>// Copyright (C) 2009 - 2010 Mathias Froehlich - Mathias.Froehlich@web.de // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public // License as published by the Free Software Foundation; either // version 2 of the License, or (at...
<commit_before>// Test that gcc-toolchain option is working correctly // // RUN: %clangxx -no-canonical-prefixes %s -### -o %t 2>&1 \ // RUN: -target i386-unknown-linux \ // RUN: -gcc-toolchain %S/Inputs/ubuntu_11.04_multiarch_tree/usr \ // RUN: | FileCheck %s // CHECK: "-internal-isystem" // CHECK: "[[TOOLC...
<commit_before>/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one ...
<commit_before>/****************************************************************************** * Copyright 2017 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
<commit_before>/************************************************************************* * * $RCSfile: outdev5.cxx,v $ * * $Revision: 1.5 $ * * last change: $Author: rt $ $Date: 2003-12-01 13:22:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licens...
<commit_before>/************************************************************************* * * $RCSfile: file_stat.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: obo $ $Date: 2004-09-08 16:15:40 $ * * The Contents of this file are made available subject to the terms of * either of the following lic...
<commit_before>/* * fMBT, free Model Based Testing tool * Copyright (c) 2011, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU Lesser General Public License, * version 2.1, as published by the Free Software Foundation. * *...
<commit_before>/****************************************************************************** * ____ _ _____ * * / ___| / \ | ___| C++ * * | | / _ \ | |_ Actor ...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/utils/imageProcs/p9_scan_compression.H $ ...
<commit_before>// RUN: rm -rf %t // Test that only forward declarations are emitted for types dfined in modules. // Modules: // RUN: %clang_cc1 -x objective-c++ -std=c++11 -g -dwarf-ext-refs -fmodules \ // RUN: -fmodule-format=obj -fimplicit-module-maps -DMODULES \ // RUN: -fmodules-cache-path=%t %s -I %S/Inpu...
<commit_before>// Copyright (c) 2014 GitHub, Inc. All rights reserved. #include <string> #include <vector> #include "object_helper.h" namespace { #define DEFINE_NONE_PARAMETER_FUNC(name) \ NanScope(); \ Handle<Function> func; \ Handle<Object> data = args.Data()->ToObject(); \ if (!ObjectGet(data, name, &fun...
<commit_before>#include "cvm.h" #include <dlfcn.h> #define STR2(s) #s #define STR(s) STR2(s) #ifdef __linux__ #define DAB_LIBC_NAME "libc.so.6" // LINUX #else #define DAB_LIBC_NAME "libc.dylib" // APPLE #endif DabValue DabVM::merge_arrays(const DabValue &arg0, const DabValue &arg1) { auto & a0 = arg0....
<commit_before>#include "inner_readers.h" #include "../flags.h" using namespace dariadb; using namespace dariadb::compression; using namespace dariadb::storage; InnerReader::InnerReader(dariadb::Flag flag, dariadb::Time from, dariadb::Time to) : _chunks{}, _flag(flag), _from(from), _to(to), _tp_readed(false) { ...
<commit_before>/******************************************************************************* Licensed to the OpenCOR team under one or more contributor license agreements. See the NOTICE.txt file distributed with this work for additional information regarding copyright ownership. The OpenCOR team licenses this file...
<commit_before>// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law ...
<commit_before>/* Copyright 2014 Peter Goodman, all rights reserved. */ #include <granary.h> using namespace granary; // In kernel space, we make this GRANARY_DEFINE_bool(transparent_returns, GRANARY_IF_USER_ELSE(true, false), "Enable transparent return addresses? The default is `" GRANARY_IF_USER_ELSE("yes"...
<commit_before>/* * AtmoChannelAssignment.cpp: Class for storing a hardware channel to zone mapping * List * * See the README.txt file for copyright information and how to reach the author(s). * * $Id$ */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include <string.h> #include <stdlib.h> #include <malloc....
<commit_before>#define PY_ARRAY_UNIQUE_SYMBOL PyArrayHandleCoreOPENGM #include <boost/python.hpp> #include <boost/python/suite/indexing/vector_indexing_suite.hpp> #include <boost/python/module.hpp> #include <boost/python/def.hpp> #include <boost/python/exception_translator.hpp> #include <stddef.h> #include <deque> #...
<commit_before>#include "compiler.h" #include "brainfuck.h" #include "Interpreter/ConvenienceFuck.h" #include "NasmGenerator/BrainfuckNasmConverter.h" #include "boost/program_options.hpp" #include <iostream> #include <fstream> #include <sstream> #include <string> #include <stack> #include <stdlib.h> namespace { cons...
<commit_before>/* * Distributed under the OSI-approved Apache License, Version 2.0. See * accompanying file Copyright.txt for details. * * adiosMemory.cpp * * Created on: Oct 31, 2018 * Author: William F Godoy godoywf@ornl.gov */ #include "adiosMemory.h" #include <algorithm> #include <stddef.h> // max_...
<commit_before>/* * Distributed under the OSI-approved Apache License, Version 2.0. See * accompanying file Copyright.txt for details. * * adiosSystem.cpp implementation of adiosSystem.h functions * * Created on: May 17, 2017 * Author: William F Godoy godoywf@ornl.gov */ #include "adiosSystem.h" #includ...