text
stringlengths
54
60.6k
<commit_before>/* Copyright 2018 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 Copyright 2016 The J-PET Framework 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 find a copy of the License in the LICENCE file. * * Unless required b...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: propertyanimationnode.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: rt $ $Date: 2006-07-26 07:36:24 $ * * The Contents of this f...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: checkinstall.cxx,v $ * * $Revision: 1.2 $ * * last change: $Author: rt $ $Date: 2005-09-08 17:05:06 $ * * The Contents of this file are m...
<commit_before>/* * Software License Agreement (BSD License) * * Point Cloud Library (PCL) - www.pointclouds.org * Copyright (c) 2010-2011, Willow Garage, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the ...
<commit_before>#include <KameMix.h> #include <cmath> #include <cassert> #include <thread> #include <chrono> #include <iostream> using namespace KameMix; using std::cout; using std::cerr; void onSoundFinished(Sound *sound, void *udata) { cout << "sound finished\n"; assert(!sound->isPlaying()); } void onStreamFini...
<commit_before>// Copyright 2015 Patrick Putnam // // 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 a...
<commit_before>// @(#)root/tree:$Id$ // Author: Rene Brun 05/02/97 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
<commit_before>//===- llvm-link.cpp - Low-level LLVM linker ------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2010, Rice University * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
<commit_before>#include "FilenameTools.h" #include "Settings.h" #include "common/tools.h" #include "common/Exception.h" #include <wx/filename.h> #include <wx/dir.h> namespace d2d { wxString FilenameTools::getFilenameAddTag(const wxString& filename, const wxString& tag, const wxString& extension) { wx...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of the Qt Graphical Effects module. ** ** $QT_BEGIN_LICENSE:LGPL$ ** GNU Lesser General Publ...
<commit_before>/** * Copyright (C) 2018 3D Repo Ltd * * 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 * License, or (at your option) any later version. * * T...
<commit_before>/************************************************************************* * * $RCSfile: swframeposstrings.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: od $ $Date: 2004-08-12 14:00:55 $ * * The Contents of this file are made available subject to the terms of * either of the follow...
<commit_before>/************************************************************************* * * $RCSfile: dialmgr.cxx,v $ * * $Revision: 1.3 $ * * last change: $Author: hjs $ $Date: 2004-06-25 11:52:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licen...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: optdict.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: hr $ $Date: 2007-06-27 17:26:10 $ * * The Contents of this file are made a...
<commit_before>/* * transform_ext.cc * * Copyright (C) 2013 Diamond Light Source * * Author: James Parkhurst * * This code is distributed under the BSD license, a copy of which is * included in the root directory of this package. */ #include <boost/python.hpp> #include <boost/python/def.hpp> #include <dial...
<commit_before>void fun(); class Smurf { public: Smurf(); ~Smurf() {} }; namespace foo { void gun(); namespace bar { class Smurf { public: Smurf(); ~Smurf() {} }; } // NS: bar } // NS: foo <commit_msg>test: comment class_func.hpp<commit_after>// should ignore C++ code in global namespace void fun...
<commit_before>/* Copyright (c) 2017, EPL-Vizards * 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>/* sbus.cpp Copyright (c) 2017, Fabrizio Di Vittorio (fdivitto2013@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 Software Foundation; either version 2.1 of the License, or ...
<commit_before>/* * Copyright 2007-2017 Content Management AG * 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...
<commit_before>#include <stan/math/prim/meta.hpp> #include <test/unit/math/prim/fun/expect_matrix_eq.hpp> #include <gtest/gtest.h> TEST(MathMetaPrim, ref_type_non_eigen) { using stan::ref_type_t; std::vector<int> a{1, 2, 3}; ref_type_t<std::vector<int>> a_ref1 = a; ref_type_t<std::vector<int>&> a_ref2 = a; r...
<commit_before>/************************************************************************* * * $RCSfile: xmlcnitm.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: obo $ $Date: 2004-01-20 13:18:39 $ * * The Contents of this file are made available subject to the terms of * either of the following lice...
<commit_before>// // Copyright (c) 2017 The Khronos Group 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 b...
<commit_before>/** * @file NetworkHttpTest.cpp * @brief NetworkHttp class tester. * @author zer0 * @date 2017-05-19 */ #include <gtest/gtest.h> #include <tester/DemoAsset.hpp> #include <libtbag/log/Log.hpp> #include <libtbag/network/http/HttpClient.hpp> #include <libtbag/network/http/HttpServer.hpp> #includ...
<commit_before>// RUN: %clang_cc1 -fsyntax-only -verify %s // PR7800 class NoDestroy { ~NoDestroy(); }; // expected-note {{declared private here}} struct A { virtual ~A(); }; struct B : public virtual A { NoDestroy x; // expected-error {{field of type 'NoDestroy' has private destructor}} }; struct D : public virtu...
<commit_before>#include <bits/stdc++.h> #define UN(v) sort(all(v)), (v).erase(unique(all(v)), (v).end()) #define FOR(i, a, b) for (decltype(a) i(a), _B_##i(b); i < _B_##i; ++i) #define CL(a, b) memset(a, b, sizeof a) #define all(a) (a).begin(), (a).end() #define REP(i, n) FOR(i, 0, n) #define sz(a) int((a).size()) #def...
<commit_before>/* * Copyright (C) 2008-2013 The Communi Project * * This test is free, and not covered by the LGPL license. There is no * restriction applied to their modification, redistribution, using and so on. * You can study them, modify them, use them in your own program - either * completely or partially. ...
<commit_before>#include <FalconEngine/Platform/Direct3D/Direct3DRendererState.h> #if defined(FALCON_ENGINE_API_DIRECT3D) #include <FalconEngine/Graphics/Renderer/State/BlendState.h> #include <FalconEngine/Graphics/Renderer/State/CullState.h> #include <FalconEngine/Graphics/Renderer/State/DepthTestState.h> #include <Fa...
<commit_before>#define BOOST_TEST_MODULE send_recv #include <boost/test/included/unit_test.hpp> #include <iostream> #include <limits> #include <cstddef> #include <complex> #include <mpl/mpl.hpp> template<typename T> bool send_recv_test(const T &data) { const mpl::communicator &comm_world=mpl::environment::comm_worl...
<commit_before>/* * Copyright (C) 2008 Nokia Corporation. * * Contact: Marius Vollmer <marius.vollmer@nokia.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * version 2.1 as published by the Free Software Foundation. * *...
<commit_before>/* * Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved. * Distributed under the terms of the MIT License. */ #include "Utils.h" #include <FindDirectory.h> #include <Path.h> #include <String.h> #include <BeBuild.h> #include <malloc.h> #include <stdio.h> // some private font ...
<commit_before>/* Highly Optimized Object-oriented Many-particle Dynamics -- Blue Edition (HOOMD-blue) Open Source Software License Copyright 2008, 2009 Ames Laboratory Iowa State University and The Regents of the University of Michigan All rights reserved. HOOMD-blue may contain modifications ("Contributions") provid...
<commit_before>/* Copyright (c) 2008, Arvid Norberg 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 of condi...
<commit_before>//////////////////////////////////////////////////////////////////////////////// // Prime Generator // Use Sieve Eratosthenes - can find all the primes within range (1, 2^31 - 1) // Reference: http://zobayer.blogspot.in/2009/09/segmented-sieve.html ////////////////////////////////////////////////////////...
<commit_before>#include "GMSAssetResourceManagementSystem.hpp" #include "../AssetResources/TextureInfoResource.hpp" #include "../AssetResources/GMSRoomResource.hpp" #include "../AssetResources/GMSObjectResource.hpp" #include "../CommandLineOptions.hpp" #include <KEngine/Events/OtherGraphicsEvents.hpp> #include <KEng...
<commit_before>/************************************************************************* * * $RCSfile: drawbase.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: os $ $Date: 2002-10-25 13:09:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licen...
<commit_before>/* * 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 License, or * (at your option) any later version. * * Written (W) 2012-2013 Heiko Strathmann */ ...
<commit_before>// @(#)root/tree:$Id$ // Author: Rene Brun 17/03/97 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
<commit_before><commit_msg>fix duplicate after merge<commit_after><|endoftext|>
<commit_before><commit_msg>Simplify calulations of paddingBox and borderBox in InspectorOverlay.cpp<commit_after><|endoftext|>
<commit_before>/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, development version * * (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH * * ...
<commit_before>#include "backends.hpp" #include<string> #include<armadillo> using namespace std; using namespace arma; #define DIM_NAME "__hide" #define ATTR_NAME "sample" #define ROW_NAME "samples" #define COL_NAME "channels" #define RANGE_SIZE 4 string TileDBBackend::mrn_to_array_name(string mrn) { return mrn +...
<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 QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Comme...
<commit_before><commit_msg>TODO-697: minimising SPI activity<commit_after><|endoftext|>
<commit_before><commit_msg>no extra UI feedback right after POST<commit_after><|endoftext|>
<commit_before>#include <gtest/gtest.h> #include <unistd.h> #include <string> #include <tbb/atomic.h> #include <iostream> // TODO: remove me! #include "../../cvmfs/util.h" #include "../../cvmfs/upload_spooler_definition.h" #include "../../cvmfs/upload_local.h" #include "../../cvmfs/hash.h" #include "../../cvmfs/file_...
<commit_before>#include "base/logging.hpp" #include "indexer/feature.hpp" #include "editor/changeset_wrapper.hpp" #include "std/algorithm.hpp" #include "std/sstream.hpp" #include "std/map.hpp" #include "geometry/mercator.hpp" #include "private.h" using editor::XMLFeature; namespace { double ScoreLatLon(XMLFeatur...
<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>/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, version 1.0 beta 4 * * (c) 2006-2009 MGH, INRIA, USTL, UJF, CNRS * * ...
<commit_before>/******************************************************************************* * BSD 3-Clause License * * Copyright (c) 2019, Los Alamos National Security, LLC * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
<commit_before>/* * Copyright (c) 2008, 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>// File: btBoostDynamicsShapes.hpp #ifndef _btBoostDynamicsShapes_hpp #define _btBoostDynamicsShapes_hpp #include <btBulletDynamicsCommon.h> #include <BulletCollision/CollisionShapes/btBox2dShape.h> #include <BulletCollision/CollisionShapes/btConvex2dShape.h> #include <BulletCollision/CollisionShapes/bt...
<commit_before>/* +---------------------------------------------------------------------------+ | The Mobile Robot Programming Toolkit (MRPT) | | | | http://www.mrpt.org/ ...
<commit_before><commit_msg>gltfio: clean up finalize().<commit_after><|endoftext|>
<commit_before>#include <iostream> #include <stdio.h> #include <stdlib.h> #include <fstream> #include <sys/stat.h> #include <math.h> #include <algorithm> #include <string.h> #include <stdint.h> #include <sstream> #include <iomanip> #include <gdal_priv.h> #include <cpl_conv.h> #include <ogr_spatialref.h> using namespace...
<commit_before>// bdlqq_recursivemuteximpl_pthread.cpp -*-C++-*- #include <bdlqq_recursivemuteximpl_pthread.h> #include <bsls_ident.h> BSLS_IDENT_RCSID(bdlqq_recursivemuteximpl_pthread_cpp,"$Id$ $CSID$") #ifdef BDLQQ_PLATFORM_POSIX_THREADS namespace BloombergLP { // -----...
<commit_before>#pragma once #include "feature_info.hpp" #include "../graphics/color.hpp" #include "../graphics/screen.hpp" #include "../std/list.hpp" #include "../std/string.hpp" #include "../std/shared_ptr.hpp" #include "../std/map.hpp" class ScreenBase; namespace drule { class BaseRule; } namespace graphics {...
<commit_before>#include "Patterns.h" #define WIN32_LEAN_AND_MEAN #define NOMINMAX #include <windows.h> void PatchStreams( char* streams, uint32_t count ) { const size_t SCRATCH_PAD_SIZE = 32767; const size_t MAX_ENTRY_SIZE = 24; char* buf = new char[ SCRATCH_PAD_SIZE ]; GetPrivateProfileSectionA( "Samples", buf,...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p10/procedures/hwp/perv/p10_set_fsi_gp_shadow...
<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> #include "rts_object_system.h" #include "cocos2d.h" #include "CCGLProgramStateCache.h" #include "cor_system/sources/logger.h" #include "cor_type/sources/primitive/box.h" #include "cor_cocos2dx_converter/sources/type_converter.h" namespace cor { namespace cocos2dx_converter { struct Rts...
<commit_before>#ifndef __STAN__PROB__DISTRIBUTIONS__UNIVARIATE__DISCRETE__NEG_BINOMIAL_HPP__ #define __STAN__PROB__DISTRIBUTIONS__UNIVARIATE__DISCRETE__NEG_BINOMIAL_HPP__ #include <stan/agrad.hpp> #include <stan/math/error_handling.hpp> #include <stan/math/special_functions.hpp> #include <stan/meta/traits.hpp> #includ...
<commit_before>/* Copyright 2022 The MediaPipe 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 appli...
<commit_before><commit_msg>Planning: reduced the distance for cost calculation.<commit_after><|endoftext|>
<commit_before><commit_msg>prediction: bug fix for null pointer issue in FeatureExtractor<commit_after><|endoftext|>
<commit_before>/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** Commercial Usage ** ** Licensees holding valid Qt Commercial...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2014 Jolla Ltd. ** Contact: Chris Adams <chris.adams@jolla.com> ** ****************************************************************************/ #include "twitternotificationsplugin.h" #include "twitte...
<commit_before>/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2009 Torus Knot Software Ltd Permission is hereby granted, free of charge, to ...
<commit_before>/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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 Insight Software Consortium * * 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>/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. ==...
<commit_before>// UVa1587 - Box // Time: O(1) // Space: O(1) #include <iostream> #include <unordered_set> #include <unordered_map> #include <algorithm> using namespace std; struct HashPair { size_t operator()(const pair<int, int>& p) const { return hash<int>()(p.first) ^ hash<int>()(p.second); } }; ...
<commit_before>// UVa1588 - Kickdown // Time: O(m * n) // Space: O(1) #include <iostream> #include <string> using namespace std; bool IsValid(int k, const string& s1, const string& s2){ for (int i = 0; k + i < s1.length() && i < s2.length(); ++i) { if ((s1[k + i] - '0') + (s2[i] - '0') > 3) { ...
<commit_before>// Time: O(n * k), k is length of the common prefix // Space: O(1) // BFS class Solution { public: /** * @param strs: A list of strings * @return: The longest common prefix */ string longestCommonPrefix(vector<string> &strs) { if (strs.empty()) { return ""; ...
<commit_before>// Time: O(N * m * n) // Space: O(m * n) class Solution { public: int findPaths(int m, int n, int N, int i, int j) { const auto M = 1000000000 + 7; vector<vector<vector<int>>> dp(2, vector<vector<int>>(m, vector<int>(n))); for (int moves = 0; moves < N; ++moves) { ...
<commit_before>/*========================================================================= * * Copyright UMC Utrecht and contributors * * 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 (C) 2010-2013 Joshua Boyce. // See the file COPYING for copying permission. #include <hadesmem/find_pattern.hpp> #include <hadesmem/find_pattern.hpp> #include <hadesmem/detail/warning_disable_prefix.hpp> #include <boost/detail/lightweight_test.hpp> #include <hadesmem/detail/warning...
<commit_before>#include <bx/bx.h> #include <bx/timer.h> #include <bx/handlealloc.h> #include <bx/maputil.h> #include <tinystl/allocator.h> #include <tinystl/unordered_map.h> #include <unordered_map> #include <stdio.h> #include <assert.h> int main() { const uint32_t numElements = 4<<10; const uint32_t numIterati...
<commit_before>/****************************************************************************** This source file is part of the Avogadro project. Copyright 2012 Kitware, Inc. This source code is released under the New BSD License, (the "License"). Unless required by applicable law or agreed to in writing, so...
<commit_before>// Begin CVS Header // $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/UI/CQLayoutsWidget.cpp,v $ // $Revision: 1.2 $ // $Name: $ // $Author: gauges $ // $Date: 2008/09/09 03:41:52 $ // End CVS Header // Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual // Properties, I...
<commit_before>// Copyright (C) 2010 - 2016 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., University of Heidelberg, and The University // of Manchester. // All rights reserved. // Copyright (C) 2009 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., EML Research, gGmbH, University of 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; bufParam_p = 0; ...
<commit_before>#include "main.hpp" void GridlabDFederate::initialize( void ) { GridlabDFederateATRCallback gldfedATRCb( *this ); putAdvanceTimeRequest( _currentTime, gldfedATRCb ); readyToPopulate(); readyToRun(); } void GridlabDFederate::execute( void ) { // update class variables _currentTime += 1; ...
<commit_before>/*========================================================================= Program: Medical Imaging & Interaction Toolkit Language: C++ Date: $Date: 2007-12-11 14:46:19 +0100 (Di, 11 Dez 2007) $ Version: $Revision: 13129 $ Copyright (c) German Cancer Research Center, Division of Medical and ...
<commit_before>/// HEADER #include "time_plot.h" /// PROJECT #include <csapex/msg/io.h> #include <csapex_opencv/cv_mat_message.h> #include <csapex/param/parameter_factory.h> #include <csapex/model/node_modifier.h> #include <csapex/utility/register_apex_plugin.h> #include <csapex/msg/generic_value_message.hpp> #include...
<commit_before>/** * The MIT License (MIT) * * Copyright © 2018-2019 Ruben Van Boxem * * 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...
<commit_before><commit_msg>Use more ScopedTempDirs.<commit_after><|endoftext|>
<commit_before><commit_msg>Mark AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator as a flakey crash, as it has been failing on vista debug bots consistently.<commit_after><|endoftext|>
<commit_before>#include "Image.h" #include "ImageLoader.h" #include "dataset/TPNode.h" #include "render/GL10.h" #include "render/Shader.h" #include "render/ShaderMgr.h" //#include "render/DynamicTexture.h" #include "render/DynamicTexAndFont.h" #include "render/RenderList.h" #include "common/tools.h" #include "common/E...
<commit_before>#include "kinetic_scroller.hpp" #include "visual_params.hpp" #include "indexer/scales.hpp" #include "base/logging.hpp" namespace df { double const kKineticDuration = 0.375; double const kKineticFeedbackStart = 0.1; double const kKineticFeedbackEnd = 0.5; double const kKineticFadeoff = 5.0; double con...
<commit_before>#include <stdio.h> #include <stdlib.h> #include "../make_random_data/make_random_data.hpp" #include "../sort/merge.hpp" #include "../sort/selection.hpp" #include "../sort/insertion.hpp" #include "../sort/bubble.hpp" #define SORT merge #define SIZE 10 int main(void) { int *data = make_random_d...
<commit_before>#include <iostream> #include "velocypack/vpack.h" #include "velocypack/velocypack-exception-macros.h" using namespace arangodb::velocypack; // this is our handler for custom types struct MyCustomTypeHandler : public CustomTypeHandler { // serialize a custom type into JSON static int const myMagicNu...
<commit_before>#include "SDL.h" #include "SDL_image.h" #include <iostream> #include <assert.h> #include "shared/path_creator.hpp" #include "shared/tdmap.hpp" #include "shared/sizes.h" #include <map> #include <set> #include <boost/foreach.hpp> #include "graphics/graphics_path.hpp" using namespace std; class GU...
<commit_before>// Copyright 2016-2020 Jean-Francois Poilpret // // 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) 2014 Quanta Research Cambridge, Inc. // 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 to us...
<commit_before>/* * Copyright (C) 2017 ScyllaDB * * Modified by 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...
<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-2017 Francois Beaune, The appleseedhq O...