text
stringlengths
54
60.6k
<commit_before>#ifndef KGR_INCLUDE_KANGARU_GENERIC_HPP #define KGR_INCLUDE_KANGARU_GENERIC_HPP #include "container.hpp" #include "detail/injected.hpp" #include "detail/function_traits.hpp" namespace kgr { template<typename CRTP, typename Type> struct GenericService { friend struct Container; using Self = CRTP; ...
<commit_before>/* * Copyright (C) 2008-2011, Gostai S.A.S. * * This software is provided "as is" without warranty of any kind, * either expressed or implied, including but not limited to the * implied warranties of fitness for a particular purpose. * * See the LICENSE file for more information. */ /// \file li...
<commit_before>/* Copyright (c) 2007-2013, 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 ...
<commit_before> #include "LatticePathCollection.h" void LatticePathCollection::Prune(size_t newSize) { assert( m_collection.size() == m_uniquePath.size() ); if (m_collection.size() <= newSize) return; // don't need to prune CollectionType::reverse_iterator iterRev; for (iterRev = m_collection.rbegin() ; iterRev...
<commit_before>#pragma once #include "world.hh" #include "ability.hh" #include "common.hh" #define NO_AI false #define EVIL_ACTORS (Actor::IMP | Actor::DEMON | Actor::ARCHDEMON | Actor::POSSESSED) #define GOOD_ACTORS (Actor::ANGEL | Actor::ARCHANGEL | Actor::CLOAKEDANGEL) class World; class Actor: boost::noncopyabl...
<commit_before> #include "event_loop.h" #include "kernel.h" #include "topic.h" #include "IOLoop.h" #include "IOHandle.h" #include "io_connector.h" #include "wamp_session.h" #include "log_macros.h" #include <sstream> #include <condition_variable> #include <mutex> #include <queue> #include <list> #include <iostream> #i...
<commit_before>//======================================================================= // Copyright Baptiste Wicht 2011-2012. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) //=================================...
<commit_before>/************************************************************************* * * $RCSfile: componentdatahelper.hxx,v $ * * $Revision: 1.8 $ * * last change: $Author: vg $ $Date: 2005-03-23 08:46:26 $ * * The Contents of this file are made available subject to the terms of * either of the foll...
<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>/** * @file exoflickr * @brief Lightweight wrapper around the Flickr API for signing and such * * $LicenseInfo:firstyear=2012&license=viewerlgpl$ * Copyright (C) 2012 Katharine Berry * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
<commit_before>// AddTaskDmesonJetCorr.C AliAnalysisTaskDmesonJetCorrelations* AddTaskDmesonJetCorr(AliAnalysisTaskDmesonJetCorrelations::ECandidateType cand = AliAnalysisTaskDmesonJetCorrelations::kDstartoKpipi, const char *cutfname = "", ...
<commit_before>#include "libadb.h" #include "adb_prot.h" #include "rxx.h" str dbrec_to_str (ptr<dbrec> dbr, int i) { //we aren't storing a null terminator. // add it here or the conversion grabs trailing garbage char buf[128]; int ncpy = (dbr->len > 127) ? 127 : dbr->len; memcpy (buf, dbr->value, dbr->len); ...
<commit_before><commit_msg>Remove unused file dcp_flush_executor.cc<commit_after><|endoftext|>
<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 "v8_binding.h" #include "AtomicString.h" #include "CString.h" #include "MathExtras.h" #include "PlatformString.h" #inclu...
<commit_before>// brpc - A framework to host and access services throughout Baidu. // Copyright (c) 2018 BiliBili, Inc. // Date: Tue Oct 9 20:27:18 CST 2018 #include <gflags/gflags.h> #include <gtest/gtest.h> #include "bthread/bthread.h" #include "butil/atomicops.h" #include "brpc/policy/http_rpc_protocol.h" #include...
<commit_before>/* * reswin.hpp * ChessPlusPlus * * Created by Ronak Gajrawala on 12/01/13. * Copyright (c) 2013 Ronak Gajrawala. All rights reserved. */ #ifndef ChessPlusPlus_reswin_hpp #define ChessPlusPlus_reswin_hpp const std::string ResourcePath = "res/"; /**< The resource path has to be set manually by...
<commit_before>/* * n_point_naive_multi_main.cc * * * Created by William March on 6/9/10. * Copyright 2010 __MyCompanyName__. All rights reserved. * */ #include "fastlib/fastlib.h" #include "n_point_perm_free.h" #include "n_point.h" bool IncIndex(ArrayList<index_t>& new_ind, const ArrayLis...
<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) 2015 Esteban Tovagliari, The appleseedhq Organization // // Permission is hereby granted, free of charge, to ...
<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 "net/base/keygen_handler.h" #include <string> #include "base/base64.h" #include "base/logging.h" #include "testing/gtest/inc...
<commit_before>#include <array.h> #include <drivers/vga.hpp> #include <kernel/cpu/gdt.hpp> #include <kernel/cpu/idt.hpp> #include <kernel/vfs/vfs.hpp> #include <kernel/vfs/file.hpp> #include <kernel/vfs/ramfs.hpp> #include <kernel/cpu/reboot.hpp> #include <kernel/console/console.hpp> #include <kernel/scheduler/process...
<commit_before>// Copyright 2010-2015 RethinkDB, all rights reserved. #ifndef CLUSTERING_ADMINISTRATION_ADMIN_OP_EXC_HPP_ #define CLUSTERING_ADMINISTRATION_ADMIN_OP_EXC_HPP_ #include "utils.hpp" #include "clustering/table_manager/table_meta_client.hpp" struct admin_err_t { std::string msg; query_state_t quer...
<commit_before>/* * This file is part of the Gluon library. * Copyright 2008 Sacha Schutz <istdasklar@free.fr> * Copyright 2008 Olivier Gueudelot <gueudelotolive@gmail.com> * Copyright 2008 Charles Huet <packadal@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the t...
<commit_before>/* * AdaptiveTimeScaleController.cpp * * Created on: Aug 18, 2016 * Author: pschultz */ #include "AdaptiveTimeScaleController.hpp" #include "arch/mpi/mpi.h" #include "include/pv_common.h" #include "io/FileStream.hpp" #include "io/fileio.hpp" #include "utils/PVLog.hpp" namespace PV { Adaptiv...
<commit_before>#include "canrawsender_p.h" #include "canrawsender.h" #include "log.h" #include <QJsonArray> void CanRawSenderPrivate::setSimulationState(bool state) { _simulationState = state; for (auto& iter : _lines) { iter->SetSimulationState(state); } } void CanRawSenderPrivate::saveSettings(Q...
<commit_before> #include "condor_common.h" #include "compat_classad.h" #include "condor_version.h" #include "condor_attributes.h" #include "file_transfer.h" #include "dc_cached.h" DCCached::DCCached(const char * name, const char *pool) : Daemon( DT_CACHED, name, pool ) {} int DCCached::createCacheDir(std::string ...
<commit_before>#pragma once #include "gcd_utility.hpp" #include "logger.hpp" #include <CoreGraphics/CoreGraphics.h> class event_tap_manager final { public: typedef std::function<void(bool)> caps_lock_state_changed_callback; event_tap_manager(const event_tap_manager&) = delete; event_tap_manager(const caps_loc...
<commit_before>/************************************************************************* * Copyright(c) 1998-2009, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Con...
<commit_before>/* wanderfreq -- start up 10 MYWAVETABLEs (modified WAVETABLE with a frequency-access method) and randomly choose a target freq, and wander towards it demonstration of the RTcmix object -- BGG, 11/2002 Modified to show new Instrument functionality DS 03/2003 */ #define MAIN #include <iostream....
<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/renderer_webstoragearea_impl.h" #include "content/common/dom_storage_messages.h" #include "content/renderer...
<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>#include <iostream> #include <opencv2/opencv.hpp> // using namespace cv; using namespace std; int main() { cv::VideoCapture capture(0); cv::Mat edges; while (1) { cv::Mat frame; capture >> frame; cout << (int)*(frame.data) << endl; if (cv::waitKey(30) >= 0) ...
<commit_before>/****************************************************** * This is CIR-KIT 3rd robot control driver. * Author : Arita Yuta(Kyutech) ******************************************************/ #include <ros/ros.h> #include <geometry_msgs/Twist.h> // cmd_vel #include <tf/transform_broadcaster.h> #include ...
<commit_before>#include "test_helper.h" #include "compiler/prepare_grammar/flatten_grammar.h" #include "compiler/prepare_grammar/initial_syntax_grammar.h" #include "compiler/syntax_grammar.h" #include "helpers/stream_methods.h" START_TEST using namespace rules; using prepare_grammar::flatten_rule; describe("flatten_...
<commit_before>#pragma once #include <cstdint> #include <string> #include <type_traits> #include <boost/mpl/contains.hpp> #include <boost/mpl/vector.hpp> #include "blackhole/cpp17/string_view.hpp" namespace blackhole { /// Represents a trait for mapping an owned types to their associated lightweight view types. //...
<commit_before>#pragma once #include <memory> #include <ratio> #include "blackhole/factory.hpp" namespace blackhole { inline namespace v1 { namespace sink { /// Represents a sink that writes formatted log events to the file or files located at the specified /// path. /// /// The path can contain attribute placehold...
<commit_before>/*! \file bitset.hpp \brief Support for types found in \<bitset\> \ingroup STLSupport */ /* Copyright (c) 2014, Randolph Voorhies, Shane Grant All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following c...
<commit_before>//======================================================================= // Copyright (c) 2014-2016 Baptiste Wicht // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://opensource.org/licenses/MIT) //===================================================...
<commit_before>/* _______ __ __ __ ______ __ __ _______ __ __ * / _____/\ / /\ / /\ / /\ / ____/\ / /\ / /\ / ___ /\ / |\/ /\ * / /\____\// / // / // / // /\___\// /_// / // /\_/ / // , |/ / / * / / /__ / / // / // / // / / / __...
<commit_before><commit_msg>Added error message<commit_after><|endoftext|>
<commit_before><commit_msg>Arranged the #pragma implementation directives.<commit_after><|endoftext|>
<commit_before>/* * Copyright (c) 2015-2017, Technische Universität Dresden, Germany * 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. Redistributions of source code must retain the ab...
<commit_before>// Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html #include "clientapi.hh" namespace Rapicorn { uint64 uithread_bootup (int *argcp, char **argv, const StringVector &args); static struct __StaticCTorTest { int v; __StaticCTorTest() : v (0x120caca0) { v += 0x300000; } } __staticctor...
<commit_before>#pragma once #include <type_traits> #include <utility> namespace gcl::mp::type_traits { template <class T> struct is_template : std::false_type {}; template <class... T_args, template <class...> class T> struct is_template<T<T_args...>> : std::true_type {}; template <auto... values, ...
<commit_before><commit_msg>Unref queue2 on destroyPipeline<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: embeddedobjectcontainer.hxx,v $ * * $Revision: 1.9 $ * * last change: $Author: rt $ $Date: 2005-10-19 12:47:36 $ * * The Contents of this...
<commit_before>/************************************************************************* * * $RCSfile: options.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: rt $ $Date: 2004-09-08 16:26:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licens...
<commit_before>/** \file create_literary_remains_records.cc * \author Dr. Johannes Ruscheinski * * A tool for creating literary remains MARC records from Beacon files. */ /* Copyright (C) 2019, Library of the University of Tübingen This program is free software: you can redistribute it and/or modify...
<commit_before>/** \file create_literary_remains_records.cc * \author Dr. Johannes Ruscheinski * * A tool for creating literary remains MARC records from Beacon files. */ /* Copyright (C) 2019, Library of the University of Tübingen This program is free software: you can redistribute it and/or modify...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dropdownboxtoolbarcontroller.cxx,v $ * * $Revision: 1.3 $ * * last change: $Author: obo $ $Date: 2006-09-16 14:19:05 $ * * The Contents o...
<commit_before>/* * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * * 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 limit...
<commit_before>// Copyright 2017 Nest Labs, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
<commit_before>#include "AndroidMessageProcessor.h" #include "AndroidEventHandler.h" #include "log.h" using namespace ammo::gateway; const char DEFAULT_PRIORITY = 50; AndroidMessageProcessor::AndroidMessageProcessor(AndroidEventHandler *serviceHandler) : closed(false), closeMutex(), newMessageMutex(), newMessageAva...
<commit_before>#ifndef __bootstrap_hpp #define __bootstrap_hpp__ #include "boxedcpp.hpp" #include "register_function.hpp" template<typename Ret, typename P1, typename P2> Ret add(P1 p1, P2 p2) { return p1 + p2; } template<typename Ret, typename P1, typename P2> Ret subtract(P1 p1, P2 p2) { return p1 - p2; } tem...
<commit_before><commit_msg>Minor updates to BaseObject. Most notably: checking for the existence of a component before deleting will take double the time if the component actually exists.<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dbtreemodel.hxx,v $ * * $Revision: 1.16 $ * * last change: $Author: hr $ $Date: 2005-09-23 12:20:17 $ * * The Contents of this file are m...
<commit_before>#include "core/sampler.h" #include <opencv2/imgproc.hpp> #include "core/area.h" #include "ts/ts.h" using namespace cv; namespace { TEST(DistrSampler1D, Uniform) { const int SIZE = 10, N = 1e4; const float MEAN = 1.f/static_cast<float>(SIZE); Mat1f pdf_uniform = Mat1f::ones(1, SIZE)*MEAN...
<commit_before>#ifndef _GUARD_CAST_HPP_ #define _GUARD_CAST_HPP_ #include <limits> #include "bpmodule/pragma.h" #include "bpmodule/exception/MathException.hpp" #include "bpmodule/mangle/Mangle.hpp" namespace bpmodule { namespace math { /*! Perform a safe cast between integer types or between floating point types...
<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 <string> #include <vector> #include "base/memory/scoped_ptr.h" #include "base/rand_util.h" #include "base/utf_string_conversi...
<commit_before>/* Copyright (c) 2009-2015, Jack Poulson, Lexing Ying, The University of Texas at Austin, Stanford University, and the Georgia Insitute of Technology. All rights reserved. This file is part of Elemental and is under the BSD 2-Clause License, which can be found in the LICENSE file in ...
<commit_before>/***************************************************************************** * preferences.cpp : Preferences ***************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team * $Id$ * * Authors: Clément Stenac <zorglub@videolan.org> * ...
<commit_before>/***************************************************************************** * vout_manager.cpp ***************************************************************************** * Copyright (C) 2009 the VideoLAN team * $Id$ * * Authors: Erwan Tulou <brezhoneg1 at yahoo.fr> * * This program is free ...
<commit_before>/** * @file * @author 2012 Stefan Radomski (stefan.radomski@cs.tu-darmstadt.de) * @copyright Simplified BSD * * @cond * This program is free software: you can redistribute it and/or modify * it under the terms of the FreeBSD license as published by the FreeBSD * project. * * This p...
<commit_before><commit_msg>Delete dbformat.cc<commit_after><|endoftext|>
<commit_before>// @(#)root/io:$Id$ // Author: Elvin Sindrilaru 19/05/2011 /************************************************************************* * Copyright (C) 1995-2011, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
<commit_before>/******************************************************************************* Licensed to the OpenCOR team under one or more contributor license agreements. See the NOTICE.txt file distributed with this work for additional information regarding copyright ownership. The OpenCOR team licenses this file...
<commit_before>/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, version 1.0 RC 1 * * (c) 2006-2011 MGH, INRIA, USTL, UJF, CNRS * * ...
<commit_before>//============================================================================= // Copyright (c) 2017 Ryooooooga // https://github.com/Ryooooooga // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), // ...
<commit_before>// // Copyright (c) 2008-2014 the Urho3D project. // // 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 use, ...
<commit_before>// ============================================================================= // // Copyright (c) 2013 Christopher Baker <http://christopherbaker.net> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Softwar...
<commit_before> #include <iostream> #include <cstdint> #include <random> int main() { #if 0 /* This should work, but doesn't accept m == 0 in GCC g++ 4.7.3. */ std::linear_congruential_engine<uint32_t, 69069u, 12345u, 0> cong; #else std::linear_congruential_engine<uint64_t, 69069u, 12345u, 0x100000000u> co...
<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>/** * MltPlaylist.cpp - MLT Wrapper * Copyright (C) 2004-2005 Charles Yates * Author: Charles Yates <charles.yates@pandora.be> * * 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 ...
<commit_before>// Copyright (c) 2010 Hewlett-Packard Development Company, L.P. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. extern "C" { #include <mlt/framework/mlt_transition.h> #include <mlt/framework/mlt_frame.h> #include <m...
<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 "webkit/glue/resource_fetcher.h" #include "base/logging.h" #include "third_party/WebKit/Source/WebKit/chromium/public/We...
<commit_before><commit_msg>PathVector::pathAtRank now returns a copy of with constraints<commit_after><|endoftext|>
<commit_before><commit_msg>Make some global variables less-global (static)<commit_after><|endoftext|>
<commit_before>/**************************************************************************************/ /* */ /* Visualization Library */ /* http://www.visualizationlibrary...
<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: PresenterPreviewCache.cxx,v $ * ...
<commit_before>/* * opencog/atoms/reduct/PlusLink.cc * * Copyright (C) 2015 Linas Vepstas * 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 v3 as * published by the Free Software Foundation and including t...
<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 documentation of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file u...
<commit_before>/* * Copyright 2007-2020 CM4all GmbH * All rights reserved. * * author: Max Kellermann <mk@cm4all.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must...
<commit_before>#include "CameraForm.h" #include "Object.h" #include "Director.h" using namespace Math; using namespace std; using namespace Rendering::Buffer; using namespace Rendering::Light; using namespace Intersection; using namespace Device; using namespace Core; using namespace Rendering::Camera; using namespace...
<commit_before>#pragma once //=====================================================================// /*! @file @brief SEEDA03 (RX64M) メイン @n Copyright 2017 Kunihito Hiramatsu @author 平松邦仁 (hira@rvf-rc45.net) */ //=====================================================================// #include "comm...
<commit_before>/* * Copyright (c) 2018, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * 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>// Copyright 2015-2017 Joy Machine, LLC. All rights reserved. #include "steelhunters.h" #include "ObjectPool.h" #include "DateTime.h" #include "IPooledObject.h" // Forces any pooled object to be a derivative of UObject. // NOTE: I don't want to force IPooledObject to derive from UObject, so this is ...
<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>#pragma once #ifndef STACKALLOCATOR_HPP # define STACKALLOCATOR_HPP #include <cassert> #include <cstddef> #include <functional> #include <new> #include <utility> namespace generic { template <std::size_t N> class stack_store { public: stack_store() = default; stack_store(stack_store const&) =...
<commit_before>// Copyright (c) 2018 Chris Ohk, Youngjoong Kim, SeungHyun Jeon // We are making my contributions/submissions to this project solely in our // personal capacity and are not conveying any rights to any intellectual // property of any third parties. #include "gtest/gtest.h" #include <hspp/Cards/Cards.hp...
<commit_before>/* * Copyright (C) 2004-2012 See the AUTHORS file for details. * * This program 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. */ #include <znc/znc.h> #include <znc/IRCNetwork...
<commit_before>#include "PackAnimation.h" #include "PackNodeFactory.h" #include "PackAnchor.h" #include "PackClipbox.h" #include "Utility.h" #include "typedef.h" #include "AnimToLuaString.h" #include "AnimFromLua.h" #include "AnimToBin.h" #include "AnimFromBin.h" #include <ee/Sprite.h> #include <ee/SymbolFile.h> #in...
<commit_before>/************************************************************************* * * $RCSfile: emptylayer.hxx,v $ * * $Revision: 1.1 $ * * last change: $Author: jb $ $Date: 2002-11-28 09:05:14 $ * * The Contents of this file are made available subject to the terms of * either of the following lic...
<commit_before>/* Request handlers for WSGI apps and static files Copyright (c) 2016 Roman Miroshnychenko <romanvm@yandex.ua> License: MIT, see License.txt */ #include "request_handlers.h" #include <boost/iostreams/filtering_stream.hpp> #include <boost/iostreams/filter/gzip.hpp> #include <boost/iostreams/copy.hpp> ...
<commit_before>/* * Copyright (c) 2014 Eran Pe'er. * * This program is made available under the terms of the MIT License. * * Created on Mar 10, 2014 */ #include <string> #include <iostream> #include <stdexcept> #include <tuple> #include "tpunit++.hpp" #include "fakeit.hpp" #include "mockutils/Formatter.hpp" u...
<commit_before><commit_msg>Fix index buffer offsets<commit_after><|endoftext|>
<commit_before> #include "include/config.h" #include "osd/OSDCluster.h" //#define MDS_CACHE_SIZE 4*10000 -> <20mb //#define MDS_CACHE_SIZE 80000 62mb #define AVG_PER_INODE_SIZE 450 #define MDS_CACHE_MB_TO_INODES(x) ((x)*1000000/AVG_PER_INODE_SIZE) //#define MDS_CACHE_SIZE MDS_CACHE_...
<commit_before>#define CATCH_CONFIG_MAIN #include "../../vendor/catch/catch.hpp" #include "boost_defs.hpp" #include "filesystem.hpp" #include "local_datagram/client.hpp" #include "local_datagram/client_manager.hpp" #include "local_datagram/server.hpp" #include "local_datagram/server_manager.hpp" #include "thread_util...
<commit_before>// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "generic_peek.h" #include <vespa/eval/eval/nested_loop.h> #include <vespa/eval/eval/wrap_param.h> #include <vespa/vespalib/util/overload.h> #include <vespa/vespalib/util/stash.h> #in...
<commit_before>//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgp...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: typedetectionimport.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: rt $ $Date: 2005-09-08 22:15:54 $ * * The Contents of this fil...
<commit_before><commit_msg>Fix i386 bug<commit_after><|endoftext|>