text
stringlengths
54
60.6k
<commit_before>/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Module: FGPID.cpp Author: Jon S. Berndt Date started: 6/17/2006 ------------- Copyright (C) 2006 Jon S. Berndt (jon@jsbsim.org) ------------- This program is free software; you can redistribute it and/or ...
<commit_before>/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libdui. ** ** If you have questions regarding the use ...
<commit_before>/* * Copyright (C) 2009 by Tommi Meakitalo * * 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 * version 2.1 of the License, or (at your option) any later versio...
<commit_before>#pragma once #include <memory> #include <utility> #include "pugixml.hpp" #include "core/core_mesh.hpp" #include "correction_data.hpp" #include "sn_sweeper_cdd.hpp" namespace mocc { namespace cmdo { typedef std::pair<std::unique_ptr<SnSweeper>, std::shared_ptr<CorrectionData>> CDDPai...
<commit_before>#ifndef MOTOR_SPWM #define MOTOR_SPWM //motor_softpwm.hpp //motor softpwm class header file #include<cstdio> #include<wiringPi.h> #include<softPwm.h> const int RIGHTMOTOR1 17 //GPIO17 const int RIGHTMOTOR2 27 //GPIO27 const int LEFTMOTOR1 23 //GPIO23 const int LEFTMOTOR2 24 //GPIO24 const ...
<commit_before>/* * connection_observer.hpp * * Created on: Jun 3, 2016 * Author: zmij */ #ifndef TIP_DB_PG_DETAIL_CONNECTION_OBSERVER_HPP_ #define TIP_DB_PG_DETAIL_CONNECTION_OBSERVER_HPP_ #include <afsm/fsm.hpp> #include <tip/db/pg/log.hpp> namespace tip { namespace db { namespace pg { namespace detail ...
<commit_before>/* * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redi...
<commit_before>/* * Copyright (C) 2011 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>/* Copyright 2015 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 require...
<commit_before>/* * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributi...
<commit_before>/** * @file * * @brief Tests for leaf plugin * * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ #include "leaf.hpp" #include <kdbmodule.h> #include <kdbprivate.h> #include <tests.hpp> using CppKeySet = kdb::KeySet; using CppKey = kdb::Key; // -- Macros ------------...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtNetwork module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Co...
<commit_before>//===--- UnicodeNormalization.cpp - Unicode Normalization Helpers ---------===// // // 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>#ifndef ITER_GROUPER_HPP_ #define ITER_GROUPER_HPP_ #include "iterbase.hpp" #include "iteratoriterator.hpp" #include <vector> #include <algorithm> #include <type_traits> #include <functional> #include <utility> #include <iterator> #include <initializer_list> namespace iter { template <typename Con...
<commit_before>/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2014, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
<commit_before>#ifndef SRC_NODES_GENERIC_HPP_ #define SRC_NODES_GENERIC_HPP_ #include <core/traits.hpp> #include <ports/token_tags.hpp> #include <ports/ports.hpp> #include <ports/pure_ports.hpp> #include <utility> #include <map> namespace fc { /** * \brief generic unary node which applies transform with parameter ...
<commit_before>/* Copyright (c) FFLAS-FFPACK * Written by Ziad Sultan <ziad.sultan@imag.fr> * ========LICENCE======== * This file is part of the library FFLAS-FFPACK. * * FFLAS-FFPACK is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public * License as publi...
<commit_before>/* * Copyright (c) 2013 David Wicks * 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>#include "ofAppQtWindow.h" //---------------------------------------------------------- ofAppQtWindow::ofAppQtWindow(QWidget *parent){ ofLogVerbose() << "ofAppQtWindow Ctor"; bShouldClose = false; bEnableSetupScreen = true; buttonPressed = false; bWindowNeedsShowing = true; buttonInUse = 0; ico...
<commit_before>/** * ofxAutoUpdater.cpp * * * The MIT License * * Copyright (c) 2012 Paul Vollmer, http://www.wng.cc * * 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 with...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SwXMLBlockListContext.cxx,v $ * * $Revision: 1.9 $ * * last change: $Author: hr $ $Date: 2006-08-14 16:31:50 $ * * The Contents of this f...
<commit_before>#include "mtao/opengl/Window.h" #include <iostream> #include <sstream> #include <stdexcept> #include <imgui.h> #include <vector> #include <png++/png.hpp> #include <iomanip> #include <mtao/logging/logger.hpp> namespace mtao {namespace opengl { size_t Window::s_window_count = 0; std::map<GLFWwindow*,Hotke...
<commit_before>/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2003 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file *...
<commit_before>/* Title: Multi-Threaded Garbage Collector Copyright (c) 2010-12 David C. J. Matthews Based on the original garbage collector code Copyright 2000-2008 Cambridge University Technical Services Limited This library is free software; you can redistribute it and/or ...
<commit_before>// vim:ts=2:sw=2:expandtab:autoindent:filetype=cpp: /* Copyright (c) 2008 Ash Berlin 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>#include <iostream> #include "parquet_reader.h" using v8::Array; using v8::Boolean; using v8::Context; using v8::Exception; using v8::Function; using v8::FunctionTemplate; using v8::Isolate; using v8::Local; using v8::Number; using v8::Object; using v8::String; using v8::Value; Nan::Persistent<Functio...
<commit_before>#include <iostream> #include <vector> #include "parquet_reader.h" using v8::Array; using v8::Boolean; using v8::Context; using v8::Exception; using v8::Function; using v8::FunctionTemplate; using v8::Isolate; using v8::Local; using v8::Number; using v8::Object; using v8::String; using v8::Value; Nan::...
<commit_before>/** * @author Olaf Radicke <briefkasten@olaf-rdicke.de> * @date 2013 * @copyright GNU Affero General Public License * * This program 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...
<commit_before>/* * Copyright 2008 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can * be found in the LICENSE file. */ // NaCl inter-module communication primitives. // // This file implements common parts of IMC for "unix like systems" (i.e. no...
<commit_before>/** * The Seeks proxy and plugin framework are part of the SEEKS project. * Copyright (C) 2010 Emmanuel Benazera, ebenazer@seeks-project.info * * This program 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 ...
<commit_before>/* * Copyright (c) 2019 ARM Limited * All rights reserved * * The license below extends only to copyright in the software and shall * not be construed as granting a license to any other intellectual * property including but not limited to intellectual property relating * to a hardware implementati...
<commit_before>#include "nlt_store.hpp" #include <terark/int_vector.hpp> #include <typeinfo> #include <float.h> #include <mutex> #include <random> namespace terark { namespace db { namespace dfadb { TERARK_DB_REGISTER_STORE("nlt", NestLoudsTrieStore); NestLoudsTrieStore::NestLoudsTrieStore(const Schema& schema) : m_...
<commit_before>/* * Qt4 bitcoin GUI. * * W.J. van der Laan 2011 */ #include "bitcoingui.h" #include "transactiontablemodel.h" #include "addressbookpage.h" #include "sendcoinsdialog.h" #include "optionsdialog.h" #include "aboutdialog.h" #include "clientmodel.h" #include "walletmodel.h" #include "guiutil.h" #include ...
<commit_before>// Copyright (c) 2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/tonalutils.h> #include <QFont> #include <QFontMetrics> #include <QRegExp> #include <QRegExpValidator>...
<commit_before>#include "okui/shaders/DistanceFieldShader.h" namespace okui { namespace shaders { std::string DistanceFieldShader::FragmentShader() { bool useStandardDerivatives = !scraps::opengl::kIsOpenGLES || scraps::opengl::MajorVersion() >= 3; std::vector<std::string> extensions; if (!useStandardDeri...
<commit_before>/* Copyright 2016 Mitchell Young 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> #include <QScrollBar> #include "cmd.h" #include "editm.h" #include "form.h" #include "pane.h" #include "wd.h" #include "../base/plaintextedit.h" #include "../base/state.h" #ifndef QT_NO_PRINTER #ifdef QT50 #include <QtPrintSupport/QPrinter> #include <QtPrintSupport/QPrinterInfo> #include <QtPrintSuppor...
<commit_before>/************************************************************************** Copyright (c) 2021 sewenew 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.a...
<commit_before>// Read an INI file into easy-to-access name/value pairs. #include <algorithm> #include <cctype> #include <cstdlib> #include "../ini.h" #include "INIReader.h" using std::string; INIReader::INIReader(string filename) { _error = ini_parse(filename.c_str(), ValueHandler, this); } int INIReader::Pars...
<commit_before>/* Copyright 2020 The TensorFlow 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 required by appl...
<commit_before>// Copyright (c) 2010-2021, Lawrence Livermore National Security, LLC. Produced // at the Lawrence Livermore National Laboratory. All Rights reserved. See files // LICENSE and NOTICE for details. LLNL-CODE-806117. // // This file is part of the MFEM library. For more information and source code // availa...
<commit_before>#ifndef STAN_MATH_PRIM_MAT_FUN_MULTIPLY_HPP #define STAN_MATH_PRIM_MAT_FUN_MULTIPLY_HPP #include <stan/math/prim/mat/fun/Eigen.hpp> #include <stan/math/prim/arr/err/check_matching_sizes.hpp> #include <stan/math/prim/mat/err/check_multiplicable.hpp> #ifdef STAN_OPENCL #include <stan/math/opencl/multiply....
<commit_before>/*! * \page DemandGenerationTestSuite_cpp Command-Line Test to Demonstrate How To Use TraDemGen elements * \code */ // ////////////////////////////////////////////////////////////////////// // Import section // ////////////////////////////////////////////////////////////////////// // STL #include <sst...
<commit_before>#include <zmq.hpp> #include <map> #include <string> #include <iostream> // #include <quidpp.h> //#include <ups/upscaledb.hpp> //#include <leveldb/db.h> #include "common/sdbm_hash.h" #include "common/crc32.h" #include "common/hdb.h" #include "protoc/storagequery.pb.h" #include "consistent_hash.h" #includ...
<commit_before>#ifdef _DEBUG #include "testdatapath.h" #endif #include <opencv2/opencv.hpp> #include <iostream> #include <string> #include <qdir.h> #include <qstringlist.h> #include "cvutils.h" #include "ImageScrap.h" using namespace std; int main(int argc, char** argv) { #ifdef _DEBUG //コマンドライン引数の解析。デバッグの時は使わな...
<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 "components/message_port/web_message_port_channel_impl.h" #include "base/bind.h" #include "base/logging.h" #include "base/strings...
<commit_before>#include <string> #include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <cstdio> #include <cmat...
<commit_before>#include <math.h> #include <assert.h> #include <iostream> #include <iomanip> #include <algorithm> using namespace std; double make_kernel2D( double sigma, double* kernel, int width ) { int W = width; double mean = W/2; double sum = 0.0; // For accumulating the kernel values for (int x =...
<commit_before>// // debugger.cpp // MusicPlayer // // Created by Albert Zeyer on 03.08.13. // This code is under the 2-clause BSD license, see License.txt in the root directory of this project. // #include "debugger.h" <commit_msg>some initial python module init code<commit_after>// // debugger.cpp // MusicPlay...
<commit_before>/* * The MIT License (MIT) * * Copyright (c) <2015> <Stephan Gatzka> * * 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 limitati...
<commit_before>/* Copyright 2012 Ulrik Mikaelsson <ulrik.mikaelsson@gmail.com> 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>/* * Copyright (C) 2018 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>// // Copyright (c) 2009, Markus Rickert // 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...
<commit_before>/************************************************************************* * * $RCSfile: zforscan.hxx,v $ * * $Revision: 1.15 $ * * last change: $Author: er $ $Date: 2002-10-29 18:20:14 $ * * The Contents of this file are made available subject to the terms of * either of the following lice...
<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>#include "PolygonProximityLinker.h" #include <cmath> // isfinite #include <sstream> // ostream #include "AABB.h" // for debug output svg html #include "SVG.h" namespace cura { PolygonProximityLinker::PolygonProximityLinker(Polygons& polygons, int proximity_distance) : polygons(polygons) , proximit...
<commit_before>//===-- Win32 function wrapper implementations ----------------------------===// // // Copyright (c) 2013 Philip Jackson // This file may be freely distributed under the MIT license. // //===----------------------------------------------------------------------===// // // The functions in this file try t...
<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>/* * 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 "Lice...
<commit_before>/* * Copyright 2013 Baxter, Lovell, Mangsingkha, Saeedi * * 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>/* main.cpp, lmu2png main file. Copyright (C) 2016 EasyRPG Project <https://github.com/EasyRPG/>. 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 3 of the Li...
<commit_before>/* ============================================================================ * Copyright (c) 2011 Michael A. Jackson (BlueQuartz Software) * Copyright (c) 2011 Singanallur Venkatakrishnan (Purdue University) * All rights reserved. * * Redistribution and use in source and binary forms, with or wit...
<commit_before>/* * rpcServer.cpp * * Created on: 31. 10. 2017 * Author: ondra */ #include "rpcServer.h" #include <imtjson/serializer.h> #include <imtjson/parser.h> #include "../simpleServer/websockets_stream.h" #include "../simpleServer/asyncProvider.h" #include "../simpleServer/http_hostmapping.h" #includ...
<commit_before>/** * The MIT License (MIT) * * Copyright (c) 2015 Nathan Osman * * 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 ...
<commit_before><commit_msg>INTEGRATION: CWS supdremove (1.37.82); FILE MERGED 2007/11/16 10:24:11 vg 1.37.82.1: #i83674# cleanup: remove obsolete SUPD macro use<commit_after><|endoftext|>
<commit_before>#include "ShaderManager.h" #include "GlShaderProgram.h" using namespace std; static string defaultVertexShaderSrc = #ifdef __EMSCRIPTEN__ "precision highp float;\n" "precision highp int;\n" #else "#version 120\n" #endif "uniform mat4 u_modelviewMatrix;" "uniform mat4 u_...
<commit_before>// This file is a part of the OpenSurgSim project. // Copyright 2013, SimQuest Solutions 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.or...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: vtkRotationFilter.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
<commit_before>/*========================================================================= Program: ORFEO Toolbox Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. This software is distr...
<commit_before>// $Id$ ///************************************************************************** ///* This file is property of and copyright by the * ///* ALICE Experiment at CERN, All rights reserved. * ///* ...
<commit_before>// // C++ Implementation: PresetLoader // // Description: // // // Author: Carmelo Piccione <carmelo.piccione@gmail.com>, (C) 2007 // // Copyright: See COPYING file that comes with this distribution // // #include "PresetLoader.hpp" #include "Preset.hpp" #include <iostream> #include <sstream> extern "C"...
<commit_before>/** ****************************************************************************** * Xenia : Xbox 360 Emulator Research Project * ****************************************************************************** * Copyright 2013 Ben Vanik. All rights reserved. ...
<commit_before>#include "elm/core/graph/base_GraphVertexOp.h" #include "gtest/gtest.h" #include <opencv2/core/core.hpp> #include "elm/ts/mat_assertions.h" using namespace cv; using namespace elm; namespace { /** Derive from Graph operator interface to test */ class DummyOp : public base_GraphVertexOp { public: ...
<commit_before>// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "script.h" #include "tinyformat.h" #include "utilstrenco...
<commit_before>/* * nextpnr -- Next Generation Place and Route * * Copyright (C) 2019 David Shah <david@symbioticeda.com> * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby g...
<commit_before>#include <QCoreApplication> #include <QSqlQuery> #include <QSqlError> #include <QDebug> #include <QCache> #include <QVector> #include <QStringList> #include <QSqlRecord> #include <QUrl> #include <QDir> #include <cxxabi.h> #include <QException> #include "kernel.h" #include "factory.h" #include "angle.h" #...
<commit_before>/* * #%L * %% * Copyright (C) 2011 - 2014 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>/* * #%L * %% * Copyright (C) 2011 - 2013 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>/* * Copyright(c) Sophist Solutions, Inc. 1990-2018. All rights reserved */ #include "../StroikaPreComp.h" #include <mutex> #include "../Characters/Format.h" #include "../Characters/StringBuilder.h" #include "../Execution/Exceptions.h" #include "../Execution/StringException.h" #include "../Streams/I...
<commit_before>/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, version 1.0 RC 1 * * (c) 2006-2011 MGH, INRIA, USTL, UJF, CNRS * * ...
<commit_before>/* * Copyright (C) 2018 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>// Copyright © 2017-2018 Dmitriy Khaustov // // 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 appl...
<commit_before>/* +----------------------------------------------------------------------+ | Swoole | +----------------------------------------------------------------------+ | This source file is subject to version 2.0 of the Apache license, | | tha...
<commit_before>#include "LotsOfLinesApp.h" #include <QFileDialog> #include <QCheckBox> #include <QMessageBox> #include <QMetaType> #include <QTableView> #include "LoadDataDialog.h" #include "PreferencesDialog.h" #include "DataTableModel.h" #include "LoadingWorker.h" #include <LotsOfLines/RenderingSystem.hpp> #include <...
<commit_before>#include "serverConnection.h" #include <vector> #include <boost/bind.hpp> #include <boost/foreach.hpp> #include <libwatcher/message.h> #include <libwatcher/messageStatus.h> #include "messageFactory.h" #include "dataMarshaller.h" #include "watcherd.h" #include "writeDBMessageHandler.h" #include "watcher...
<commit_before>#include <QDebug> #include <QTreeView> #include <QTabBar> #include <QSettings> /// CTK includes #include <ctkCheckableHeaderView.h> // ctkDICOMCore includes #include "ctkDICOMDatabase.h" #include "ctkDICOMModel.h" #include "ctkDICOMQuery.h" #include "ctkDICOMRetrieve.h" // ctkDICOMWidgets includes #in...
<commit_before>/* * Copyright 2014 Cloudius Systems */ #ifndef SSTRING_HH_ #define SSTRING_HH_ #include <stdint.h> #include <algorithm> #include <string> #include <cstring> #include <stdexcept> #include <initializer_list> #include <iostream> #include <functional> #include <cstdio> template <typename char_type, typ...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtQml module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usag...
<commit_before>/* * Copyright 2014 Cloudius Systems */ #ifndef SSTRING_HH_ #define SSTRING_HH_ #include <stdint.h> #include <algorithm> #include <string> #include <cstring> #include <stdexcept> #include <initializer_list> #include <iostream> #include <functional> #include <cstdio> #include <experimental/string_view...
<commit_before>#include "acceptandpayofferlistpage.h" #include "ui_acceptandpayofferlistpage.h" #include "init.h" #include "util.h" #include "offeracceptdialog.h" #include "offeracceptdialogbtc.h" #include "offer.h" #include "syscoingui.h" #include "guiutil.h" #include "platformstyle.h" #include <QSortFilterProxyMode...
<commit_before>/* * libqtxdg - An Qt implementation of freedesktop.org xdg specs * Copyright (C) 2018 Luís Pereira <luis.artur.pereira@gmail.com> * * 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 Softw...
<commit_before>#include "writer/verilog/self_shell.h" #include "iroha/i_design.h" #include "iroha/resource_class.h" #include "iroha/resource_params.h" #include "writer/verilog/axi/axi_shell.h" #include "writer/verilog/ext_task.h" #include "writer/verilog/table.h" namespace iroha { namespace writer { namespace verilog...
<commit_before>#include <gtest/gtest.h> #include "utIterator.h" int main( int argc , char **argv ) { testing :: InitGoogleTest( &argc , argv ) ; return RUN_ALL_TESTS( ) ; } <commit_msg>Delete mainIterator.cpp<commit_after><|endoftext|>
<commit_before>/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "RemoveNullcheckStringArg.h" #include "CFGMutation.h" #include "Creators.h" #include "DexClass.h" #include...
<commit_before>/* * nghttp2 - HTTP/2.0 C Library * * Copyright (c) 2013 Tatsuhiro Tsujikawa * * 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 ...
<commit_before>#include "net/resolve.h" #include "base/logging.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <string> #ifdef _WIN32 #include <WinSock2.h> #include <Ws2tcpip.h> #undef min #undef max #else #if defined(__FreeBSD__) || defined(__SYMBIAN32__) #include <netinet/in.h> #else #includ...
<commit_before>#include "lw/memory/buffer.h" #include <cstring> #include "lw/err/macros.h" namespace lw { void Buffer::_xor(const Buffer& lhs, const Buffer& rhs, Buffer* out) { LW_CHECK_NULL(out); for (std::size_t i = 0; i < out->size(); ++i) { out->_data[i] = lhs._data[i] ^ rhs._data[i]; } } Buffer& Bu...
<commit_before>/** @file * * @ingroup dspSoundFileLib * * @brief Tests for the #TTSoundfileLoader class * * @details Tests the core functions of the TTSoundfileLoader class in order to ensure that things are working after a build. It also demostrate how to make calls to common methods within the class.@n * IMPO...
<commit_before>/* * This file is part of telepathy-common-internals * * Copyright (C) 2012 David Edmundson <kde@davidedmundson.co.uk> * * 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 Foundati...
<commit_before>/* * Copyright 2014 Thomas Fidler * * 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 appl...