text
stringlengths
54
60.6k
<commit_before>//! Copyright (c) 2013 ASMlover. 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, thi...
<commit_before>#pragma once #include <string> #include <SharedContext.hpp> namespace DoremiEngine { namespace Core { /** */ class SharedContextImplementation : public SharedContext { public: SharedContextImplementation() : m_workingDirectory(...
<commit_before>/* * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS....
<commit_before>// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved. // Copyright (c) 2021 by Apex.AI 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 ...
<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>#include "ConfigActivationManager.h" #include "System/Events/EventLoop.h" #include "Application/Common/ContextTransport.h" #include "ConfigServer.h" #include "ConfigQuorumProcessor.h" void ConfigActivationManager::Init(ConfigServer* configServer_) { configServer = configServer_; activationT...
<commit_before>#include "itkPNGImageIO.h" #include "itkRawImageIO.h" #include "itkImageFileReader.h" #include "itkImageFileWriter.h" #include "itkCannySegmentationLevelSetImageFilter.h" #include "itkCastImageFilter.h" #include <iostream> extern "C" { #include <stdio.h> } int main(int argc, char *argv[]) { // Test ...
<commit_before>#ifndef _EXAMPLES__BORIS__BORIS_SWEEPER__HPP_ #define _EXAMPLES__BORIS__BORIS_SWEEPER__HPP_ #include <cstdlib> #include <map> #include <cassert> #include <pfasst/encap/encap_sweeper.hpp> #include "particle_2d.hpp" #include "physics.hpp" using namespace std; using namespace pfasst; using namespace pfa...
<commit_before> // // This source file is part of appleseed. // Visit http://appleseedhq.net/ for additional information and resources. // // This software is released under the MIT license. // // Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited // Copyright (c) 2014 Francois Beaune, The appleseedhq Organi...
<commit_before>/*============================================================================= Library: CTK Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except ...
<commit_before>// Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved. #include "stdafx.h" #include "TestFixtures/SimpleObject.hpp" #include <autowiring/AnySharedPointer.h> #include <autowiring/autowiring.h> class AnySharedPointerTest: public testing::Test {}; class MyUnusedClass {}; template<> struct Sh...
<commit_before>// Copyright (c) 2010 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/command_line.h" #include "base/file_path.h" #include "base/utf_string_conversions.h" #include "chrome/browser/browser.h"...
<commit_before>// Copyright (C) 2012-2017 Leap Motion, Inc. All rights reserved. #include "stdafx.h" #include "TestFixtures/Decoration.hpp" #include "TestFixtures/SimpleObject.hpp" #include <autowiring/AnySharedPointer.h> #include <autowiring/autowiring.h> class AnySharedPointerTest: public testing::Test {}; // Aut...
<commit_before>// Copyright (c) 2010 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/chromeos/login/user_view.h" #include "app/l10n_util.h" #include "app/resource_bundle.h" #include "chrome/brow...
<commit_before>// Copyright (c) 2010 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/chromeos/update_observer.h" #include "app/l10n_util.h" #include "base/string_number_conversions.h" #include "...
<commit_before>// Copyright (c) 2009 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/command_line.h" #include "chrome/browser/browser.h" #include "chrome/browser/browser_list.h" #include "chrome/browser/br...
<commit_before>// Copyright (c) 2010 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/net/load_timing_observer.h" #include "base/time.h" #include "chrome/browser/browser_thread.h" #include "chrom...
<commit_before>// Copyright (c) 2009 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 <string.h> #include <iostream> #include "chrome/browser/thumbnail_store.h" #include "base/time.h" #include "base/file_path.h...
<commit_before>#include "stdafx.h" #include "Warg_Server.h" void game_server(const char *wargspy_address) { ENetHost *server; ENetPeer *wargspy; Game_State game_state; std::vector<Chat_Message> chat_log; std::unique_ptr<Map> map; std::map<UID, Peer> peers; auto resource_manager = new Resource_Manager();...
<commit_before>// TestOwnerUI.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "Main.h" #include "MainFrame.h" int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { CPaintManagerUI::SetInstance(hInstance); // CPaintManagerUI::SetRes...
<commit_before>/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2009 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docume...
<commit_before>#include "test.hpp" #include "cppa/cppa.hpp" using namespace cppa; using namespace cppa::placeholders; struct popular_actor : event_based_actor { // popular actors have a buddy actor_ptr m_buddy; popular_actor(const actor_ptr& buddy) : m_buddy(buddy) { } inline const actor_ptr& buddy() cons...
<commit_before>/* * ObjectControllerImplementation.cpp * * Created on: 11/08/2009 * Author: victor */ #include "ObjectController.h" #include "server/zone/ZoneServer.h" #include "server/zone/managers/objectcontroller/command/CommandConfigManager.h" #include "server/zone/managers/objectcontroller/command/Comm...
<commit_before>//===--- tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp ----------=== // // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>/* medBrowserArea.cpp --- * * Author: Julien Wintz * Copyright (C) 2008 - Julien Wintz, Inria. * Created: Fri Sep 25 12:23:43 2009 (+0200) * Version: $Id$ * Last-Updated: Sat Mar 20 20:06:27 2010 (+0100) * By: Julien Wintz * Update #: 289 */ /* Commentary: * */ /* Change lo...
<commit_before>#include "HttpSrv.h" HttpSrv::Connection::Connection(int _sock, ResponseInfoPtr _resp_info, boost::function<void(int, HttpSrv::RequestPtr)> _onRequest): m_sock(_sock), alive(true), closing(false), m_resp_info(_resp_info), m_http_status_code(200), m_onRequest(_onRequest) { ...
<commit_before>// IFC SDK : IFC2X3 C++ Early Classes // Copyright (C) 2009 CSTB // // 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 opt...
<commit_before>// @(#)root/eve:$Id$ // Author: Matevz Tadel 2007 /************************************************************************** * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. * * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for * * full copyright notice. ...
<commit_before>#include <cstdio> #include <cstring> #include <iostream> using namespace std; const int MAXN = 20000 + 10,MAXM = 200000 + 10; struct egde { int v,next; }e[MAXM]; int n,m,ans,cnt = 1,mx = -1; int a[MAXM],b[MAXM],c[MAXM]; int head[MAXN],col[MAXN]; bool flag; void adde(int u,int v) { e[cnt].v = v; e[...
<commit_before>#include <QtCore/QMap> #include <QtCore/QRegExp> #include "iTCHMethod.h" namespace { // Initialize static values for JSON RPC conversion and checking cons char JSON_METHOD_REG_EXP[] = "\\{\\s*\"method\":\\s*\"(.*)\"\\s*,\\s*\"params\":\\s*\\[(.*)\\]\\s*,\\s*\"id\":\\s*(.*)\\s*\\}" const QRegExp __...
<commit_before>#include "Build.hpp" #include "BuildGraph.hpp" #include "Command.hpp" #include "DependencyLink.hpp" #include "Environ.hpp" #include "error.hpp" #include "Filesystem.hpp" #include "log.hpp" #include "lua/State.hpp" #include "Platform.hpp" #include "Rule.hpp" #include "quote.hpp" #include <boost/algorith...
<commit_before>/* * Copyright (c) <2011>, Tim Simon <[email protected]> * 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 ab...
<commit_before>#include <QPainter> #include <QAbstractEventDispatcher> #include <QApplication> #include <QPaintEvent> #include <QFontMetrics> #include <QTextStream> #include <qterm.h> #include <stdio.h> #include <QKeyEvent> #include <QTimer> #include <sys/select.h> #include <errno.h> #ifdef __QNX__ #include <sys/types....
<commit_before> #include "ImwPlatformWindow.h" #include "ImwWindowManager.h" #include <imgui/imgui.h> #include <imgui/imgui_internal.h> using namespace ImWindow; ImwPlatformWindow::ImwPlatformWindow(bool bMain, bool bIsDragWindow) { m_bMain = bMain; m_bIsDragWindow = bIsDragWindow; m_pContainer = new ImwContainer...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: vtkImageAccumulate.cxx Language: C++ Date: $Date$ Version: $Revision$ Thanks: Thanks to C. Charles Law who developed this class. Copyright (c) 1993-2001 Ken Mar...
<commit_before>// // Created by kyle on 10/12/16. // #include "tansa/jocsParser.h" #include <regex> #include <algorithm> namespace tansa { const std::string Jocs::HOME_KEY = "startPosition"; const std::string Jocs::ID_KEY = "id"; const std::string Jocs::UNITS_KEY = "units"; const std::string Jocs::LENGTH_KEY = "length...
<commit_before>/* * Copyright (c) 2007 MIPS Technologies, 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, thi...
<commit_before>/* * PresentationLog.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 Gener...
<commit_before>//===-- EmitFunctions.cpp - interface to insert instrumentation --*- C++ -*--=// // // This inserts a global constant table with function pointers all along // //===----------------------------------------------------------------------===// //#include "llvm/Transforms/Instrumentation/ProfilePaths.h" //#...
<commit_before><commit_msg>Check event status before notify<commit_after><|endoftext|>
<commit_before>// Ylikuutio - A 3D game and simulation engine. // // Copyright (C) 2015-2020 Antti Nuortimo. // // 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 version 3 of the ...
<commit_before><commit_msg>Bugfix x 3: null terminator of `char` array is taken into count.<commit_after><|endoftext|>
<commit_before>/* ----------------------------------------------------------------------------- Copyright (c) 2010 Nigel Atkinson 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 restricti...
<commit_before>#include "Marker.hpp" #include <tf/transform_datatypes.h> #include <math.h> Marker::Marker(double xPos, double yPos, double angle, MarkerType t, std::string name) { pos.position.x = xPos; pos.position.y = yPos; pos.orientation = SetQuaternation(0, 0, Deg2Rad(angle)); type = t; markerName = name; } ...
<commit_before>/** @copyright * Copyright (c) 2020 Stuart W Baker * 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 noti...
<commit_before>/* * Copyright (C) 2017 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>/* * This file is part of the Gluon project. * Copyright (C) 2009 Sacha Schutz <[email protected]> * Copyright (C) 2009 Guillaume Martres <[email protected]> * * 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...
<commit_before>/* * NotebookWorkingDir.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 Ge...
<commit_before>/// HEADER #include "pointmatrix_to_pointcloud.h" /// PROJECT #include <csapex_point_cloud/point_cloud_message.h> #include <csapex/model/connector_in.h> #include <csapex/model/connector_out.h> #include <utils_param/parameter_factory.h> #include <csapex_vision/cv_mat_message.h> /// SYSTEM #include <csap...
<commit_before>/************************************************************************* * * $RCSfile: schemabuilder.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: hr $ $Date: 2003-03-19 16:18:49 $ * * The Contents of this file are made available subject to the terms of * either of the following ...
<commit_before>#ifdef _MSC_VER #include <filesystem> #endif #include <map> #include <babylon/core/string.h> #include <imgui_utils/icons_font_awesome_5.h> #include <imgui_utils/imgui_utils.h> #include <babylon/imgui_babylon/sample_list_page.h> #include <babylon/interfaces/irenderable_scene.h> #include <imgui.h> #inclu...
<commit_before>/*************************************************************************** constraintmaxdaysbetweenactivitiesform.cpp - description ------------------- begin : 2009 copyright : (C) 2009 by Lalescu Liviu email...
<commit_before>#include <iostream> #include <fstream> using namespace std; #define L 6 #define INPUTFILE "mod6-10m.txt" #define OUTPUTFILE "output.csv" #define INTSIZE 30 //#define DEBUG /* For n = 5/6, each 10 3-bit values uses one unsigned int as bit representation. I.e. For any n = 10k, n -> number, such that ...
<commit_before>/** \file add_subsystem_tags.cc * \brief Add additional tags for interfaces to identitify subset views of IxTheo like RelBib and Bibstudies * \author Johannes Riedl */ /* Copyright (C) 2018, Library of the University of Tübingen This program is free software: you can red...
<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 * "...
<commit_before>/** Copyright (C) 2017 European Spallation Source ERIC */ #include <memory> #include <stdio.h> #include <unistd.h> #include <gdgem/clustering/HitSorter.h> #include <gdgem/clustering/DoroClusterer.h> #include <gdgem/clustering/ClusterMatcher.h> #include <test/TestBase.h> #include <functional> #include <...
<commit_before>#ifndef SERVER_HTTP_HPP #define SERVER_HTTP_HPP #include <boost/asio.hpp> #include <boost/asio/spawn.hpp> #include <regex> #include <unordered_map> #include <thread> #include <functional> #include <iostream> namespace SimpleWeb { template <class socket_type> class ServerBase { public: ...
<commit_before>/* ** Copyright 2009-2011 Merethis ** This file is part of Centreon Broker. ** ** Centreon Broker is free software: you can redistribute it and/or ** modify it under the terms of the GNU General Public License version 2 ** as published by the Free Software Foundation. ** ** Centreon Broker is distributed...
<commit_before>/// HEADER #include "svm_array_trainer.h" /// PROJECT #include <csapex/msg/io.h> #include <csapex/utility/register_apex_plugin.h> #include <csapex/param/parameter_factory.h> #include <csapex/model/node_modifier.h> #include <csapex/msg/generic_vector_message.hpp> CSAPEX_REGISTER_CLASS(csapex::SVMArrayTr...
<commit_before>/* * Copyright (c) 2003-2009 Rony Shapiro <[email protected]>. * All rights reserved. Use of the code is allowed under the * Artistic License 2.0 terms, as specified in the LICENSE file * distributed with this code, or available from * http://www.opensource.org/licenses/artistic-license-2....
<commit_before>/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlMasterFields.cxx,v $ * $Revis...
<commit_before>//! \file /* ** Copyright (C) - Triton ** ** This program is under the terms of the Apache License 2.0. */ #include <string> #include <triton/astContext.hpp> #include <triton/exceptions.hpp> #include <triton/solverModel.hpp> #include <triton/symbolicVariable.hpp> #include <triton/tritonToZ3Ast.hpp> #...
<commit_before>// Copyright (c) 2011 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 "content/renderer/java_bridge_dispatcher.h" #include "content/common/child_process.h" #include "content/common/java_bridge_me...
<commit_before>// Copyright 2015 Open Source Robotics Foundation, 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 re...
<commit_before>/* * DefaultForwardChainerCB.cc * * Copyright (C) 2015 Misgana Bayetta * * Author: Misgana Bayetta <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License v3 as * published by the Free Soft...
<commit_before>////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2008, Image Engine Design 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:...
<commit_before>/* Copyright (c) 2014, Paul Houx - All rights reserved. This code is intended for use with the Cinder C++ library: http://libcinder.org Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions o...
<commit_before>// Copyright (C) 2010 - 2012 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., University of Heidelberg, and The University // of Manchester. // All rights reserved. // Copyright (C) 2008 - 2009 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., EML Research, gGmbH, Universi...
<commit_before>#pragma once #include <Eigen/Core> #include <Eigen/Dense> #include <Eigen/Sparse> #include "boundary.hpp" #include "mass_matrix_assembly.hpp" #include "neumann_boundary_assemble.hpp" #include "stiffness_matrix_assembly.hpp" //! Evolves the solution in time using the explicit Forward Euler scheme //! /...
<commit_before>/** \file patch_up_ppns_for_k10plus.cc * \brief Swaps out all persistent old PPN's with new PPN's. * \author Dr. Johannes Ruscheinski */ /* Copyright (C) 2019, Library of the University of Tübingen This program is free software: you can redistribute it and/or modify it under the ...
<commit_before>/* * Copyright (c) 2017 Cryptonomex, Inc., and contributors. * * The MIT License * * 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 "vlcplugin_win.h" #include "../common/win32_fullscreen.h" static HMODULE hDllModule= 0; HMODULE DllGetModule() { return hDllModule; }; extern "C" BOOL WINAPI DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpReserved ) { switch( fdwReason ) { case DLL_PROCESS_ATTACH: ...
<commit_before>#include "interpreter.h" #include <QtCore/QCoreApplication> #include <QtWidgets/QAction> #include <QtCore/QDebug> #include <qrtext/languageToolboxInterface.h> #include <utils/timelineInterface.h> #include <utils/tracer.h> #include <interpreterBase/robotModel/robotModelInterface.h> using namespace qRe...
<commit_before>//===- PDB.cpp ------------------------------------------------------------===// // // The LLVM Linker // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation ([email protected]) ** ** This file is part of the QtMediaServices module of the Qt Toolkit. ** ** $Q...
<commit_before>/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation ([email protected]) ** ** GNU Lesser General Public License Usage ** ** This file may ...
<commit_before>/* * Copyright (c) 2010, Willow Garage, 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 * ...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the plugins of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** ...
<commit_before>#include <gst/gst.h> #include "MediaPipeline.hpp" #include <WebRtcEndpointImplFactory.hpp> #include "WebRtcEndpointImpl.hpp" #include <jsonrpc/JsonSerializer.hpp> #include <KurentoException.hpp> #include <gst/gst.h> #include <boost/filesystem.hpp> #include <IceCandidate.hpp> #include <webrtcendpoint/kmsi...
<commit_before> #include <iostream> #include <string> #include <vector> #include <algorithm> #include <stack> #include <math.h> #define F(i, a, b) for(int i = a; i <= b; i++) #define FB(i, a, b) for(int i = a; i >= b; i--) #define MAX3(a, b, c) (a>b?a:b)>c?(a>b?a:b):c #define MAXDP 100001 #define maxLen 100001 typed...
<commit_before>#include <cassert> #include <iostream> #include <cmath> #include "common.h" #include GLUT_INCLUDE #include "Decimate.h" #include "Array3D.h" static inline void drawVert(const Isosurface& surface, const Point3D& p1, const Point3D& p2, float isolevel) { float v1 = p1.value; float v2 = p2.value; ...
<commit_before>/* * test_sphere_advection.cpp * * Created on: 3 Apr 2018 * Author: martin */ #ifndef SWEET_GUI #define SWEET_GUI 1 #endif #include <sweet/sphere/SphereData.hpp> #if SWEET_GUI #include "sweet/VisSweet.hpp" #endif #include <benchmarks_sphere/SWESphereBenchmarksCombined.hpp> #include <sweet...
<commit_before>// Copyright 2011 Gregory Szorc // // 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>/** * @copyright * ==================================================================== * Copyright (c) 2007 CollabNet. All rights reserved. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also availab...
<commit_before>// Copyright (c) 2013, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. // #include <...
<commit_before>/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: accel.hxx,v $ * $Revision: 1.3 $...
<commit_before><commit_msg>Be more specific in warning<commit_after><|endoftext|>
<commit_before>/* * Copyright(c) Sophist Solutions, Inc. 1990-2018. All rights reserved */ #ifndef _Stroika_Foundation_Streams_LoggingInputOutputStream_inl_ #define _Stroika_Foundation_Streams_LoggingInputOutputStream_inl_ 1 /* ******************************************************************************** *******...
<commit_before>/* * Copyright(c) Sophist Solutions, Inc. 1990-2015. All rights reserved */ #include "../../StroikaPreComp.h" #if qPlatform_Windows #include <Windows.h> #endif #include "../../../Foundation/Characters/String_Constant.h" #include "../../../Foundation/Characters/String2Float.h" #includ...
<commit_before>/** Copyright (C) 2016, 2017 European Spallation Source ERIC */ //#include <algorithm> //#include <memory> #include <multigrid/mgmesytec/Data.h> #include <multigrid/mgmesytec/TestData.h> #include <test/TestBase.h> class MesytecDataTest : public TestBase { protected: MesytecData mesytec; virtual voi...
<commit_before>/* * InstrumentImplementation.cpp * * Created on: 31/10/2010 * Author: victor */ #include "server/zone/objects/tangible/Instrument.h" #include "server/zone/objects/tangible/InstrumentObserver.h" #include "server/zone/objects/creature/CreatureObject.h" #include "server/zone/packets/object/Obje...
<commit_before>#include "AngleControl.h" AngleControl::AngleControl() { // Use requires() here to declare subsystem dependencies Requires(shooter); } // Called just before this Command runs the first time void AngleControl::Initialize() { } // Called repeatedly when this Command is scheduled to run void AngleCon...
<commit_before>#include "BulletsConverter.h" #include "StylesWriter.h" using namespace PPT_FORMAT; BulletsConverter::BulletsConverter(CRelsGenerator* pRels) : m_pRels(pRels) {} void BulletsConverter::FillPPr(PPTX::Logic::TextParagraphPr &oPPr, CParagraph &paragraph) { oPPr.lvl = paragraph.m_lTextLevel; auto...
<commit_before><commit_msg>Commented out unused parameters<commit_after><|endoftext|>
<commit_before>/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: itkFEMHeatConduction2D.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) 2002 Insight Consortium. All rights reserved. See I...
<commit_before>#include "pch.h" #include "NativeFileHelper.h" #include "FileHelper.h" #include "StringHelper.h" #include <string> #include <vector> #include <stack> #include <iostream> #include <windows.h> #include <tchar.h> #include <stdio.h> #include <strsafe.h> #include <fstream> #include <stdio.h> #include <std...
<commit_before>// Copyright 2010-2014 The CefSharp Project. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once #include "Stdafx.h" #include "JavascriptPropertyWrapper.h" #include "CefAppWrapper.h" using namespace System; namespa...
<commit_before>#include <stdarg.h> #include <ctype.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <stdbool.h> #include <string.h> #define INTERLEAVE_TEST #define __code #define __data #define __pdata #define __xdata #define PARAM_ECC 1 int interleave=1; int param_get(int pa...
<commit_before>// This file is part of the dune-gdt project: // https://github.com/dune-community/dune-gdt // Copyright 2010-2018 dune-gdt developers and contributors. All rights reserved. // License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) // or GPL-2.0+ (http://open...
<commit_before>/************************************************************************* * * $RCSfile: acceleratorconfiguration.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: kz $ $Date: 2005-03-01 19:37:19 $ * * The Contents of this file are made available subject to the terms of * either of the...