text
stringlengths
54
60.6k
<commit_before>#ifndef ITER_STARMAP_H_ #define ITER_STARMAP_H_ #include "iterbase.hpp" #include <utility> #include <iterator> #include <type_traits> #include <array> #include <cassert> #include <memory> namespace iter { // starmap with a container<T> where T is one of tuple, pair, array template <typename F...
<commit_before>// Copyright 2019 Google LLC. // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #include "src/pdf/SkPDFType1Font.h" #include "include/private/SkTemplates.h" #include "include/private/SkTo.h" #include "src/core/SkStrikeSpec.h" #include <ctype.h> /* ...
<commit_before><commit_msg>FInally passing all tests again.<commit_after><|endoftext|>
<commit_before><commit_msg>dont export config segmentwise<commit_after><|endoftext|>
<commit_before>// // Created by dar on 11/27/15. // #include <stdio.h> #include <stdlib.h> #include "Game.h" #include "../core/Core.h" #include "../core/map/TiledTxtMapLoader.h" #include "render/RenderManager.h" #include "InputManager.h" #include "../logging.h" Game::Game() { GuiButton *b = new GuiButton(GUI_TOP_...
<commit_before>// image feature extraction source code // implentations of image coding class and methods // Author: Bingqing Qu // License: GPLv3 #include "sireen/image_feature_extract.hpp" /** * Default constuctor */ ImageCoder::ImageCoder(void) { this->dsift_filter_ = NULL; /* default setting */ this->...
<commit_before><commit_msg>Remove macro usage from ChaCha<commit_after><|endoftext|>
<commit_before>// Xerus - A General Purpose Tensor Library // Copyright (C) 2014-2016 Benjamin Huber and Sebastian Wolf. // // Xerus is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published // by the Free Software Foundation, either version 3 ...
<commit_before>#include "utest_helper.hpp" #include <string.h> static void runtime_use_host_ptr_large_image(void) { const size_t w = 4096; const size_t h = 4096; cl_image_format format; cl_image_desc desc; memset(&desc, 0x0, sizeof(cl_image_desc)); memset(&format, 0x0, sizeof(cl_image_format)); format...
<commit_before>#include "credentialpassword.h" #include <QDebug> using namespace Cutelyst::Plugin; CredentialPassword::CredentialPassword() : m_passwordField(QLatin1String("password")), m_passwordType(None), m_hashType(QCryptographicHash::Md5) { } Authentication::User CredentialPassword::authenticate(Co...
<commit_before>/* Copyright 2015 CyberTech Labs Ltd. * * 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 applicab...
<commit_before>#include <iostream> #include "gtest/gtest.h" #include "onnx/onnxifi_loader.h" #include "onnx/onnxifi.h" #if defined(__APPLE__) #define ONNXIFI_DUMMY_LIBRARY "libonnxifi_dummy.dylib" #elif defined(_WIN32) #define ONNXIFI_DUMMY_LIBRARY L"onnxifi_dummy.dll" #else #define ONNXIFI_DUMMY_LIBRARY "libonnxifi_...
<commit_before>/* * Copyright (C) 2015 ScyllaDB */ /* * This file is part of Scylla. * * Scylla is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your op...
<commit_before>#include <DO/Sara/Core/MultiArray.hpp> #include <boost/interprocess/containers/vector.hpp> #include <boost/interprocess/managed_shared_memory.hpp> #include <boost/interprocess/shared_memory_object.hpp> #include <boost/interprocess/sync/interprocess_condition.hpp> #include <boost/interprocess/sync/interp...
<commit_before>// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include "StdAfx.h" #include "..\BatchEncoder.h" #include "..\utilities\Utilities.h" #include "WorkThread.h" enum Mode { None = -1, Encode = 0, Tr...
<commit_before>#include "AssetInputMesh.h" #include <maya/MFnMesh.h> #include <maya/MFloatPointArray.h> #include <maya/MIntArray.h> #include <maya/MMatrix.h> #include "util.h" AssetInputMesh::AssetInputMesh(int assetId, int inputIdx) : AssetInput(assetId, inputIdx), myInputAssetId(0) { HAPI_CreateGeoInpu...
<commit_before>/* * Copyright (c) 2014-2016, imec * All rights reserved. */ /* * Sampling from WishHart and Normal distributions */ #include <numeric> #include <functional> #include <iostream> #include <random> #include "bpmf.h" #ifdef BPMF_RANDOM123 #include <Random123/philox.h> #include <Random123/MicroURNG...
<commit_before>#include <core/stdafx.h> #include <core/utility/cli.h> #include <core/utility/strings.h> #include <queue> namespace cli { OptParser GetParser(int clSwitch, const std::vector<OptParser>& parsers) { for (const auto& parser : parsers) { if (clSwitch == parser.clSwitch) return parser; } return...
<commit_before>/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2015 Artem Pavlenko * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
<commit_before>// Copyright (c) 2012 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 "chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h" #include <string> #include "base/bind.h" #include "b...
<commit_before>/* * opencog/attentionbank/AttentionBank.cc * * Copyright (C) 2013,2017 Linas Vepstas <linasvepstas@gmail.com> * All Rights Reserved * * Written by Joel Pitt * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License v3 ...
<commit_before>/******************************************************************************* * c7a/api/sort.hpp * * Part of Project c7a. * * Copyright (C) 2015 Alexander Noe <aleexnoe@gmail.com> * * This file has no license. Only Chuck Norris can compile it. **************************************************...
<commit_before>/* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013 Vladimír Vondruš <mosra@centrum.cz> 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 r...
<commit_before>#include "cinder/app/AppNative.h" #include "cinder/app/RendererGl.h" #include "cinder/gl/gl.h" #include "cinder/gl/Texture.h" #include "cinder/gl/VboMesh.h" #include "cinder/gl/Fbo.h" #include "cinder/gl/GlslProg.h" #include "cinder/gl/Context.h" #include "cinder/GeomIo.h" #include "cinder/Rand.h" #in...
<commit_before>#include "vlc_video_source.h" #include <cstdio> #include <cstdlib> #include <chrono> #include <thread> namespace gg { VideoSourceVLC::VideoSourceVLC(const std::string path) : _vlc_inst(nullptr) , _vlc_mp(nullptr) , _video_buffer(nullptr) , _data_length(0) , _cols(0) , _rows(0) ...
<commit_before>#include "proxyparser.h" #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <Winhttp.h> #include <Ws2tcpip.h> #include <Winsock2.h> #include <iostream> #include <sstream> bool ProxyParser::getProxySettingForUrl(string url, ProxySetting & proxy) { WINHTTP_CURRENT_USER_IE_PROXY_CONFIG ieProxyConf...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ADatabaseMetaDataResultSetMetaData.cxx,v $ * * $Revision: 1.10 $ * * last change: $Author: obo $ $Date: 2006-09-17 02:12:38 $ * * The Con...
<commit_before><commit_msg>Prevent a possible infinite loop in EulerNormalize.<commit_after><|endoftext|>
<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>/* * Copyright © 2016 Lukas Rosenthaler, Andrea Bianco, Benjamin Geer, * Ivan Subotic, Tobias Schweizer, André Kilchenmann, and André Fatton. * This file is part of Sipi. * Sipi is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as p...
<commit_before>/*------------------------------------------------------------------------- * drawElements Quality Program OpenGL ES 3.0 Module * ------------------------------------------------- * * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); ...
<commit_before>/* Copyright 2009 SPARTA, Inc., dba Cobham Analytic Solutions * * This file is part of WATCHER. * * WATCHER is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either vers...
<commit_before>/* * Event Manager by quckly * Version: 1.0 * */ #include "q_events.h" EventManager Events; EventManager::EventManager() { m_hook = false; //m_args = std::vector<EventArg>(16); } void EventManager::RegisterEvent(const int _msg_id, EventCallback _func) { // Check for exist for (auto iter = m_r...
<commit_before>#ifndef LIA_DETAIL_TYPE_TRAITS_HPP #define LIA_DETAIL_TYPE_TRAITS_HPP // Includes #include <type_traits> #include <utility> #include <cstddef> #include <array> namespace lia { template<typename T> using Type = typename T::type; template<typename... Args> using CommonType = Type<std::common_type<Args.....
<commit_before>#include <Internal/Logger/LoggerImpl.hpp> #include <Utility/Utilities/Include/Logging/LogLevel.hpp> #include <Utility/Utilities/Include/Logging/LogTag.hpp> #include <Utility/Utilities/Include/Logging/LogTextData.hpp> #include <Utility/Utilities/Include/Logging/LogLevelConverter.hpp> #include <Utility/Uti...
<commit_before>// @(#)root/roostats:$Id$ // Author: Kyle Cranmer 28/07/2008 /************************************************************************* * Copyright (C) 1995-2008, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
<commit_before><commit_msg>WaE: unused variable 'aText'<commit_after><|endoftext|>
<commit_before>/* This file is part of VROOM. Copyright (c) 2015-2021, Julien Coupey. All rights reserved (see LICENSE). */ #include <mutex> #include <thread> #include "algorithms/heuristics/heuristics.h" #include "algorithms/local_search/local_search.h" #include "problems/cvrp/cvrp.h" #include "problems/cvrp/oper...
<commit_before>/* * Copyright (c) 2013 Aldebaran Robotics. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the COPYING file. */ #pragma once #ifndef _QI_CLOCK_HPP_ #define _QI_CLOCK_HPP_ #include <qi/api.hpp> #include <qi/types.hpp> #include <boost/chrono.h...
<commit_before>#include "bulkDataCallback.h" BulkDataCallback::BulkDataCallback() { ACS_TRACE("BulkDataCallback::BulkDataCallback"); state_m = CB_UNS; substate_m = CB_SUB_UNS; dim_m = 0; count_m = 0; loop_m = 5; waitPeriod_m.set(0L, 400000L); frameCount_m = 0; errorCounter = 0...
<commit_before>#ifndef ecmdUtils_H #define ecmdUtils_H // Copyright ********************************************************** // // File ecmdDataBuffer.H // ...
<commit_before>/* * QuaZIP - a Qt/C++ wrapper for the ZIP/UNZIP package * Copyright (C) 2005 Sergey A. Tachenov * * 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 * Free Software Foundation; either version 2 of the L...
<commit_before>#include "SysControl.h" #include "ControlsApp.h" #include "ControlsXPad360.h" #include "Engine.h" #include "App.h" #include "Engine.h" #include "App.h" #include "Input.h" #include "ObjectGui.h" #include "WidgetLabel.h" //解决跨平台字符集兼容问题 #ifdef _WIN32 #pragma execution_character_set("utf-8") #endif using ...
<commit_before>#pragma once /* * Copyright (c) 2012 Aldebaran Robotics. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the COPYING file. */ /** * \file * \brief Various macros for qi. (deprecated, export API, disallow copy, ..) * \includename{qi/macro.hp...
<commit_before>#pragma once #include <cstdint> #include <nlohmann/json.hpp> #include <vector> #include "DatatypeEnum.hpp" #include "RawBuffer.hpp" namespace dai { /// RawCameraControl structure struct RawCameraControl : public RawBuffer { enum class Command : uint8_t { START_STREAM = 1, STOP_STRE...
<commit_before>/* * Copyright(c) Sophist Solutions, Inc. 1990-2020. All rights reserved */ #ifndef _Stroika_Foundation_Common_Compare_inl_ #define _Stroika_Foundation_Common_Compare_inl_ 1 /* ******************************************************************************** ***************************** Implementat...
<commit_before>/* * test/suicide.cpp * Copyright 2013 Google Inc. All Rights Reserved. * * 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 limitatio...
<commit_before>/** * \file * \brief deliverSignals() declaration * * \author Copyright (C) 2015 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info * * \par License * 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 * distribute...
<commit_before>#include <cassert> #include <cstdio> #include <cstring> #include <iostream> #include <map> #include "Blur.h" #include "Sharpen.h" #include "Sobel.h" #define METHOD_REFERENCE (1<<1) #define METHOD_HALIDE_CPU (1<<2) #define METHOD_HALIDE_GPU (1<<3) #define METHOD_OPENCL (1<<4) using namespace impro...
<commit_before>// // panic.cpp // Firedrake // // Created by Sidney Just // Copyright (c) 2014 by Sidney Just // 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, inclu...
<commit_before>#include "load_balancer.h" #include "worker_thread.h" #include "graph_engine.h" const int MAX_STOLEN_VERTICES = 1024; load_balancer::load_balancer(graph_engine &_graph, worker_thread &_owner): owner(_owner), graph(_graph) { steal_thread_id = (owner.get_worker_id() + 1) % graph.get_num_threads(); //...
<commit_before>// // cgp-projects // // Created by HUJI Computer Graphics course staff, 2013. // Tweaked by HUJI Computer Games Programming staff 2014 // Expanded by Amir Blum 2015 // OpenGL Headers #include <GL/glew.h> #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/freeglut.h> #endif // OpenAL Head...
<commit_before>//===- IRPrinting.cpp -----------------------------------------------------===// // // Copyright 2019 The MLIR Authors. // // 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 // /...
<commit_before>// Copyright 2021 Google LLC // // 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 o...
<commit_before>/* * This File is part of Davix, The IO library for HTTP based protocols * Copyright (C) 2013 Adrien Devresse <adrien.devresse@cern.ch>, CERN * * 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...
<commit_before>#pragma once #include "acmacs-base/string.hh" #include "acmacs-base/fmt.hh" #include "acmacs-base/to-string.hh" #include "acmacs-base/range.hh" // Simplified version of https://github.com/joboccara/NamedType // Also see https://github.com/Enhex/phantom_type // -----------------------------------------...
<commit_before>#pragma once #include <string> #include "acmacs-base/throw.hh" #include "acmacs-base/size.hh" // ---------------------------------------------------------------------- class TextStyle { public: enum class Slant { Normal, Italic }; enum class Weight { Normal, Bold }; inline TextStyle() :...
<commit_before>#pragma ident "$Id: ANSITime.cpp 1162 2008-03-27 21:18:13Z snelsen $" //============================================================================ // // This file is part of GPSTk, the GPS Toolkit. // // The GPSTk is free software; you can redistribute it and/or modify // it under the terms of th...
<commit_before>/* * Copyright (c) 2006, Ondrej Danek (www.ondrej-danek.net) * 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 *...
<commit_before>/* Copyright 2016 Jonathan Bayle, Thomas Medioni 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 la...
<commit_before>/* Copyright (c) 2018 PaddlePaddle 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 the License at http://www.apache.org/licenses/LICENSE-2.0 Unless req...
<commit_before>/* molecule_wrap.cc * Copyright 2014 Cubane Canada, Inc. * * Released under the MIT license -- see MIT-LICENSE for details */ #include "./molecule_wrap.h" #include "./using_v8.h" #include "./get_inchi.h" #include "./get_inchi_data.h" #include "./get_inchi_worker.h" static Persistent<Function> m_m...
<commit_before>/* * Copyright(c) Sophist Solutions, Inc. 1990-2021. All rights reserved */ #ifndef _Stroika_Foundation_Characters_ToString_inl_ #define _Stroika_Foundation_Characters_ToString_inl_ 1 /* ******************************************************************************** ***************************** I...
<commit_before>#include "external/petscvector/common/fem2D.h" namespace pascinference { namespace common { template<> Fem2D<PetscVector>::Fem2D(Decomposition<PetscVector> *decomposition1, Decomposition<PetscVector> *decomposition2, double fem_reduce) : Fem<PetscVector>(decomposition1, decomposition2, fem_reduce){ LO...
<commit_before>#include <iostream> #include "DNest4/code/DNest4.h" #include "Rosenbrock.h" using namespace DNest4; int main(int argc, char** argv) { start<Rosenbrock>(argc, argv); return 0; } <commit_msg>Use randh2<commit_after>#include <iostream> #include "DNest4/code/DNest4.h" #include "Rosenbrock.h" using name...
<commit_before>// Test that the timestamp is not included in the produced pch file with // -fno-pch-timestamp. // Check timestamp is included by default. // RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/Inputs/pragma-once2-pch.h // RUN: touch -m -a -t 201008011501 %S/Inputs/pragma-once2.h // RUN: not %clang_cc1 -in...
<commit_before>#include <crow.h> #include <json.h> #include <mustache.h> #include <boost/program_options.hpp> #include <sstream> #include <iostream> #include <fstream> #include <map> #include <string> #include <thread> #include <random> #include <list> #include <chrono> using namespace boost::program_options; using ...
<commit_before>/* * Author(s): * - Cedric Gestes <gestes@aldebaran-robotics.com> * - Chris Kilner <ckilner@aldebaran-robotics.com> * * Copyright (C) 2010 Aldebaran Robotics */ #include <qi/messaging/src/network/endpoint_context.hpp> #include <qi/messaging/src/network/network.hpp> namespace qi { namespace detai...
<commit_before>/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the imp...
<commit_before>#include <mos/gfx/text.hpp> #include <mos/util.hpp> #include <glm/glm.hpp> #include <iostream> #include <glm/gtc/matrix_transform.hpp> namespace mos { namespace gfx { Text::Text(const std::string &txt, const Font &font, const glm::mat4 &transform, const float spacing) : model_("Text", std:...
<commit_before>#ifndef ARBITER_IS_AMALGAMATION #include <arbiter/arbiter.hpp> #include <arbiter/drivers/s3.hpp> #endif #include <algorithm> #include <cctype> #include <chrono> #include <cstdlib> #include <cstring> #include <functional> #include <iostream> #include <thread> #ifndef ARBITER_IS_AMALGAMATION #include <ar...
<commit_before>// RUN: %clang_cc1 -fsyntax-only -Wall -Wuninitialized -verify %s int foo(int x); int bar(int* x); int boo(int& x); int far(const int& x); // Test self-references within initializers which are guaranteed to be // uninitialized. int a = a; // no-warning: used to signal intended lack of initialization. i...
<commit_before>// Copyright (c) 2006-2008 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 "net/url_request/url_request_job_manager.h" #include <algorithm> #include "build/build_config.h" #include "base/string_...
<commit_before>// Copyright (c) 2011-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/bitcoin-config.h" #endif #include "addressbookpage.h" #include "ui...
<commit_before>/* * Copyright 2016 neurodata (http://neurodata.io/) * Written by Disa Mhembere (disa@jhu.edu) * * This file is part of knor * * 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 Licens...
<commit_before>// Copyright (c) 2006-2008 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 "net/url_request/url_request_job_manager.h" #include <algorithm> #include "build/build_config.h" #include "base/string_...
<commit_before>//solution to exercise 10.25 #include<iostream> #include <functional> #include <algorithm> void wy_biggies_partition(std::vector<std::string> &vs, const std::vector<std::string>::size_type sz) { wy_elimdups(vs); // sort words by size, but maintain alphabetical order for words of the same size ...
<commit_before>// The MIT License (MIT) // Copyright (c) 2013 Danny Y., Rapptz // 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 right...
<commit_before>/** \brief A tool for rewriting information in ssoar data * \author Johannes Riedl * * \copyright 2018 Universitätsbibliothek Tübingen. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License a...
<commit_before>/* kopetecommand.cpp - Command Copyright (c) 2003 by Jason Keirstead <jason@keirstead.org> Copyright (c) 2005 by Michel Hermier <michel.hermier@wanadoo.fr> Kopete (c) 2002-2005 by the Kopete developers <kopete-devel@kde.org> *********************************************...
<commit_before>#include "Natives.h" #include <vector> #include <Windows.h> #include <lua.hpp> #include <cstdint> #include <Psapi.h> #include <BeaEngine\BeaEngine.h> #include "BytePattern.h" #include "BytePatternGen.h" #include "PEImage.h" static HMODULE BaseImageModule; static size_t BaseImageModuleSize; static uint3...
<commit_before>// // main.cpp // Sandbox // // Created by Cristiano Costantini on 10/10/15. // Copyright (c) 2015 cristcost.net. All rights reserved. // #include <iostream> #include <fstream> #include <string> using namespace std; int main(int argc, const char * argv[]) { cout << "Sandbox project for Multi...
<commit_before>#include "editaliasdialog.h" #include "ui_editaliasdialog.h" #include "aliastablemodel.h" #include "guiutil.h" #include "walletmodel.h" #include "bitcoingui.h" #include "ui_interface.h" #include "bitcoinrpc.h" #include <QDataWidgetMapper> #include <QMessageBox> using namespace std; using namespace json...
<commit_before><commit_msg>Removed unnecessary `friend` declaration and forward declaration.<commit_after><|endoftext|>
<commit_before>//===-- Verifier.cpp - Implement the Module Verifier -------------*- C++ -*-==// // // This file defines the function verifier interface, that can be used for some // sanity checking of input to the system. // // Note that this does not provide full 'java style' security and verifications, // instead it ...
<commit_before>/* * Syscoin Developers 2014 */ #include "myaliaslistpage.h" #include "ui_myaliaslistpage.h" #include "aliastablemodel.h" #include "clientmodel.h" #include "optionsmodel.h" #include "platformstyle.h" #include "walletmodel.h" #include "syscoingui.h" #include "editaliasdialog.h" #include "mywhitelistoffe...
<commit_before>/** * \file * * \author Mattia Basaglia * * \copyright Copyright (C) 2013-2015 Mattia Basaglia * * This program 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 version 3 o...
<commit_before>#include "AliFemtoDreamControlSample.h" #include "AliLog.h" #include "TDatabasePDG.h" #include "TLorentzVector.h" #include "TMath.h" ClassImp(AliFemtoDreamControlSample) AliFemtoDreamControlSample::AliFemtoDreamControlSample() : fHigherMath(nullptr), fPDGParticleSpecies(), fRejPairs(), ...
<commit_before>/************************************************************************* * * Copyright 2016 Realm 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....
<commit_before>/*========================================================================= Program: Converter Base Class Language: C++ Copyright (c) Brigham and Women's Hospital. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ...
<commit_before>/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, development version * * (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH * * ...
<commit_before><commit_msg>Setup change to accept less RAM memory<commit_after>#include <stdio.h> #include <iostream> // std::cerr #include "samsonDirectories.h" // SAMSON_SETUP_FILE #include "au/CommandLine.h" // au::CommandLine #include "SamsonSetup.h" // Own interface #include <errno.h> #include "au/Format.h" ...
<commit_before>// This file is part of the dune-gdt project: // http://users.dune-project.org/projects/dune-gdt // Copyright holders: Felix Albrecht // License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) #ifndef DUNE_GDT_BASEFUNCTIONSET_PDELAB_HH #define DUNE_GDT_BASEFUNCTIONSET_PDELAB_HH #i...
<commit_before>// This file is part of the dune-gdt project: // http://users.dune-project.org/projects/dune-gdt // Copyright holders: Felix Albrecht // License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) #ifndef DUNE_GDT_DISCRETEFUNCTION_LOCAL_HH #define DUNE_GDT_DISCRETEFUNCTION_LOCAL_HH #i...
<commit_before>// // Copyright (c) 2017 Ian Godin // All rights reserved. // Copyrights licensed under the MIT License. // See the accompanying LICENSE.txt file for terms // #include "grid_layout.h" #include <base/contract.h> namespace layout { //////////////////////////////////////// size_t grid_layout::add_column...
<commit_before>// // Copyright 2011 Light Transport Entertainment, Inc. // // Licensed under BSD license // // node.js #include <v8.h> #include <node.h> // C++ #include <iostream> // RDMA CM #include <rdma/rdma_cma.h> using namespace v8; class EioData { public: EioData(); ~EioData(); }; extern "C" void i...
<commit_before>/************************************************************************* * * $RCSfile: intercept.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: abi $ $Date: 2003-04-04 11:41:06 $ * * The Contents of this file are made available subject to the terms of * either of the following lic...
<commit_before>// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <...
<commit_before>// Copyright (c) 2006-2008 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 "base/sys_string_conversions.h" #include <wchar.h> #include "base/string_piece.h" #include "base/utf_string_conversions...
<commit_before><commit_msg>INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/02/09 14:13:05 iha 1.2.4.13: accept longs also for short values 2006/10/18 17:18:28 bm 1.2.4.12: RESYNC: (1.3-1.4); FILE MERGED 2006/03/07 12:35:47 bm 1.2.4.11: avoid variables starting with underscores. rMutex is a base-class member so us...