text
stringlengths
54
60.6k
<commit_before>#include "TranslateSpriteState.h" #include "history/TranslateSpriteAOP.h" namespace d2d { TranslateSpriteState::TranslateSpriteState(SpriteSelection* selection, const Vector& first_pos) { m_selection = selection; m_selection->Retain(); m_first_pos = m_last_pos = first_pos; } Transla...
<commit_before>/** @file IO/Prop.hpp @brief Prop structures. @author Timothy Howard @copyright 2013-2014 Timothy Howard under the MIT license; see @ref index or the accompanying LICENSE file for full text. */ #ifndef HORD_IO_PROP_HPP_ #define HORD_IO_PROP_HPP_ #include <Hord/config.hpp> #include <Hord/IO/Defs.hpp> #...
<commit_before> // Copyright (c) 2015 Pierre MOULON. // 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 at http://mozilla.org/MPL/2.0/. #include "openMVG/sfm/pipelines/localization/SfM_Localizer.hpp"...
<commit_before>#include <gtest/gtest.h> #include "robot_interface/arm_ctrl.h" using namespace std; TEST(ArmControlTest, testConstructorDefaultValues) { ArmCtrl ac ("robot", "left"); EXPECT_EQ ("robot", ac.getName()); EXPECT_EQ ( "left", ac.getLimb()); EXPECT_TRUE (ac.isRobotUsed()); EXPECT_EQ...
<commit_before>#ifndef __NOD_DISC_BASE__ #define __NOD_DISC_BASE__ #include <vector> #include <memory> #include <string> #include <stdio.h> #include <stdint.h> #include "Util.hpp" #include "IDiscIO.hpp" #include "IFileIO.hpp" namespace NOD { class ExtractionContext; class DiscBase { public: virtual ~DiscBase() {...
<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>#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> #define GST_CAT_DEFAULT kurento_web_rtc_endpoint_impl GS...
<commit_before>//======================================================================= // Copyright (c) 2014 Baptiste Wicht // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://opensource.org/licenses/MIT) //========================================================...
<commit_before>// // tcp.hpp // fibio // // Created by Chen Xu on 14-3-8. // Copyright (c) 2014 0d0a.com. All rights reserved. // #ifndef fibio_tcp_hpp #define fibio_tcp_hpp #include <asio/ip/tcp.hpp> namespace fibio { namespace io { namespace tcp { typedef asio::ip::tcp::resolver::query query; ...
<commit_before>// Copyright 2017-2021 Global Phasing Ltd. // // Modify various properties of the model. // For modifications that depend on entities or connectivity see polyheur.hpp. #ifndef GEMMI_MODIFY_HPP_ #define GEMMI_MODIFY_HPP_ #include "model.hpp" #include "util.hpp" // for vector_remove_if #include <se...
<commit_before>#ifndef _GRL_REALTIME_HPP_ #define _GRL_REALTIME_HPP_ #ifdef __APPLE__ #include <mach/mach.h> #include <mach/mach_time.h> #include <mach/mach_init.h> #include <mach/thread_policy.h> #include <mach/sched.h> #include <pthread.h> #include <unistd.h> #include <err.h> #include <sys/param.h> static inline u...
<commit_before>/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2017 Artem Pavlenko * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
<commit_before>/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2015 Artem Pavlenko * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
<commit_before>#ifndef STAN_MATH_OPENCL_KERNEL_GENERATOR_OPTIONALBROADCAST_HPP #define STAN_MATH_OPENCL_KERNEL_GENERATOR_OPTIONALBROADCAST_HPP #include <stan/math/opencl/matrix_cl_view.hpp> #include <stan/math/prim/meta.hpp> #include <stan/math/opencl/kernel_generator/type_str.hpp> #include <stan/math/opencl/kernel_ge...
<commit_before>/** Copyright (c) 2016 Ryan Porter */ /* 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, cop...
<commit_before>/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2011 Artem Pavlenko * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
<commit_before>/* * ============================================================================ * * Filename: qc-qualtrim.cc * Description: Trim low qualtiy sequences via various methods * License: GPLv3+ * Author: Kevin Murray, spam@kdmurray.id.au * * ==============================...
<commit_before>/* * W.J. van der Laan 2011-2012 */ #include "bitcoingui.h" #include "clientmodel.h" #include "walletmodel.h" #include "optionsmodel.h" #include "guiutil.h" #include "guiconstants.h" #include "init.h" #include "ui_interface.h" #include "qtipcserver.h" #include <QApplication> #include <QMessageBox> #i...
<commit_before>/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2016 Couchbase, 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 a...
<commit_before>#include <QApplication> #include "guiutil.h" #include "bitcoinaddressvalidator.h" #include "walletmodel.h" #include "bitcoinunits.h" #include "util.h" #include "init.h" #include <QDateTime> #include <QDoubleValidator> #include <QFont> #include <QLineEdit> #include <QUrl> #include <QTextDocument> // F...
<commit_before>/* * Copyright (c) 2014 liblcf authors * This file is released under the MIT License * http://opensource.org/licenses/MIT */ #include <cstdarg> #include "reader_lcf.h" // Statics std::string LcfReader::error_str; LcfReader::LcfReader(const char* filename, std::string encoding) : filename(filenam...
<commit_before>//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===------------...
<commit_before>// The libMesh Finite Element Library. // Copyright (C) 2002-2019 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner // 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; eit...
<commit_before>/* * Copyright 2015 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more * contributor license agreements. * * 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 o...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: register3rdcomponents.cxx,v $ * * $Revision: 1.7 $ * * last change: $Author: ihi $ $Date: 2007-07-11 15:02:49 $ * * The Contents of this ...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: macrosmenucontroller.cxx,v $ * * $Revision: 1.10 $ * * last change: $Author: kz $ $Date: 2006-12-13 15:08:23 $ * * The Contents of this f...
<commit_before>// @(#)root/base:$Id$ // Author: Maarten Ballintijn 21/06/2004 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
<commit_before>/* SHAPE - waveshaping instrument This differs from insts.std/WAVESHAPE in that it accepts input from a file or bus, and it offers a different way of performing amplitude normalization. p0 = output start time p1 = input start time p2 = input duration p3 = amplitude multiplier * ...
<commit_before>#pragma once #include <depthai-shared/datatype/RawIMUData.hpp> #include <nlohmann/json.hpp> namespace dai { /** * Available IMU sensors. * More details about each sensor can be found in the datasheet: * \link https://www.ceva-dsp.com/wp-content/uploads/2019/10/BNO080_085-Datasheet.pdf \endlink */ ...
<commit_before>/* * Copyright 2011, * Olivier Stasse, CNRS * * CNRS * * This file is part of sot-core. * sot-core is free software: you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation, either version 3 of * the Lice...
<commit_before>#ifndef VIGRA_MERGE_GRAPH_CALLBACKS_HXX #define VIGRA_MERGE_GRAPH_CALLBACKS_HXX /* std library */ #include <vector> /* boost */ #include <boost/function.hpp> namespace vigra { template<class NODE,class EDGE> class NewMergeGraphCallbacks{ public: //callbacks typedefs typedef boost:...
<commit_before>/* * Steve Vaught * This program uses the Unlicense */ // == Include statements == #include <iostream> #include <cmath> #include <string> #include <fstream> #include <iterator> #include <vector> #include <random> using namespace std; // == Function prototypes == string buildRandomString(int length...
<commit_before>#include "webcam.hpp" using namespace cv; using namespace std; Mat ellipticKernel(int width, int height = -1) { if (height==-1) { return getStructuringElement(MORPH_ELLIPSE,Size(width,width), Point(width/2, width/2)); } else { return getStructuringElement(MORPH_ELLIPSE,Size(width,height), Point(w...
<commit_before>// @(#)root/base:$Id: 6da0b5b613bbcfaa3a5cd4074e7b2be2448dfb31 $ // Author: Fons Rademakers 04/05/96 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. ...
<commit_before>// Original Author: Brian Bockelman /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
<commit_before>/* Copyright (C) 2016 iNuron NV This file is part of Open vStorage Open Source Edition (OSE), as available from http://www.openvstorage.org and http://www.openvstorage.com. This file is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public Li...
<commit_before>/******************************************************************************\ * ___ __ * * /\_ \ __/\ \ * * \//\ \ /\_\ \ \____ ___ _____ _____ __ ...
<commit_before>/* * Copyright (c) 2007 Digital Bazaar, Inc. All rights reserved. */ #include "BigDecimal.h" #include <sstream> using namespace std; using namespace db::crypto; BigDecimal::BigDecimal(long double value) { initialize(); if(value != 0) { *this = value; } } B...
<commit_before>/** * This file is part of the CernVM File System. */ #include "cvmfs_config.h" #include "util_concurrency.h" #include <unistd.h> #include <cassert> #ifdef CVMFS_NAMESPACE_GUARD namespace CVMFS_NAMESPACE_GUARD { #endif unsigned int GetNumberOfCpuCores() { const int numCPU = sysconf(_SC_NPROCESSO...
<commit_before>/* Copyright (C) 2013 Martin Klapetek <mklapetek@kde.org> Copyright (C) 2014 David Edmundson <davidedmundson@kde.org> 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 ...
<commit_before>// Copyright (c) 2017 Advanced Micro Devices, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation ...
<commit_before>/* * Copyright (C) 2014 Pavel Kirienko <pavel.kirienko@gmail.com> */ #include <unistd.h> #include <crdr_chibios/sys/sys.h> #include <uavcan_stm32/uavcan_stm32.hpp> #include <uavcan/protocol/global_time_sync_slave.hpp> namespace app { namespace { uavcan_stm32::CanInitHelper<> can; typedef uavcan::No...
<commit_before>//147. Insertion Sort List /* Sort a linked list using insertion sort. Author: Xinyu Liu */ #include <iostream> using namespace std; //Definition for singly-linked list. struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution{ public: Lis...
<commit_before>#include "../Include/CMenuNode.h" using namespace cocos2d; namespace LM { CMenuNode::CMenuNode(const std::string& a_rNormalImage, const std::string& a_rSelectedImage, CCallback a_fpCallback, EAnchor a_eAnchor, int a_iXPosition, ...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: vtkImageNonMaximumSuppression.cxx Language: C++ Date: $Date$ Version: $Revision$ Thanks: Thanks to C. Charles Law who developed this class. Copyright (c) 1993-1...
<commit_before>/* * uex_mem_services_sv_impl.c * * Created on: Jan 7, 2018 * Author: ballance */ #include "uex_mem_services.h" #include "uex_dpi.h" #include <stdio.h> #include <stdexcept> #include <stdlib.h> #include <string.h> #ifdef __cplusplus extern "C" { #endif // Memory Services int _...
<commit_before>#ifndef ENGINE_COMMON_UTILITY_DEBUG_REMOTERY_HPP #define ENGINE_COMMON_UTILITY_DEBUG_REMOTERY_HPP #pragma once #include <remotery.h> #include "utility/text/ustring.hpp" #include <string> #include <set> namespace engine { class remotery_t { public: remotery_t() : rmt(nullptr) ...
<commit_before> #include "ros/ros.h" #include "std_msgs/String.h" #include "segbot_gui/QuestionDialog.h" #include <string> #include <stdlib.h> #include <vector> std::string status_shirt, status_object, status_board; std::string shirt_color, object_name; std::string file_shirt, file_object, file_board; void callbac...
<commit_before>/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve. 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 app...
<commit_before>/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: testMetaMesh.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) Insight Software Consortium. All rights reserved. See ITKCopy...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlDataSourceSettings.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: rt $ $Date: 2005-09-08 14:03:58 $ * * The Contents of this f...
<commit_before>/**************************************************************************** * * Copyright (C) 2015 Mark Charlebois. All rights reserved. * Copyright (C) 2016 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are p...
<commit_before>/* * Copyright (c) 2014 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
<commit_before>// // ex7_13.cpp // Exercise 7.13 // // Created by pezy on 11/9/14. // #include "ex7_12.h" int main() { Sales_data total(std::cin); if (!total.isbn().empty()) { std::istream &is = std::cin; while (is) { Sales_data trans(is); if (total.isbn() == tra...
<commit_before>// @(#)root/base:$Id$ // Author: Rene Brun 05/02/2007 /************************************************************************* * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
<commit_before>//===----------------------------------------------------------------------===// // // PelotonDB // // configuration.cpp // // Identification: benchmark/ycsb/configuration.cpp // // Copyright (c) 2015, Carnegie Mellon University Database Group // //===-----------------------------...
<commit_before>/** @file A brief file description @section license License 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 fi...
<commit_before>// // ClockReceiver.hpp // Clock Signal // // Created by Thomas Harte on 22/07/2017. // Copyright 2017 Thomas Harte. All rights reserved. // #ifndef ClockReceiver_hpp #define ClockReceiver_hpp /* Informal pattern for all classes that run from a clock cycle: Each will implement either or both of...
<commit_before>// // Copyright 2015 The ANGLE 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. // #include "test_utils/ANGLETest.h" using namespace angle; namespace { class UniformTest : public ANGLETest { protected: ...
<commit_before>/*MIT License Copyright (c) 2018 MTA SZTAKI 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, copy, modify, merge...
<commit_before>#include "libs/base/tasks_m7.h" #include "third_party/freertos_kernel/include/FreeRTOS.h" #include "third_party/freertos_kernel/include/task.h" #include <cstdio> extern "C" void app_main(void *param) { printf("Hello world FreeRTOS.\r\n"); while (true) { taskYIELD(); } } <commit_msg>...
<commit_before>////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2008-2012, Shane Liesegang // 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> #include "Uniforms.h" namespace ion { namespace Graphics { template <> EValueType IUniformTyped<float>::GetType() const { return EValueType::Float; } template <> EValueType IUniformTyped<vec2f>::GetType() const { return EValueType::Float2; } template <...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: myucp_resultset.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: ihi $ $Date: 2007-06-05 14:40:12 $ * * The Contents of this file a...
<commit_before>/* Copyright 2012 K2Informatics GmbH, Root Laengenbold, Switzerland * * 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>/** \brief Updates Zeder (via Ingo's SQL database) w/ the last N issues of harvested articles for each journal. * \author Dr. Johannes Ruscheinski (johannes.ruscheinski@uni-tuebingen.de) * * \copyright 2018-2020 Universitätsbibliothek Tübingen. All rights reserved. * * This program is free softw...
<commit_before><commit_msg>location_compression: safety review to init struct<commit_after><|endoftext|>
<commit_before>/****************************************************************************** * Copyright 2018 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>// Bindings #include "PyROOT.h" #include "Adapters.h" #include "Utility.h" // ROOT #include "TInterpreter.h" #include "TBaseClass.h" #include "TClass.h" #include "TClassEdit.h" #include "TDataType.h" #include "TDataMember.h" #include "TMethod.h" #include "TFunction.h" #include "TMethodArg.h" #include "T...
<commit_before>#include "types.h" #include "amd64.h" #include "mmu.h" #include "cpu.hh" #include "kernel.hh" #include "bits.hh" #include "spinlock.h" #include "kalloc.hh" #include "queue.h" #include "condvar.h" #include "proc.hh" #include "vm.hh" #include "wq.hh" using namespace std; static const char *levelnames[] =...
<commit_before>#include <znc/main.h> #include <znc/User.h> #include <znc/IRCNetwork.h> #include <znc/Modules.h> #include <znc/Nick.h> #include <znc/Chan.h> #include <znc/IRCSock.h> #include "twitchtmi.h" #include "jload.h" TwitchTMI::~TwitchTMI() { } bool TwitchTMI::OnLoad(const CString& sArgsi, CString& sMessage...
<commit_before>/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2012, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
<commit_before>/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2012, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
<commit_before>#include <Arduino.h> #include <Wire.h> #include <LiquidCrystal_I2C.h> #include <BH1750.h> #include "sensors/TemperatureSensor.hpp" #include "sensors/RainStatusSensor.hpp" #include <Time.h> #include <DS1307RTC.h> #include <SFE_BMP180.h> LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); BH175...
<commit_before>/* Twofold-ChaiScript * (C) Copyright 2015 HicknHack Software GmbH * * The original code can be found at: * https://github.com/arBmind/Twofold-ChaiScript * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
<commit_before>// Copyright (c) 2021 The Orbit 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 "AllocateInTracee.h" #include <absl/base/casts.h> #include <absl/strings/str_format.h> #include <linux/seccomp.h> #include <sys/...
<commit_before>// Copyright (c) 2020 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, this list o...
<commit_before>// Copyright (c) 2021 ASMlover. All rights reserved. // // ______ __ ___ // /\__ _\ /\ \ /\_ \ // \/_/\ \/ __ \_\ \ _____ ___\//\ \ __ // \ \ \ /'__`\ /'_` \/\ '__`\ / __`\\ \ \ /'__`\ // \ \ \/\ \L\.\_/\ \L\ \ \ \L\ \/...
<commit_before>/* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999 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. Redistri...
<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 Francois Beaune, The appleseedhq Organization // // Permission is hereby granted, free of charge, to any...
<commit_before>/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
<commit_before>/** \file rss_subset_aggregator.cc * \brief Aggregates RSS feeds. * \author Dr. Johannes Ruscheinski (johannes.ruscheinski@uni-tuebingen.de) * * \copyright 2021 Universitätsbibliothek Tübingen. All rights reserved. * * This program is free software: you can redistribute it and/or modify * ...
<commit_before>#include "blinkstick/blinkstick.hpp" #include <hidapi/hidapi.h> #include <array> #include <cstdarg> #include <string> namespace { constexpr int VENDOR_ID = 0X20A0; constexpr int PRODUCT_ID = 0X41E5; bool print_debug = false; std::shared_ptr<hid_device> get_device(hid_device_info* de...
<commit_before>#include <StdAfx.h> #include <UI/Dialogs/Editors/HexEditor.h> #include <UI/FileDialogEx.h> #include <UI/ViewPane/CountedTextPane.h> #include <UI/ViewPane/SmartViewPane.h> #include <UI/ViewPane/SplitterPane.h> #include <UI/ViewPane/TreePane.h> #include <MAPI/Cache/GlobalCache.h> #include <MAPI/MAPIFunctio...
<commit_before><commit_msg>Don't ignore special character input on the Mac.<commit_after><|endoftext|>
<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 "chrome/browser/media/android/router/media_router_android.h" #include "base/android/jni_android.h" #include "base/android/jni_str...
<commit_before>// Copyright (c) 2010 The Chromium Embedded Framework 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 "include/cef.h" #include "include/cef_runnable.h" #include "cefclient.h" #include "client_handler.h" #inclu...
<commit_before>#include <string.h> #include "glm/gtx/bit.hpp" #include "stbimage/stb_image.h" #include "pixelboost/file/fileSystem.h" #include "pixelboost/graphics/device/texture.h" using namespace pb; Texture::Texture() : _Data(0) { } Texture::~Texture() { if (_Data) delete[] _Data; } bool T...
<commit_before>/** * This file is part of the CernVM File System. */ #define __STDC_FORMAT_MACROS #include "authz_session.h" #include <errno.h> #include <inttypes.h> #ifdef __APPLE__ #include <sys/sysctl.h> #endif #include <cassert> #include <cstdio> #include <vector> #include "authz/authz_fetch.h" #include "logg...
<commit_before>/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: VectorConfidenceConnected.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) 2002 Insight Consortium. All rights reserved. Se...
<commit_before>/** * This file is part of the CernVM File System. */ #include "statistics_database.h" struct Stats { std::string files_added; std::string files_removed; std::string files_changed; std::string dir_added; std::string dir_removed; std::string dir_changed; std::string bytes_added; std::...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sdbtstrings.cxx,v $ * * $Revision: 1.3 $ * * last change: $Author: obo $ $Date: 2006-09-17 06:53:00 $ * * The Contents of this file are m...
<commit_before>/// /// @file WheelFactorization.hpp /// @brief Classes and structs related to wheel factorization. /// /// Copyright (C) 2016 Kim Walisch, <kim.walisch@gmail.com> /// /// This file is distributed under the BSD License. See the COPYING /// file in the top level directory. /// #ifndef WHEELFACTORIZATI...
<commit_before>/** @addtogroup Synchronization * @{ * \copyright TU Dresden ZIH. All rights reserved. * \authors Martin Flehmig, Marc Hartung, Marcus Walther * \date Oct 2015 */ #ifndef INCLUDE_SYNCHRONIZATION_INTERPOLATION_HPP_ #define INCLUDE_SYNCHRONIZATION_INTERPOLATION_HPP_ #include "Stdafx.hpp" #includ...
<commit_before>#ifndef _TOOLBOX_CPP_STACK_ALLOCATOR_HPP_ #define _TOOLBOX_CPP_STACK_ALLOCATOR_HPP_ #include <cstddef> #include <type_traits> #include <new> namespace toolbox { namespace alloc { template<typename T, std::size_t N> struct stack_allocator { using value_type = T; template<typename U> struct rebind {...
<commit_before>/* * Copyright (c) 2017 Tuukka Norri * This code is licensed under MIT license (see LICENSE for details). */ #ifndef VCF2MULTIALIGN_BIT_STRING_FILE_HH #define VCF2MULTIALIGN_BIT_STRING_FILE_HH #include <vcf2multialign/types.hh> namespace vcf2multialign { class bit_string_file { protected: fi...
<commit_before>// This file is distributed under the MIT license. // See the LICENSE file for details. #include <atomic> #include <condition_variable> #include <functional> #include <thread> #include <visionaray/math/math.h> #include "macros.h" #include "sched_common.h" #include "semaphore.h" namespace visionaray {...
<commit_before>#pragma warning(disable:4996) #include "MainWindowProxy.h" #include "common/RhodesApp.h" #include "common/RhoConf.h" #include "common/RhoFilePath.h" #include "NativeToolbarQt.h" #include "rho/rubyext/NativeToolbarExt.h" #undef null #include <QString> #include <QApplication> #include <QtGui/QAction> #incl...
<commit_before>/* * (C) 2015 Jack Lloyd * * Botan is released under the Simplified BSD License (see license.txt) */ #include "../cli/cli.h" #include "tests.h" #include <iostream> #include <sstream> #include <string> #include <set> #include <deque> #include <cstdlib> #include <botan/version.h> #include <botan/loadstor...
<commit_before>#include <iostream> #include "systems/OpenGLSystem.h" #include "systems/OpenALSystem.h" #include "systems/BulletPhysics.h" #include "systems/FactorySystem.h" #include "controllers/GUIController.h" #include "controllers/FPSCamera.h" #include "components/PhysicsController.h" #include "components/GLScreenQ...