commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
5b329fd1aa5a6a1ff4ae1d9b6c83e33342392c31
src/objective-c/GRPCClient/GRPCCall+Interceptor.h
src/objective-c/GRPCClient/GRPCCall+Interceptor.h
/* * * Copyright 2019 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
/* * * Copyright 2019 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Add experimental notice to global interceptor
Add experimental notice to global interceptor
C
apache-2.0
pszemus/grpc,muxi/grpc,donnadionne/grpc,firebase/grpc,ctiller/grpc,jtattermusch/grpc,donnadionne/grpc,ctiller/grpc,pszemus/grpc,vjpai/grpc,jboeuf/grpc,grpc/grpc,vjpai/grpc,ctiller/grpc,jtattermusch/grpc,ejona86/grpc,jboeuf/grpc,donnadionne/grpc,grpc/grpc,muxi/grpc,firebase/grpc,vjpai/grpc,nicolasnoble/grpc,grpc/grpc,do...
bbaf4584286657582a92d5bb4038a5a06654ebb1
fetch-pack.h
fetch-pack.h
#ifndef FETCH_PACK_H #define FETCH_PACK_H struct fetch_pack_args { const char *uploadpack; int quiet; int keep_pack; int unpacklimit; int use_thin_pack; int fetch_all; int verbose; int depth; int no_progress; }; void setup_fetch_pack(struct fetch_pack_args *args); struct ref *fetch_pack(const char *dest, in...
#ifndef FETCH_PACK_H #define FETCH_PACK_H struct fetch_pack_args { const char *uploadpack; int unpacklimit; int depth; unsigned quiet:1, keep_pack:1, use_thin_pack:1, fetch_all:1, verbose:1, no_progress:1; }; void setup_fetch_pack(struct fetch_pack_args *args); struct ref *fetch_pack(const char *dest, ...
Use 'unsigned:1' when we mean boolean options
Use 'unsigned:1' when we mean boolean options These options are all strictly boolean (true/false). Its easier to document this implicitly by making their storage type a single bit. There is no compelling memory space reduction reason for this change, it just makes the structure definition slightly more readable. Sig...
C
mit
destenson/git,destenson/git,destenson/git,destenson/git,destenson/git,destenson/git,destenson/git,destenson/git
a91f0523158431e59051d1fd7977426026a2c5a6
src/plugins/qmldesigner/components/formeditor/abstractcustomtool.h
src/plugins/qmldesigner/components/formeditor/abstractcustomtool.h
#ifndef QMLDESIGNER_ABSTRACTSINGLESELECTIONTOOL_H #define QMLDESIGNER_ABSTRACTSINGLESELECTIONTOOL_H #include "abstractformeditortool.h" namespace QmlDesigner { class QMLDESIGNERCORE_EXPORT AbstractCustomTool : public QmlDesigner::AbstractFormEditorTool { public: AbstractCustomTool(); void selectedItemsChang...
#ifndef QMLDESIGNER_ABSTRACTSINGLESELECTIONTOOL_H #define QMLDESIGNER_ABSTRACTSINGLESELECTIONTOOL_H #include "abstractformeditortool.h" namespace QmlDesigner { class QMLDESIGNERCORE_EXPORT AbstractCustomTool : public QmlDesigner::AbstractFormEditorTool { public: AbstractCustomTool(); void selectedItemsChang...
Add name method to custom tools
QmlDesigner.FormEditor: Add name method to custom tools Change-Id: Icabf454fc49444a5a88c1f5eb84847967f09078e Reviewed-by: Thomas Hartmann <588ee739c05aab7547907becfd1420d2b7316069@digia.com> (cherry picked from commit bcb11829bab091c0e2c8ea4de42cc03aa5359f0c) Reviewed-by: Marco Bubke <5254e489b34ec8bbce36789100e3fc0f4...
C
lgpl-2.1
colede/qtcreator,darksylinc/qt-creator,danimo/qt-creator,farseerri/git_code,danimo/qt-creator,amyvmiwei/qt-creator,xianian/qt-creator,danimo/qt-creator,maui-packages/qt-creator,farseerri/git_code,amyvmiwei/qt-creator,richardmg/qtcreator,darksylinc/qt-creator,duythanhphan/qt-creator,xianian/qt-creator,omniacreator/qtcre...
91555cbe336706d381af22561180b751923b1330
cursor.all.h
cursor.all.h
// File created: 2011-09-02 23:36:23 #ifndef MUSHSPACE_CURSOR_H #define MUSHSPACE_CURSOR_H #include "space.all.h" #define mushcursor MUSHSPACE_NAME(mushcursor) // What kind of an area is the cursor in? typedef enum MushCursorMode { MushCursorMode_static, MushCursorMode_dynamic, MushCursorMode_bak, } MushCursorMo...
// File created: 2011-09-02 23:36:23 #ifndef MUSHSPACE_CURSOR_H #define MUSHSPACE_CURSOR_H #include "space.all.h" #define mushcursor MUSHSPACE_NAME(mushcursor) // What kind of an area is the cursor in? typedef enum MushCursorMode { MushCursorMode_static, MushCursorMode_dynamic, MushCursorMode_bak, } MushCursorMo...
Add mushcursor.box_idx, for Funge-98 only
Add mushcursor.box_idx, for Funge-98 only
C
mit
Deewiant/mushspace,Deewiant/mushspace,Deewiant/mushspace
3df7e69b8f231c7514732bb8d55eb6ead1de0b3b
scripts/testScreens/testReport/deleteInspectionLocation.c
scripts/testScreens/testReport/deleteInspectionLocation.c
testScreens: testReport: DeleteInspectionLocation If [ tagTestSubjectLocation::_LtestSubjectLocation = "" ] Halt Script End If If [ tagTestSubjectLocation::inUse = "t" ] Show Custom Dialog [ Title: "!"; Message: "Deleting this set of test items is allowed after you delete all discoveries made during testing."; Buttons:...
testScreens: testReport: deleteInspectionLocation If [ tagTestSubjectLocation::_LtestSubjectLocation = "" ] Halt Script End If If [ tagTestSubjectLocation::inUse = "t" ] Show Custom Dialog [ Message: "Delete all test results made in this test section before deleting it. To do this, click its green test button. Click on...
Change language to improve quality and update to new vocabulary.
Change language to improve quality and update to new vocabulary. Instead of ‘discovery’ now using ‘test result’ and instead of ‘focus’ now use ‘test section.’
C
apache-2.0
HelpGiveThanks/Library,HelpGiveThanks/Library
0e6bcc34c6601b2ed2336d54e49bf23c12e30c60
Settings/Controls/Dialog.h
Settings/Controls/Dialog.h
// Copyright (c) 2015, Matthew Malensek. // Distributed under the BSD 2-Clause License (see LICENSE.txt for details) #pragma once #include <Windows.h> #include <unordered_map> class Control; class Dialog { public: Dialog(); Dialog(HWND parent, LPCWSTR dlgTemplate); void AddControl(Control *control); ...
// Copyright (c) 2015, Matthew Malensek. // Distributed under the BSD 2-Clause License (see LICENSE.txt for details) #pragma once #include <Windows.h> #include <unordered_map> class Control; class Dialog { public: Dialog(); Dialog(HWND parent, LPCWSTR dlgTemplate); void AddControl(Control *control); ...
Maintain the template string as an instance variable
Maintain the template string as an instance variable
C
bsd-2-clause
malensek/3RVX,malensek/3RVX,malensek/3RVX
f938f81e36fa1fffb1732058a23570abd2e9ee0e
bin/varnishd/mgt.h
bin/varnishd/mgt.h
/* * $Id$ */ #include "common.h" #include "miniobj.h" extern struct evbase *mgt_evb; /* mgt_child.c */ void mgt_run(int dflag); void mgt_start_child(void); void mgt_stop_child(void); extern pid_t mgt_pid, child_pid; /* mgt_cli.c */ void mgt_cli_init(void); void mgt_cli_setup(int fdi, int fdo, int verbose); int m...
/* * $Id$ */ #include "common.h" #include "miniobj.h" extern struct evbase *mgt_evb; /* mgt_child.c */ void mgt_run(int dflag); extern pid_t mgt_pid, child_pid; /* mgt_cli.c */ void mgt_cli_init(void); void mgt_cli_setup(int fdi, int fdo, int verbose); int mgt_cli_askchild(int *status, char **resp, const char *f...
Remove prototypes for no longer existing functions
Remove prototypes for no longer existing functions git-svn-id: 7d4b18ab7d176792635d6a7a77dd8cbbea8e8daa@659 d4fa192b-c00b-0410-8231-f00ffab90ce4
C
bsd-2-clause
ssm/pkg-varnish,wikimedia/operations-debs-varnish,ssm/pkg-varnish,CartoDB/Varnish-Cache,CartoDB/Varnish-Cache,wikimedia/operations-debs-varnish,wikimedia/operations-debs-varnish,ssm/pkg-varnish,wikimedia/operations-debs-varnish,ssm/pkg-varnish,CartoDB/Varnish-Cache,wikimedia/operations-debs-varnish,ssm/pkg-varnish
925cd389862fe45b44921e1a8693fb8b927a9ed6
experiment.c
experiment.c
#include "stdio.h" #include "stdlib.h" #define TRIALS 4 #define MATRIX_SIZE 1024 int main(int argc, char* argv[]) { short A[MATRIX_SIZE][MATRIX_SIZE], B[MATRIX_SIZE][MATRIX_SIZE], C[MATRIX_SIZE][MATRIX_SIZE]; // Initalize array A and B with '1's for (int i = 0; i < MATRIX_SIZE; ++i) for (int k = ...
#include "stdio.h" #include "stdlib.h" #define TRIALS 4 #define MATRIX_SIZE 2048 short A[MATRIX_SIZE][MATRIX_SIZE], B[MATRIX_SIZE][MATRIX_SIZE], C[MATRIX_SIZE][MATRIX_SIZE] = {{0}}; int main(int argc, char* argv[]) { // Initalize array A and B with '1's for (int i = 0; i < MATRIX_SIZE; ++i) for (int...
Move the arrays out of the stack into global mem
Move the arrays out of the stack into global mem
C
mit
EvanPurkhiser/CS-Matrix-Multiplication
a5fc5eba4dfcc284e6adcd7fdcd5b43182230d2b
arch/x86/include/asm/bug.h
arch/x86/include/asm/bug.h
#ifndef _ASM_X86_BUG_H #define _ASM_X86_BUG_H #ifdef CONFIG_BUG #define HAVE_ARCH_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE #ifdef CONFIG_X86_32 # define __BUG_C0 "2:\t.long 1b, %c0\n" #else # define __BUG_C0 "2:\t.long 1b - 2b, %c0 - 2b\n" #endif #define BUG() \ do { \ asm volatile("1:\tud2\n" \ "...
#ifndef _ASM_X86_BUG_H #define _ASM_X86_BUG_H #ifdef CONFIG_BUG #define HAVE_ARCH_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE #ifdef CONFIG_X86_32 # define __BUG_C0 "2:\t.long 1b, %c0\n" #else # define __BUG_C0 "2:\t.long 1b - 2b, %c0 - 2b\n" #endif #define BUG() \ do { \ asm volatile("1:\tud2\n" \ "...
Convert BUG() to use unreachable()
x86: Convert BUG() to use unreachable() Use the new unreachable() macro instead of for(;;);. When allyesconfig is built with a GCC-4.5 snapshot on i686 the size of the text segment is reduced by 3987 bytes (from 6827019 to 6823032). Signed-off-by: David Daney <0662de36cfb0706ed279bff52abef14720945acc@caviumnetworks....
C
apache-2.0
TeamVee-Kanas/android_kernel_samsung_kanas,TeamVee-Kanas/android_kernel_samsung_kanas,KristFoundation/Programs,TeamVee-Kanas/android_kernel_samsung_kanas,KristFoundation/Programs,TeamVee-Kanas/android_kernel_samsung_kanas,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,TeamVee-Kanas/android_k...
62cf809f47a2767f343ddc649f8e8b0d725c7823
inc/user.h
inc/user.h
#ifndef USER_H #define USER_H #include <stdint.h> #include <QString> #include <QByteArray> #include <QVector> #include "../inc/pwentry.h" class User { public: enum AuthenticateFlag { Authenticate = 0x0000, Encrypt = 0x0001, Decrypt = 0x0002 }; User(); User(QString u...
#ifndef USER_H #define USER_H #include <stdint.h> #include <QString> #include <QByteArray> #include <QVector> #include "../inc/pwentry.h" class User { public: enum AuthenticateFlag { Auth = 0x0000, Encrypt = 0x0001, Decrypt = 0x0002 }; User(); User(QString username, ...
Resolve naming conflict between Authenticate method name and enum name.
Resolve naming conflict between Authenticate method name and enum name.
C
mit
vapter/karabiner,vapter/karabiner,vapter/karabiner
2f7b8e781b35070f8f79b4816354ffd81df9048b
lib/stdarg.h
lib/stdarg.h
#ifndef __STDARG_H #define __STDARG_H #include "sys/types.h" typedef void *va_list; #define va_start(l, arg) l = (void *)&arg #define va_arg(l, type) (*(type *)(l += __WORDSIZE / 8)) #define va_end(l) #endif
#ifndef __STDARG_H #define __STDARG_H #include "sys/types.h" typedef void *va_list; #define va_start(l, arg) l = (void *)&arg /* * va_arg assumes arguments are promoted to * machine-word size when pushed onto the stack */ #define va_arg(l, type) (*(type *)(l += sizeof *l)) #define va_end(l) #endif
Move by machine word size
Move by machine word size
C
mit
bobrippling/ucc-c-compiler,bobrippling/ucc-c-compiler,bobrippling/ucc-c-compiler
31679d8270f599c1a0927e5bcfd6f865d28167c1
spectrum.h
spectrum.h
#ifndef COMPTONSPECTRUM #define COMPTONSPECTRUM #include "TH1F.h" class spectrum { public: spectrum(double initialEnergy, double resolution); void setNumberOfEvents(const int events); virtual TH1F* getHisto(); virtual void generateEvents(); protected: double fInitialEnergy; double fResolution; int fEven...
#ifndef COMPTONSPECTRUM #define COMPTONSPECTRUM #include "TH1F.h" class spectrum { public: spectrum(double initialEnergy = 0, double resolution = 0); void setNumberOfEvents(const int events); virtual TH1F* getHisto(); virtual void generateEvents(); protected: double fInitialEnergy = 0; double fResolution ...
Add default values of variables
Add default values of variables
C
mit
wictus/comptonPlots
accf8e0bfee00fd2f5a97f728f0e8b57c6e9931d
inc/cleri/children.h
inc/cleri/children.h
/* * children.h - linked list for keeping node results * * author : Jeroen van der Heijden * email : jeroen@transceptor.technology * copyright : 2016, Transceptor Technology * * changes * - initial version, 08-03-2016 * - refactoring, 17-06-2017 */ #ifndef CLERI_CHILDREN_H_ #define CLERI_CHI...
/* * children.h - linked list for keeping node results * * author : Jeroen van der Heijden * email : jeroen@transceptor.technology * copyright : 2016, Transceptor Technology * * changes * - initial version, 08-03-2016 * - refactoring, 17-06-2017 */ #ifndef CLERI_CHILDREN_H_ #define CLERI_CHI...
Update gitignore and use typedef instead of struct
Update gitignore and use typedef instead of struct
C
mit
transceptor-technology/libcleri,transceptor-technology/libcleri
1739d1ce0131a272dfd976df21fdbe21c822cc2e
os/scoped_handle.h
os/scoped_handle.h
// LAF OS Library // Copyright (C) 2019 Igara Studio S.A. // Copyright (C) 2012-2013 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. #ifndef OS_SCOPED_HANDLE_H_INCLUDED #define OS_SCOPED_HANDLE_H_INCLUDED #pragma once namespace os { template...
// LAF OS Library // Copyright (C) 2019-2020 Igara Studio S.A. // Copyright (C) 2012-2013 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. #ifndef OS_SCOPED_HANDLE_H_INCLUDED #define OS_SCOPED_HANDLE_H_INCLUDED #pragma once namespace os { tem...
Add operators for ScopedHandle when it is const
Add operators for ScopedHandle when it is const
C
mit
aseprite/laf,aseprite/laf
4e2b8800768573270f13a537c76d4e5f0cdad3cf
Sources/CardinalDebugToolkit.h
Sources/CardinalDebugToolkit.h
// // CardinalDebugToolkit.h // CardinalDebugToolkit // // Created by Robin Kunde on 11/3/17. // Copyright © 2017 Cardinal Solutions. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for CardinalDebugToolkit. FOUNDATION_EXPORT double CardinalDebugToolkitVersionNumber; //! Project versio...
// // CardinalDebugToolkit.h // CardinalDebugToolkit // // Created by Robin Kunde on 11/3/17. // Copyright © 2017 Cardinal Solutions. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for CardinalDebugToolkit. FOUNDATION_EXPORT double CardinalDebugToolkitVersionNumber; //! Project versio...
Fix import statement in library briding header
Fix import statement in library briding header
C
mit
CardinalNow/CardinalDebugToolkit,CardinalNow/CardinalDebugToolkit,CardinalNow/CardinalDebugToolkit
c9c37b34d95a1436933698beca4cebcceb42a510
mainwindow.h
mainwindow.h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <qwt_picker.h> #include <qwt_plot_picker.h> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); private slots: void on_enableSiz...
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <qwt_picker.h> #include <qwt_plot_picker.h> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); private slots: void on_enableSiz...
Add x0, y0 fields in class.
Add x0, y0 fields in class.
C
mit
ivanshchitov/solving-system-ode
9faa3ae19da724a23538a218a691bf73c24b81d2
BKMoneyKit/BKCardExpiryField.h
BKMoneyKit/BKCardExpiryField.h
// // BKCardExpiryField.h // BKMoneyKit // // Created by Byungkook Jang on 2014. 7. 6.. // Copyright (c) 2014년 Byungkook Jang. All rights reserved. // #import "BKForwardingTextField.h" @interface BKCardExpiryField : BKForwardingTextField /** * Date components that user typed. Undetermined components would be ze...
// // BKCardExpiryField.h // BKMoneyKit // // Created by Byungkook Jang on 2014. 7. 6.. // Copyright (c) 2014년 Byungkook Jang. All rights reserved. // #import "BKForwardingTextField.h" @interface BKCardExpiryField : BKForwardingTextField /** * Date components that user typed. Undetermined components would be ze...
Add accept to current year getter
Add accept to current year getter
C
mit
bkook/BKMoneyKit,brightsider/BKMoneyKit
f1d1c9cbfdbb8740e2dfb3f0af5645be978fbfbd
omx/gstomx.h
omx/gstomx.h
/* * Copyright (C) 2007-2008 Nokia Corporation. * * Author: Felipe Contreras <felipe.contreras@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 as published by the Free Software Foundation * version 2.1 of the Lic...
/* * Copyright (C) 2007-2008 Nokia Corporation. * * Author: Felipe Contreras <felipe.contreras@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 as published by the Free Software Foundation * version 2.1 of the Lic...
Update library name to new bellagio library.
Update library name to new bellagio library.
C
lgpl-2.1
mrchapp/gst-openmax-devel,felipec/gst-openmax,prajnashi/gst-openmax,matsu/gst-openmax,mrchapp/gst-openmax,mrchapp/gst-openmax,matsu/gst-openmax,mrchapp/gst-openmax,PPCDroid/external-gst-openmax,freedesktop-unofficial-mirror/gstreamer__attic__gst-openmax,mrchapp/gst-openmax-devel,PPCDroid/external-gst-openmax,freedeskto...
04b90bc00fc6ce8bc6c559e56220ceb77cdbccf6
test/Analysis/array-struct.c
test/Analysis/array-struct.c
// RUN: clang -checker-simple -verify %s // RUN: clang -checker-simple -analyzer-store-region -verify %s struct s { int data; int data_array[10]; }; typedef struct { int data; } STYPE; void f(void) { int a[10]; int (*p)[10]; p = &a; (*p)[3] = 1; struct s d; struct s *q; q = &d; q->data = 3; ...
// RUN: clang -checker-simple -verify %s // RUN: clang -checker-simple -analyzer-store-region -verify %s struct s { int data; int data_array[10]; }; typedef struct { int data; } STYPE; void g1(struct s* p); void f(void) { int a[10]; int (*p)[10]; p = &a; (*p)[3] = 1; struct s d; struct s *q; ...
Add function side-effect test cast.
Add function side-effect test cast. git-svn-id: ffe668792ed300d6c2daa1f6eba2e0aa28d7ec6c@58565 91177308-0d34-0410-b5e6-96231b3b80d8
C
apache-2.0
llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,llvm-mirror/clang,llvm-mirror/clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,apple/swift-clang,apple/swift-cl...
d9ff38b9506f42f468d03a48674ef0a227405351
net430/cpu.h
net430/cpu.h
#include "config.h" #include <msp430.h> void delayMs(uint16_t ms); static void cpu_init(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer /* Set proper CPU clock speed */ DCOCTL = 0; #if CPU_FREQ == 1 BCSCTL1 = CALBC1_1MHZ; DCOCTL = CALDCO_1MHZ; #elif CPU_FREQ == 8 BCSCTL1 = CALBC1_8MHZ; DC...
#include "config.h" #include <msp430.h> #include <stdint.h> void delayMs(uint16_t ms); static void cpu_init(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer /* Set proper CPU clock speed */ DCOCTL = 0; #if CPU_FREQ == 1 BCSCTL1 = CALBC1_1MHZ; DCOCTL = CALDCO_1MHZ; #elif CPU_FREQ == 8 BCSCTL1 =...
Include stdint to get uint16_t
Include stdint to get uint16_t
C
mit
xpgdk/net430,xpgdk/net430,xpgdk/net430
ea0ce2b6d9c1463be6038146063f016b489b54e4
plugin/devil/gvplugin_devil.c
plugin/devil/gvplugin_devil.c
/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /********************************************************** * This software is part of the graphviz package * * http://www.graphviz.org/ * * * * Copyright (...
/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /********************************************************** * This software is part of the graphviz package * * http://www.graphviz.org/ * * * * Copyright (...
Apply patch for C standards compliance: "All declarations that refer to the same object or function shall have compatible type; otherwise, the behavior is undefined." (That's from ISO/IEC 9899:TC2 final committee draft, section 6.2.7.)
Apply patch for C standards compliance: "All declarations that refer to the same object or function shall have compatible type; otherwise, the behavior is undefined." (That's from ISO/IEC 9899:TC2 final committee draft, section 6.2.7.) This doesn't trigger issues with most C implementations, but there is one im...
C
epl-1.0
kbrock/graphviz,kbrock/graphviz,jho1965us/graphviz,BMJHayward/graphviz,jho1965us/graphviz,kbrock/graphviz,tkelman/graphviz,kbrock/graphviz,pixelglow/graphviz,jho1965us/graphviz,MjAbuz/graphviz,kbrock/graphviz,kbrock/graphviz,pixelglow/graphviz,tkelman/graphviz,MjAbuz/graphviz,tkelman/graphviz,kbrock/graphviz,BMJHayward...
6eb5be81ca17bc64de0b856fde8f5a9a90757489
test/CodeGen/enum.c
test/CodeGen/enum.c
// RUN: %clang_cc1 -triple i386-unknown-unknown %s -O3 -emit-llvm -o - | grep 'ret i32 6' // RUN: %clang_cc1 -triple i386-unknown-unknown -x c++ %s -O3 -emit-llvm -o - | grep 'ret i32 7' static enum { foo, bar = 1U } z; int main (void) { int r = 0; if (bar - 2 < 0) r += 4; if (foo - 1 < 0) r += 2; if...
// RUN: %clang_cc1 -triple i386-unknown-unknown %s -O3 -emit-llvm -o - | grep 'ret i32 6' // RUN: %clang_cc1 -triple i386-unknown-unknown -x c++ %s -O3 -emit-llvm -o - | grep 'ret i32 7' // This test case illustrates a peculiarity of the promotion of // enumeration types in C and C++. In particular, the enumeration ty...
Comment a wacky test case
Comment a wacky test case git-svn-id: ffe668792ed300d6c2daa1f6eba2e0aa28d7ec6c@123758 91177308-0d34-0410-b5e6-96231b3b80d8
C
apache-2.0
llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,llvm-mirror/clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,apple/swift-clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,apple/swift-cl...
bc000f3f8183954b8d013eeeed4af2e9d839735a
tests/homebrew-acceptance-test.c
tests/homebrew-acceptance-test.c
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2013 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 at * * ht...
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2013 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 at * * ht...
Fix compile error with -Werror
Fix compile error with -Werror Change-Id: Ifac2f0b1c06534bc85bad5fe2b2594c4eb208dda Reviewed-on: http://review.couchbase.org/27387 Tested-by: Trond Norbye <60edd2ef23891a753f231b0c6f161dc634079a93@gmail.com> Reviewed-by: Sergey Avseyev <87f6d5e4fd3644c3c20800cde7fd3ad1569370b3@gmail.com>
C
apache-2.0
PureSwift/libcouchbase,kojiromike/libcouchbase,mnunberg/libcouchbase,avsej/libcouchbase,maxim-ky/libcouchbase,avsej/libcouchbase,couchbase/libcouchbase,uvenum/libcouchbase,couchbase/libcouchbase,mody/libcouchbase,senthilkumaranb/libcouchbase,mnunberg/libcouchbase,kojiromike/libcouchbase,maxim-ky/libcouchbase,couchbase/...
be4d546b9b4e23bb379282cb65e76944c80d1371
src/amx_profiler/profile_writer.h
src/amx_profiler/profile_writer.h
// AMX profiler for SA-MP server: http://sa-mp.com // // Copyright (C) 2011-2012 Sergey Zolotarev // // 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/l...
// AMX profiler for SA-MP server: http://sa-mp.com // // Copyright (C) 2011-2012 Sergey Zolotarev // // 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/l...
Remove useless forward declaration of FunctionInfo
Remove useless forward declaration of FunctionInfo
C
bsd-2-clause
Zeex/samp-plugin-profiler,Zeex/samp-plugin-profiler
b98f39c0e86e42242d93c7ca7d8e1ff55f5839fa
src/main.h
src/main.h
#pragma once #include <unistd.h> #include <iostream> #include <list> #include <map> #include <mutex> #include <unordered_map> #include <queue> #include <sstream> #include <set> #include <thread> #include <tuple> #include <vector>
#pragma once #include <unistd.h> #include <fstream> #include <iostream> #include <list> #include <map> #include <mutex> #include <unordered_map> #include <queue> #include <sstream> #include <set> #include <thread> #include <tuple> #include <vector>
Include fstream for file reading and such.
Include fstream for file reading and such.
C
mit
ElementalAlchemist/RoBoBo,ElementalAlchemist/RoBoBo
cd1344fe322cd9d95b2c0f011d6766677cfcb29b
include/linux/gfs2_ioctl.h
include/linux/gfs2_ioctl.h
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
Remove unused ioctls and unused structure
[GFS2] Remove unused ioctls and unused structure Signed-off-by: David Teigland <cf7ba74ea50525d3d47fcd7a6d69b51121a9f873@redhat.com> Signed-off-by: Steven Whitehouse <9801c4ef11586b619a1c43ac9377eea2aee672dd@redhat.com>
C
apache-2.0
TeamVee-Kanas/android_kernel_samsung_kanas,KristFoundation/Programs,TeamVee-Kanas/android_kernel_samsung_kanas,KristFoundation/Programs,TeamVee-Kanas/android_kernel_samsung_kanas,KristFoundation/Programs,KristFoundation/Programs,TeamVee-Kanas/android_kernel_samsung_kanas,KristFoundation/Programs,KristFoundation/Program...
0b8792c05c59b3eb9dad6eb054618d8e9f7cacc7
lib/cmsis_rtos_v1/cmsis_kernel.c
lib/cmsis_rtos_v1/cmsis_kernel.c
/* * Copyright (c) 2018 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <kernel_structs.h> #include <cmsis_os.h> #include <ksched.h> extern const k_tid_t _main_thread; /** * @brief Get the RTOS kernel system timer counter */ uint32_t osKernelSysTick(void) { return k_cycle_get_32(); } /*...
/* * Copyright (c) 2018 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <kernel_structs.h> #include <cmsis_os.h> #include <ksched.h> extern const k_tid_t _main_thread; /** * @brief Get the RTOS kernel system timer counter */ uint32_t osKernelSysTick(void) { return k_cycle_get_32(); } /*...
Check if osKernelStart() is called from ISR
lib/cmsis_rtos_v1: Check if osKernelStart() is called from ISR Check if osKernelStart() is called from ISR and return error code appropriately. Signed-off-by: Spoorthi K <c4ff46ff4cba9c2c6c6c9d55497ae534451b4309@intel.com>
C
apache-2.0
explora26/zephyr,explora26/zephyr,GiulianoFranchetto/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,GiulianoFranchetto/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,Vudentz/zephyr,zephyrproject-rtos/zephyr,punitvara/zephyr,Vudentz/zephyr,finikorg/zephyr,nashif/zephyr,GiulianoFranchetto/zephyr,galak/zephyr,punitvara/z...
f00035de368a5a8ed8bcb7c9eec06bedf1c5dfe3
include/utils.h
include/utils.h
#ifndef UTILS_H #define UTILS_H #include <curses.h> #include <stdint.h> void color_str(WINDOW *, uint32_t, uint32_t, int16_t, int16_t, const char *); void init_seed_srand(void); #endif /* UTILS_H */
#ifndef UTILS_H #define UTILS_H #include <curses.h> #include <stdint.h> #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b)) void color_str(WINDOW *, uint32_t, uint32_t, int16_t, int16_t, const char *); void init_seed_srand(void); #endif /* UTILS_H */
Add MIN and MAX macros.
Add MIN and MAX macros.
C
mit
svagionitis/gridNcurses,svagionitis/gridNcurses,svagionitis/gridNcurses
2af846e7114e98c2883061ffbd0e43adc24033d3
stmhal/boards/stm32f4xx_prefix.c
stmhal/boards/stm32f4xx_prefix.c
// stm32f4xx_prefix.c becomes the initial portion of the generated pins file. #include <stdio.h> #include "py/obj.h" #include "pin.h" #include MICROPY_HAL_H #define AF(af_idx, af_fn, af_unit, af_type, af_ptr) \ { \ { &pin_af_type }, \ .name = MP_QSTR_AF ## af_idx ## _ ## af_fn ## af_unit, \ .idx = (af_id...
// stm32f4xx_prefix.c becomes the initial portion of the generated pins file. #include <stdio.h> #include "py/obj.h" #include "pin.h" #include MICROPY_HAL_H #define AF(af_idx, af_fn, af_unit, af_type, af_ptr) \ { \ { &pin_af_type }, \ .name = MP_QSTR_AF ## af_idx ## _ ## af_fn ## af_unit, \ .idx = (af_id...
Fix alt function number calculation
stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculation This prevented pin_find_af* functions from being able to find some of the alternate functions in the pin struct
C
mit
blmorris/micropython,matthewelse/micropython,pramasoul/micropython,feilongfl/micropython,ceramos/micropython,turbinenreiter/micropython,martinribelotta/micropython,MrSurly/micropython-esp32,stonegithubs/micropython,hiway/micropython,noahchense/micropython,rubencabrera/micropython,dmazzella/micropython,ahotam/micropytho...
45481b53b756642f2194ceef38d3c14f1f53d6a9
src/run_time_error.h
src/run_time_error.h
#ifndef SETI_EXCEPTION_H #define SETI_EXCEPTION_H #include <exception> #include <string> #include <boost/format.hpp> namespace setti { namespace internal { /** * @brief Class to represent an run time error * * This class encapsulates run time error, and it is * used to represent errors as symbol not found, * co...
#ifndef SETI_EXCEPTION_H #define SETI_EXCEPTION_H #include <exception> #include <string> #include <boost/format.hpp> namespace setti { namespace internal { /** * @brief Class to represent an run time error * * This class encapsulates run time error, and it is * used to represent errors as symbol not found, * co...
Fix run time error message
Fix run time error message
C
apache-2.0
alexst07/shell-plus-plus,alexst07/shell-plus-plus,alexst07/setti,alexst07/seti,alexst07/shell-plus-plus
d689f7a5313a7fd501c2572c493fe6d91a88cba4
src/gpu/effects/GrProxyMove.h
src/gpu/effects/GrProxyMove.h
/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrProxyMove_DEFINED #define GrProxyMove_DEFINED // In a few places below we rely on braced initialization order being defined by the C++ spec (left // to right). We u...
/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrProxyMove_DEFINED #define GrProxyMove_DEFINED // In a few places below we rely on braced initialization order being defined by the C++ spec (left // to right). We u...
Work around Win/Clang eval order bug
GR_PROXY_MOVE: Work around Win/Clang eval order bug BUG=chromium:687259 Change-Id: I145dac240a3c4f89cf1b6bf6ff54ba73cd110ebf Reviewed-on: https://skia-review.googlesource.com/7831 Reviewed-by: Hans Wennborg <a07172e79c6f961ccb614746feeee38b5e9a6399@google.com> Reviewed-by: Brian Salomon <61fabaaf0876044aeedfd8e351e48...
C
bsd-3-clause
HalCanary/skia-hc,Hikari-no-Tenshi/android_external_skia,HalCanary/skia-hc,HalCanary/skia-hc,HalCanary/skia-hc,aosp-mirror/platform_external_skia,HalCanary/skia-hc,Hikari-no-Tenshi/android_external_skia,Hikari-no-Tenshi/android_external_skia,aosp-mirror/platform_external_skia,rubenvb/skia,google/skia,rubenvb/skia,aosp-...
48469ae6496b244da1215b5a0d9941ed1bb6ee71
headers/graphics.h
headers/graphics.h
typedef struct { long double r; long double b; long double g; long double a; } cgColor; unsigned int framebuffer_h; unsigned int framebuffer_v; cgColor ** framebuffer; void init_framebuffer(unsigned int h, unsigned int v);
typedef struct { long double r; long double g; long double b; long double a; } cgColor; unsigned int framebuffer_h; unsigned int framebuffer_v; cgColor ** framebuffer; void init_framebuffer(unsigned int h, unsigned int v);
Fix mistype in color structure
Fix mistype in color structure
C
mit
hleon12/RayTracing-Engine,hleonps/Prisma-RayTracer,hleon12/RayTracing-Engine,hleonps/Prisma-RayTracer
b0a445b9ced67a104890053624bcfeb11b804df2
TPCocoaGPG/TPGPGOutputChunk.h
TPCocoaGPG/TPGPGOutputChunk.h
// // TPGPGOutputChunk.h // TPCocoaGPG // // Created by Thomas Pelletier on 10/23/14. // Copyright (c) 2014 Thomas Pelletier. See LICENSE. // #import <Foundation/Foundation.h> @interface TPGPGOutputChunk : NSObject { NSString* _key; NSString* _text; } + (TPGPGOutputChunk*)makeWithKey:(NSString*)key andText:(...
// // TPGPGOutputChunk.h // TPCocoaGPG // // Created by Thomas Pelletier on 10/23/14. // Copyright (c) 2014 Thomas Pelletier. See LICENSE. // #import <Foundation/Foundation.h> /** Internal representation of GPG's parsed standard error. */ @interface TPGPGOutputChunk : NSObject { NSString* _key; NSString* _t...
Add some doc for output chunk
Add some doc for output chunk
C
mit
pelletier/TPCocoaGPG
b85b36e461985e3732e346d850e69f9e28135044
include/types.h
include/types.h
#ifndef TYPES_H #define TYPES_H // Explicitly-sized versions of integer types typedef __signed char int8_t; typedef unsigned char uint8_t; typedef short int16_t; typedef unsigned short uint16_t; typedef int int32_t; typedef unsigned int uint32_t; typedef long long int64_t; typedef unsigned long long uint64_t; // size...
#ifndef TYPES_H #define TYPES_H // Explicitly-sized versions of integer types typedef __signed char int8_t; typedef unsigned char uint8_t; typedef short int16_t; typedef unsigned short uint16_t; typedef int int32_t; typedef unsigned int uint32_t; typedef long long int64_t; typedef unsigned long long uint64_t; typedef...
Define bool type together with true/false
Define bool type together with true/false
C
mit
dutra/x86_kernel,dutra/x86_kernel
faf0b8c401c31419a11cd8bbc640340f2c6d52da
lib/Target/X86/X86InstrBuilder.h
lib/Target/X86/X86InstrBuilder.h
//===-- X86InstrBuilder.h - Functions to aid building x86 insts -*- C++ -*-===// // // This file exposes functions that may be used with BuildMI from the // MachineInstrBuilder.h file to handle X86'isms in a clean way. // // The BuildMem function may be used with the BuildMI function to add entire // memory references ...
//===-- X86InstrBuilder.h - Functions to aid building x86 insts -*- C++ -*-===// // // This file exposes functions that may be used with BuildMI from the // MachineInstrBuilder.h file to handle X86'isms in a clean way. // // The BuildMem function may be used with the BuildMI function to add entire // memory references ...
Add a simple way to add memory locations of format
Add a simple way to add memory locations of format [reg+offset] git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@4825 91177308-0d34-0410-b5e6-96231b3b80d8
C
apache-2.0
GPUOpen-Drivers/llvm,llvm-mirror/llvm,chubbymaggie/asap,chubbymaggie/asap,llvm-mirror/llvm,apple/swift-llvm,dslab-epfl/asap,llvm-mirror/llvm,GPUOpen-Drivers/llvm,GPUOpen-Drivers/llvm,apple/swift-llvm,llvm-mirror/llvm,apple/swift-llvm,GPUOpen-Drivers/llvm,llvm-mirror/llvm,llvm-mirror/llvm,llvm-mirror/llvm,llvm-mirror/ll...
0f3348ab04b96d4798b19afc04323c55204fbebd
include/varcache.h
include/varcache.h
#define VAR_ENCODING_LEN 16 #define VAR_DATESTYLE_LEN 16 #define VAR_TIMEZONE_LEN 36 #define VAR_STDSTR_LEN 4 typedef struct VarCache VarCache; struct VarCache { char client_encoding[VAR_ENCODING_LEN]; char datestyle[VAR_DATESTYLE_LEN]; char timezone[VAR_TIMEZONE_LEN]; char std_strings[VAR_STDSTR_LEN]; }; bool...
#define VAR_ENCODING_LEN 16 #define VAR_DATESTYLE_LEN 32 #define VAR_TIMEZONE_LEN 36 #define VAR_STDSTR_LEN 4 typedef struct VarCache VarCache; struct VarCache { char client_encoding[VAR_ENCODING_LEN]; char datestyle[VAR_DATESTYLE_LEN]; char timezone[VAR_TIMEZONE_LEN]; char std_strings[VAR_STDSTR_LEN]; }; bool...
Increase room for DateStyle storage.
Increase room for DateStyle storage. If value is larger than buffer, it stays empty and libpq will drop connection.
C
isc
kvap/pgbouncer,kvap/pgbouncer,wurenny/pgbouncer-x2,dbaxa/pgbouncer,digoal/pgbouncer-x2,jaiminpan/pgbouncer,dbaxa/pgbouncer,wurenny/pgbouncer-x2,kvap/pgbouncer,wurenny/pgbouncer-x2,jaiminpan/pgbouncer,digoal/pgbouncer-x2,digoal/pgbouncer-x2,wurenny/pgbouncer-x2,jaiminpan/pgbouncer,dbaxa/pgbouncer,dbaxa/pgbouncer,jaiminp...
cea64f7221398e71fcbcc60e0572a7bc7594a1c2
main.c
main.c
#include "tour.h" #define NCITIES 5 int main() { tour t = create_tour(NCITIES); int i; for (i = 0; i < NCITIES; i++) { printf("%d\n", t[i]); } printf("Hello!"); return 0; }
#include "tour.h" #define NCITIES 5 #define STARTPOINT 2 int main() { tour t = create_tour(NCITIES); populate_tour(t, NCITIES); start_point(t, STARTPOINT); swap_cities(t, 3, 4); int i; for (i = 0; i < NCITIES; i++) { printf("%d\n", t[i]); } printf("Hello!\n"); return 0; }
Test all functions from tour.h.
Test all functions from tour.h.
C
apache-2.0
frila/caixeiro
0143ac1ab6d2a5e9194ba73a3c61b0514f66ea50
tiledb/sm/c_api/tiledb_version.h
tiledb/sm/c_api/tiledb_version.h
/* * @file version.h * * @section LICENSE * * The MIT License * * @copyright Copyright (c) 2017-2020 TileDB, 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 restri...
/* * @file version.h * * @section LICENSE * * The MIT License * * @copyright Copyright (c) 2017-2020 TileDB, 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 restri...
Update tiledb version to 1.8.0 for dev
Update tiledb version to 1.8.0 for dev
C
mit
TileDB-Inc/TileDB,TileDB-Inc/TileDB,TileDB-Inc/TileDB,TileDB-Inc/TileDB
4d157e3b8762ecb49b191cc33762bb1d7e71a8f3
user/robot/umain.c
user/robot/umain.c
#include <joyos.h> #include "platform.h" #include "navigation.h" extern volatile uint8_t robot_id; int usetup (void) { robot_id = 7; platform_init(); nav_init(); return 0; } int umain (void) { printf("Hello, world!\n"); nav_start(); printf("Nav started, setting coords\n"); ...
#include <joyos.h> #include "platform.h" #include "navigation.h" extern volatile uint8_t robot_id; int usetup(void) { robot_id = 7; platform_init(); nav_init(); return 0; } int umain(void) { printf("Hello, world!\n"); nav_start(); printf("Nav started, setting coords\n"); ...
Add VPS target seeking code.
Add VPS target seeking code.
C
mit
mboyd/6.270,mboyd/6.270
906fc80d89f2487c7f3588cf4495ba368f8d3bf4
game.h
game.h
#ifndef GAME_H #define GAME_H #include <stdint.h> #define SPACING 5 #define FONT "cairo:monospace" #define FONT_SIZE 12 #define TILE_SIZE (FONT_SIZE * 4) #define GRID_WIDTH 4 #define GRID_HEIGHT 4 #define GRID_SIZE (GRID_WIDTH * GRID_HEIGHT) #define BOARD_WIDTH (SPACING + TILE_SIZE * GRID_WIDTH + SPACIN...
#ifndef GAME_H #define GAME_H #include <stdint.h> #define FONT "cairo:monospace" #define FONT_SIZE 20 #define SPACING (FONT_SIZE * 0.4) #define TILE_SIZE (FONT_SIZE * 4) #define GRID_WIDTH 4 #define GRID_HEIGHT 4 #define GRID_SIZE (GRID_WIDTH * GRID_HEIGHT) #define BOARD_WIDTH (SPACING + TILE_SIZE * GRID_...
Make spacing depend on font size
Make spacing depend on font size
C
unlicense
libretro/libretro-2048,libretro/libretro-2048,libretro/libretro-2048,libretro/libretro-2048
85546d7ec827b7b0ff822cc86644c1b081142e53
arch/mips/include/asm/clock.h
arch/mips/include/asm/clock.h
#ifndef __ASM_MIPS_CLOCK_H #define __ASM_MIPS_CLOCK_H #include <linux/kref.h> #include <linux/list.h> #include <linux/seq_file.h> #include <linux/clk.h> struct clk; struct clk_ops { void (*init) (struct clk *clk); void (*enable) (struct clk *clk); void (*disable) (struct clk *clk); void (*recalc) (struct clk *cl...
#ifndef __ASM_MIPS_CLOCK_H #define __ASM_MIPS_CLOCK_H #include <linux/kref.h> #include <linux/list.h> #include <linux/seq_file.h> #include <linux/clk.h> struct clk; struct clk_ops { void (*init) (struct clk *clk); void (*enable) (struct clk *clk); void (*disable) (struct clk *clk); void (*recalc) (struct clk *cl...
Remove declaration of obsolete arch_init_clk_ops()
MIPS: Remove declaration of obsolete arch_init_clk_ops() Signed-off-by: Maarten ter Huurne <e186a7d2c4e55136cd884424bcfb439491001dc6@treewalker.org> Cc: Apelete Seketeli <5513108e721878f07bfb2a30cd534488c7df106c@seketeli.net> Cc: 562397917b9a8bf316569a848858b12fb417723f@linux-mips.org Cc: 2578944098299abf708b08eff6fcf...
C
mit
KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs
a3c96c925229909535e81c7596e03b66af328a4d
pic16bit/qstrdefsport.h
pic16bit/qstrdefsport.h
// qstrs specific to this port Q(pyb) Q(millis) Q(elapsed_millis) Q(delay) Q(LED) Q(on) Q(off) Q(toggle) Q(Switch) Q(value) Q(readall) Q(readline) Q(FileIO)
// qstrs specific to this port Q(pyb) Q(millis) Q(elapsed_millis) Q(delay) Q(LED) Q(on) Q(off) Q(toggle) Q(Switch) Q(value) Q(readall) Q(readinto) Q(readline) Q(readlines) Q(FileIO)
Add readinto and readlines to qstrs.
pic16bit: Add readinto and readlines to qstrs.
C
mit
ericsnowcurrently/micropython,pfalcon/micropython,PappaPeppar/micropython,lbattraw/micropython,torwag/micropython,jlillest/micropython,ceramos/micropython,mpalomer/micropython,slzatz/micropython,kostyll/micropython,turbinenreiter/micropython,chrisdearman/micropython,alex-march/micropython,cloudformdesign/micropython,su...
e647bbbc7692766c7c0226335f46a3f1ecd25ea4
tensorflow/lite/ios/TensorFlowLiteC.h
tensorflow/lite/ios/TensorFlowLiteC.h
/* Copyright 2022 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 applicable law or a...
/* Copyright 2022 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 applicable law or a...
Fix iOS nightly release breakage.
Fix iOS nightly release breakage. Error: c_api_experimental.h: unknown type name 'TfLiteInterpreter', 'TfLiteModel', 'TfLiteInterpreterOptions' ... PiperOrigin-RevId: 477562262
C
apache-2.0
paolodedios/tensorflow,tensorflow/tensorflow-pywrap_tf_optimizer,Intel-tensorflow/tensorflow,tensorflow/tensorflow-experimental_link_static_libraries_once,tensorflow/tensorflow-experimental_link_static_libraries_once,karllessard/tensorflow,yongtang/tensorflow,tensorflow/tensorflow-pywrap_tf_optimizer,tensorflow/tensorf...
e2496a13ddc1c1c422098fbe0ef0f636767da6e2
polygonOptimizer.h
polygonOptimizer.h
#ifndef POLYGON_OPTIMIZER_H #define POLYGON_OPTIMIZER_H void optimizePolygon(ClipperLib::Polygon& poly) { Point p0 = poly[poly.size()-1]; for(unsigned int i=0;i<poly.size();i++) { Point p1 = poly[i]; if (shorterThen(p0 - p1, 10)) { poly.erase(poly.begin() + i)...
#ifndef POLYGON_OPTIMIZER_H #define POLYGON_OPTIMIZER_H void optimizePolygon(ClipperLib::Polygon& poly) { Point p0 = poly[poly.size()-1]; for(unsigned int i=0;i<poly.size();i++) { Point p1 = poly[i]; if (shorterThen(p0 - p1, 10)) { poly.erase(poly.begin() + i)...
Remove empty polygons after optimizing.
Remove empty polygons after optimizing.
C
agpl-3.0
patrick3coffee/CuraTinyG,pratikshashroff/pcura,mspark93/CuraEngine,jacobdai/CuraEngine-1,ROBO3D/CuraEngine,foosel/CuraEngine,totalretribution/CuraEngine,electrocbd/CuraEngine,totalretribution/CuraEngine,uus169/CuraEngine,Jwis921/PersonalCuraEngine,uus169/CuraEngine,robotustra/curax,foosel/CuraEngine,markwal/CuraEngine,...
3cf557a7440a77e72b4b43689a9a5071c2080aa1
atomic.h
atomic.h
#ifndef ATOMIC_H #define ATOMIC_H #include "fibrili.h" #define atomic_fence() fibrili_fence() #define atomic_lock(lock) fibrili_lock(lock) #define atomic_unlock(lock) fibrili_unlock(lock) #endif /* end of include guard: ATOMIC_H */
#ifndef ATOMIC_H #define ATOMIC_H #include "fibrili.h" #define atomic_fence() fibrili_fence() #define atomic_lock(lock) fibrili_lock(lock) #define atomic_unlock(lock) fibrili_unlock(lock) #define atomic_load(val) __atomic_load_n(&(val), __ATOMIC_ACQUIRE) #define atomic_fadd(val, n) __atomic_fetch_add(&(val), n, __ATO...
Add barrier, fadd, and load.
Add barrier, fadd, and load.
C
mit
chaoran/fibril,chaoran/fibril,chaoran/fibril
a7aae9bd5cbe82218bc61cdd00860272732e3dec
Classes/CoreFactoryGentleman/CoreFactoryGentleman.h
Classes/CoreFactoryGentleman/CoreFactoryGentleman.h
#import <CoreData/CoreData.h> #import <FactoryGentleman/FactoryGentleman.h> #import "CFGFactoryDefiner.h" #import "CFGObjectBuilder.h"
#import <CoreData/CoreData.h> #import <FactoryGentleman/FactoryGentleman.h> #import "CFGCoreFactoryGentleman.h" #import "CFGFactoryDefiner.h" #import "CFGObjectBuilder.h"
Add functionality to bootstrap header
Add functionality to bootstrap header
C
mit
FactoryGentleman/CoreFactoryGentleman,soundcloud/CoreFactoryGentleman
b6155d3162f6da3dc8f0f1a5daa8decc73904763
libc/sysdeps/linux/or32/bits/kernel_types.h
libc/sysdeps/linux/or32/bits/kernel_types.h
/* taken from linux/include/asm-or32/posix_types.h */ /* * Using the same guard as posix_types.h from linux headers * enssures the uclibc (this) version is beeing used. */ #if ! defined _OR32_POSIX_TYPES_H #define _OR32_POSIX_TYPES_H /* * This file is generally used by user-level software, so you need to * be a...
#include <asm/posix_types.h>
Use generic posix_types from Linux kernel
Use generic posix_types from Linux kernel The kernel headers asm/posix_types.h and asm-generic/posix_types.h are made to be included directly into libc, and doing so saves us the effort of having to keep these files in sync.
C
lgpl-2.1
skristiansson/uClibc-or1k,skristiansson/uClibc-or1k,skristiansson/uClibc-or1k,skristiansson/uClibc-or1k
42afa0c5d2e3cfac5535d218027c05eb742b1383
csrc/woff2/port.h
csrc/woff2/port.h
// Copyright 2013 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
// Copyright 2013 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
Include assert.h explicitly to fix windows build
Include assert.h explicitly to fix windows build Fixes the error: C3861: 'assert': identifier not found
C
mit
nfroidure/ttf2woff2,nfroidure/ttf2woff2,nfroidure/ttf2woff2,nfroidure/ttf2woff2
32dc512baba57ac6c23de8f6bac7112e34ef0590
runtime/include/comm/chpl-comm-task-decls.h
runtime/include/comm/chpl-comm-task-decls.h
// This is the last-resort version of this file. It will be used only // if the comm layer implementation does not supply one. #ifndef _chpl_comm_task_decls_h #define _chpl_comm_task_decls_h // Define the type of a n.b. communications handle. typedef void* chpl_comm_nb_handle_t; typedef struct { } chpl_comm_taskPrv...
// This is the last-resort version of this file. It will be used only // if the comm layer implementation does not supply one. #ifndef _chpl_comm_task_decls_h #define _chpl_comm_task_decls_h // Define the type of a n.b. communications handle. typedef void* chpl_comm_nb_handle_t; typedef struct { int dummy; // ...
Make an empty struct nonempty.
Make an empty struct nonempty. In r23405 we added a component of the task private data to hold comm layer information. This is chpl_comm_taskPrvData_t, a struct typt. For comm=none we don't need any comm layer info, so we made the struct type empty. Unfortunately empty struct types aren't legal C (c99 standard, 6.2...
C
apache-2.0
sungeunchoi/chapel,CoryMcCartan/chapel,hildeth/chapel,hildeth/chapel,CoryMcCartan/chapel,CoryMcCartan/chapel,sungeunchoi/chapel,hildeth/chapel,hildeth/chapel,chizarlicious/chapel,sungeunchoi/chapel,hildeth/chapel,chizarlicious/chapel,hildeth/chapel,chizarlicious/chapel,CoryMcCartan/chapel,chizarlicious/chapel,CoryMcCar...
c804b5c55d42fcdc645dd81014d6bef253bd9f39
iobuf/iobuf_init.c
iobuf/iobuf_init.c
#include <stdlib.h> #include <string.h> #include <sys/mman.h> #include "iobuf.h" unsigned iobuf_bufsize = 8192; int iobuf_init(iobuf* io, int fd, unsigned bufsize, char* buffer, unsigned flags) { memset(io, 0, sizeof *io); if (!bufsize) bufsize = iobuf_bufsize; if (!buffer) { if ((buffer = mmap(0, bufsize, ...
#include <sys/types.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include "iobuf.h" unsigned iobuf_bufsize = 8192; #ifndef MAP_ANONYMOUS #define MAP_ANONYMOUS MAP_ANON #endif int iobuf_init(iobuf* io, int fd, unsigned bufsize, char* buffer, unsigned flags) { memset(io, 0, sizeof *io); if (!bu...
Use MAP_ANON if MAP_ANONYMOUS is not defined.
Use MAP_ANON if MAP_ANONYMOUS is not defined.
C
lgpl-2.1
bruceg/bglibs,bruceg/bglibs,bruceg/bglibs,bruceg/bglibs,bruceg/bglibs,bruceg/bglibs
f4189d1b617bffab365be9fa433a67852382d5e5
examples/sensors/ds18b20/bsp430_config.h
examples/sensors/ds18b20/bsp430_config.h
/* Use a crystal if one is installed. Much more accurate timing * results. */ #define BSP430_PLATFORM_BOOT_CONFIGURE_LFXT1 1 /* Application does output: support spin-for-jumper */ #ifndef configBSP430_PLATFORM_SPIN_FOR_JUMPER #define configBSP430_PLATFORM_SPIN_FOR_JUMPER 1 #endif /* configBSP430_PLATFORM_SPIN_FOR_JU...
/* Use a crystal if one is installed. Much more accurate timing * results. */ #define BSP430_PLATFORM_BOOT_CONFIGURE_LFXT1 1 /* Application does output: support spin-for-jumper */ #ifndef configBSP430_PLATFORM_SPIN_FOR_JUMPER #define configBSP430_PLATFORM_SPIN_FOR_JUMPER 1 #endif /* configBSP430_PLATFORM_SPIN_FOR_JU...
Support SuRF on-board DS1825 in ds18b20 demo
Support SuRF on-board DS1825 in ds18b20 demo
C
bsd-3-clause
pabigot/bsp430,pabigot/bsp430,pabigot/bsp430,pabigot/bsp430
014e6504992271d144324e1fe8600c18ba84ebe7
nrf5/boards/pca10001/nrf51_hal_conf.h
nrf5/boards/pca10001/nrf51_hal_conf.h
#ifndef NRF51_HAL_CONF_H__ #define NRF51_HAL_CONF_H__ #define HAL_UART_MODULE_ENABLED #define HAL_SPI_MODULE_ENABLED #define HAL_TIME_MODULE_ENABLED #endif // NRF51_HAL_CONF_H__
#ifndef NRF51_HAL_CONF_H__ #define NRF51_HAL_CONF_H__ #define HAL_UART_MODULE_ENABLED // #define HAL_SPI_MODULE_ENABLED #define HAL_TIME_MODULE_ENABLED #endif // NRF51_HAL_CONF_H__
Disable SPI hal from pca10001 board.
nrf5/boards: Disable SPI hal from pca10001 board.
C
mit
adafruit/circuitpython,adafruit/circuitpython,adafruit/micropython,adafruit/circuitpython,adafruit/circuitpython,tralamazza/micropython,adafruit/micropython,adafruit/circuitpython,tralamazza/micropython,adafruit/circuitpython,adafruit/micropython,adafruit/micropython,tralamazza/micropython,adafruit/micropython,tralamaz...
92ef198213e7e5881877be5d79516046cc1e59b5
example1/Example1.h
example1/Example1.h
/* * Copyright (C) Sometrik oy 2015 * */ #include <FWContextBase.h> #include <AndroidPlatform.h> class Example1 : public FWContextBase { public: Example1(AndroidPlatform * _platform) : FWContextBase(_platform), platform(_platform) { } bool Init(); void onDraw(); void onShutdown(); private: AndroidPla...
/* * Copyright (C) Sometrik oy 2015 * */ #include <FWContextBase.h> #include <FWPlatformBase.h> class Example1 : public FWContextBase { public: Example1(FWPlatformBase * _platform) : FWContextBase(_platform), platform(_platform) { } bool Init(); void onDraw(); void onShutdown(); private: FWPlatformBa...
Change AndroidPlatform variables to FWPlatformBase, switch include
Change AndroidPlatform variables to FWPlatformBase, switch include
C
mit
Sometrik/framework,Sometrik/framework,Sometrik/framework
b3e4a879a534add27e8435b11628d4d79d706434
libc/sysdeps/linux/m68k/ptrace.c
libc/sysdeps/linux/m68k/ptrace.c
#include <errno.h> #include <asm/ptrace.h> #include <sys/syscall.h> int ptrace(int request, int pid, int addr, int data) { long ret; long res; if (request > 0 && request < 4) (long *)data = &ret; __asm__ volatile ("movel %1,%/d0\n\t" "movel %2,%/d1\n\t" "movel %3,%/d2\n\t" "movel %4,%/d3\n\t" ...
#include <errno.h> #include <asm/ptrace.h> #include <sys/syscall.h> int ptrace(int request, int pid, int addr, int data) { long ret; long res; if (request > 0 && request < 4) data = (int)&ret; __asm__ volatile ("movel %1,%/d0\n\t" "movel %2,%/d1\n\t" "movel %3,%/d2\n\t" "movel %4,%/d3\n\t" "...
Patch from Bernardo Innocenti: Remove use of cast-as-l-value extension, removed in GCC 3.5.
Patch from Bernardo Innocenti: Remove use of cast-as-l-value extension, removed in GCC 3.5.
C
lgpl-2.1
kraj/uClibc,ysat0/uClibc,majek/uclibc-vx32,atgreen/uClibc-moxie,ffainelli/uClibc,skristiansson/uClibc-or1k,ddcc/klee-uclibc-0.9.33.2,groundwater/uClibc,skristiansson/uClibc-or1k,wbx-github/uclibc-ng,ChickenRunjyd/klee-uclibc,hjl-tools/uClibc,OpenInkpot-archive/iplinux-uclibc,ysat0/uClibc,czankel/xtensa-uclibc,kraj/uCli...
91bbb7ce560f5915715b750baa858501f505d988
cmd/smyrna/gui/topviewsettings.c
cmd/smyrna/gui/topviewsettings.c
#include "topviewsettings.h" #include "gui.h" void on_settingsOKBtn_clicked (GtkWidget *widget,gpointer user_data) { } void on_settingsCancelBtn_clicked (GtkWidget *widget,gpointer user_data) { } int load_settings_from_graph(Agraph_t *g) { return 1; } int update_graph_from_settings(Agraph_t *g) { return 1; } ...
/* vim:set shiftwidth=4 ts=8: */ /********************************************************** * This software is part of the graphviz package * * http://www.graphviz.org/ * * * * Copyright (c) 1994-2004 AT&T Corp...
Clean up smyrna files: remove unnecessary globals modify libraries not to rely on code in cmd/smyrna remove static declarations from .h files remove unnecessary libraries mark unused code and clean up warnings
Clean up smyrna files: remove unnecessary globals modify libraries not to rely on code in cmd/smyrna remove static declarations from .h files remove unnecessary libraries mark unused code and clean up warnings
C
epl-1.0
tkelman/graphviz,jho1965us/graphviz,pixelglow/graphviz,BMJHayward/graphviz,BMJHayward/graphviz,ellson/graphviz,pixelglow/graphviz,BMJHayward/graphviz,ellson/graphviz,jho1965us/graphviz,MjAbuz/graphviz,ellson/graphviz,jho1965us/graphviz,kbrock/graphviz,tkelman/graphviz,BMJHayward/graphviz,MjAbuz/graphviz,pixelglow/graph...
c1a36603d5e603828cdae9068987cc58e625fc3b
arduino/OpenROV/Settings.h
arduino/OpenROV/Settings.h
#ifndef __SETTINGS_H_ #define __SETTINGS_H_ #include <Arduino.h> #include "Device.h" // This section is for devices and their configuration //Kit: #define HAS_STD_LIGHTS (1) #define LIGHTS_PIN 5 #define HAS_STD_CAPE (1) #define HAS_STD_2X1_THRUSTERS (1) #define HAS_STD_PILOT (1) #define HAS_STD_CAMERAMOUNT (1) #defin...
#ifndef __SETTINGS_H_ #define __SETTINGS_H_ #include <Arduino.h> #include "Device.h" // This section is for devices and their configuration //Kit: #define HAS_STD_LIGHTS (1) #define LIGHTS_PIN 5 #define HAS_STD_CAPE (1) #define HAS_STD_2X1_THRUSTERS (1) #define HAS_STD_PILOT (1) #define HAS_STD_CAMERAMOUNT (1) #defin...
Reset default settings to stock kit configuration
Reset default settings to stock kit configuration
C
mit
codewithpassion/openrov-software,codewithpassion/openrov-software,codewithpassion/openrov-software,codewithpassion/openrov-software
63b7048e85bb947d1ef2cdd2f6a1fd6c436509c9
src/grid.c
src/grid.c
#include <string.h> #include "window.h" #include "grid.h" #include "utils.h" extern window_settings_t win_set; void print_grid(WINDOW *win) { getmaxyx(win, win_set.maxGridHeight, win_set.maxGridWidth); // If the grid is larger than the maximum height // or width, then set it to max height or width if...
#include <string.h> #include "window.h" #include "grid.h" #include "utils.h" extern window_settings_t win_set; void print_grid(WINDOW *win) { getmaxyx(win, win_set.maxGridHeight, win_set.maxGridWidth); // If the grid is larger than the maximum height // or width, then set it to max height or width if...
Change print symbol from O to +.
Change print symbol from O to +.
C
mit
svagionitis/gridNcurses,svagionitis/gridNcurses,svagionitis/gridNcurses
6f2ab9593f143abb6b517ad89da37fe9d3c5d209
c_solutions_1-10/Euler_4.c
c_solutions_1-10/Euler_4.c
#include "euler_util.h" #include <string.h> #define MAX 7 int main(int argc, char *argv[]) { float start = timeit(); char *forward = calloc(sizeof(char), sizeof(char) * MAX); char *backward = calloc(sizeof(char), sizeof(char) * MAX); size_t int_len; int high = 0; for (int x=100; x < 10...
#include "euler_util.h" #include <string.h> #define MAX 7 int main(int argc, char *argv[]) { float start = timeit(); char product[MAX] = { '\0' }; int high = 0; for (int x=100; x < 1000; x++) { for (int y=x; y < 1000; y++) { int canidate = x * y; size_t int_len = ...
Improve loop (avg. from ~0.15 to ~0.07)
Improve loop (avg. from ~0.15 to ~0.07)
C
mit
tijko/Project-Euler,tijko/Project-Euler,tijko/Project-Euler,tijko/Project-Euler,tijko/Project-Euler,tijko/Project-Euler,tijko/Project-Euler,tijko/Project-Euler
fae7949017389ee7c127883fdfcd3672f98e2fc3
event/timeout_queue.h
event/timeout_queue.h
#ifndef TIMEOUT_QUEUE_H #define TIMEOUT_QUEUE_H #include <map> class TimeoutQueue { typedef std::map<NanoTime, CallbackQueue> timeout_map_t; LogHandle log_; timeout_map_t timeout_queue_; public: TimeoutQueue(void) : log_("/event/timeout/queue"), timeout_queue_() { } ~TimeoutQueue() { } bool empty(void)...
#ifndef TIMEOUT_QUEUE_H #define TIMEOUT_QUEUE_H #include <map> #include <common/time/time.h> class TimeoutQueue { typedef std::map<NanoTime, CallbackQueue> timeout_map_t; LogHandle log_; timeout_map_t timeout_queue_; public: TimeoutQueue(void) : log_("/event/timeout/queue"), timeout_queue_() { } ~Timeout...
Use new NanoTime location header, oops.
Use new NanoTime location header, oops.
C
bsd-2-clause
wanproxy/wanproxy,wanproxy/wanproxy,wanproxy/wanproxy
5d02ce6786c9b7bd1f434826c4929b4233b5ae58
readline.h
readline.h
#ifndef READLINE_FALLBACK_H #define READLINE_FALLBACK_H #include <stdio.h> #include <string.h> char* readline(const char * prompt) { char *result = malloc(1); size_t n = 0; printf("%s", prompt); getline(&result, &n, stdin); result[strlen(result)-1] = 0; return result; } #endif /* READLINE_FAL...
#ifndef READLINE_FALLBACK_H #define READLINE_FALLBACK_H #include <stdio.h> #include <string.h> char* readline(const char * prompt) { char *result = malloc(1024); printf("%s", prompt); fgets(result, 1023, stdin); result[strlen(result)-1] = 0; return result; } #endif /* READLINE_FALLBACK_H */
Use fgets(3) instead of getline(3) because whilst getline(3) is POSIX, it is not in the C89 or later standards
Use fgets(3) instead of getline(3) because whilst getline(3) is POSIX, it is not in the C89 or later standards
C
isc
lucasad/base-conv
b7b27486d7066853dcf0fa325dd2d542167bb042
src/lib/fmt/fmt_escapecharxml.c
src/lib/fmt/fmt_escapecharxml.c
#include "fmt.h" size_t fmt_escapecharxml(char* dest,uint32_t ch) { char a[FMT_LONG], b[FMT_XLONG]; const char* s; size_t i,j; switch (ch) { case '&': s="&amp;"; goto string; case '<': s="&lt;"; goto string; case '>': s="&gt;"; goto string; case '\'': s="&apos;"; goto string; case '"': s="&quot;"; go...
#include "fmt.h" size_t fmt_escapecharxml(char* dest,uint32_t ch) { char a[FMT_LONG], b[FMT_XLONG]; const char* s; size_t i,j; switch (ch) { case '&': s="&amp;"; goto string; case '<': s="&lt;"; goto string; case '>': s="&gt;"; goto string; case '\'': s="&apos;"; goto string; case '"': s="&quot;"; go...
Choose only gcc to execute a specific portion of code
fmt: Choose only gcc to execute a specific portion of code The specific portion of the code needs to be executed by a gcc compiler, for that reason is used the __GNUC__ macro. It appears, that the LLVM compiler, which uses the __llvm__ macro, uses as well the __GNUC__ macro (possible for compatibility???). This chang...
C
mit
svagionitis/cross-platform-code,svagionitis/cross-platform-code
3c2384671496172cdacf53854592ff689cfbb044
src/swganh/scripting/python_shared_ptr.h
src/swganh/scripting/python_shared_ptr.h
// This file is part of SWGANH which is released under the MIT license. // See file LICENSE or go to http://swganh.com/LICENSE #pragma once #include <memory> namespace boost { template<class T> const T* get_pointer(const std::shared_ptr<T>& ptr) { return ptr.get(); } template<class T> T* get_...
// This file is part of SWGANH which is released under the MIT license. // See file LICENSE or go to http://swganh.com/LICENSE #pragma once #include <memory> //namespace boost { // template<class T> const T* get_pointer(const std::shared_ptr<T>& ptr) // { // return ptr.get(); // } // // template<cl...
Boost now supports std::unique_ptr/std::shared_ptr for python
Boost now supports std::unique_ptr/std::shared_ptr for python
C
mit
anhstudios/swganh,anhstudios/swganh,anhstudios/swganh
44bd63e4db6ac33a03b14da1a2b6e932f2947a35
kilo.c
kilo.c
#include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <termios.h> #include <unistd.h> struct termios orig_termios; void disable_raw_mode() { tcsetattr(STDIN_FILENO, TCSAFLUSH, &orig_termios); } void enable_raw_mode() { tcgetattr(STDIN_FILENO, &orig_termios); atexit(disable_raw_mode); struct termios...
#include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <termios.h> #include <unistd.h> struct termios orig_termios; void disable_raw_mode() { tcsetattr(STDIN_FILENO, TCSAFLUSH, &orig_termios); } void enable_raw_mode() { tcgetattr(STDIN_FILENO, &orig_termios); atexit(disable_raw_mode); struct termios...
Add a timeout for read()
Add a timeout for read() Set VMIN to 0 so read() returns as soon as there is any input to be read. Set VTIME to 1 so the wait time of read() is 100 milliseconds.
C
bsd-2-clause
oldsharp/kilo,oldsharp/kilo
c8f07441b641c3aa288ce6d8aa59eff4ab3332e6
main.c
main.c
/* The contents of this file is in the public domain. */ #include <ipify.h> #include <string.h> #include <sys/socket.h> int main(int argc, char *argv[]) { int family = AF_UNSPEC; char addr[256]; int i, sd; for (i = 1; i < argc; i++) { if (!strcmp(argv[i], "-h")) { printf("ipify [-46h]\n"); return 0; } ...
/* The contents of this file is in the public domain. */ #include <ipify.h> #include <string.h> #include <sys/socket.h> int main(int argc, char *argv[]) { int family = AF_UNSPEC; char addr[256]; char *host; int i, sd; for (i = 1; i < argc; i++) { if (!strcmp(argv[i], "-h")) { printf("ipify [-46h] [HOST]\n")...
Use new API and expose optional host argument
Use new API and expose optional host argument Signed-off-by: Joachim Wiberg <583c295fd7602c168ad814279bbc3894ba65f5d6@gmail.com>
C
isc
troglobit/lipify
aea67ce8c8998f99adb9d1d8d70295da6122a13a
libcpu/platform.h
libcpu/platform.h
#if defined(_WIN32) # define __LITTLE_ENDIAN__ 1 # ifdef _M_IX86 # define __i386__ 1 # endif # ifdef _M_X64 # define __x86_64__ 1 # endif # if defined(_MSC_VER) # define snprintf _snprintf # define strtoull _strtoui64 # define __func__ __FUNCT...
#if defined(_WIN32) # define __LITTLE_ENDIAN__ 1 # ifdef _M_IX86 # define __i386__ 1 # endif # ifdef _M_X64 # define __x86_64__ 1 # endif # if defined(_MSC_VER) # define snprintf _snprintf # define strtoull _strtoui64 # define __func__ __FUNCTI...
Remove a Windows line-ending that was accidentally included
Remove a Windows line-ending that was accidentally included
C
bsd-2-clause
monocasa/libcpu,ukatemi/libcpu,glguida/libcpu,curtiszimmerman/libcpu,ukatemi/libcpu,libcpu/libcpu,curtiszimmerman/libcpu,libcpu/libcpu,glguida/libcpu,monocasa/libcpu,ukatemi/libcpu,curtiszimmerman/libcpu,glguida/libcpu,monocasa/libcpu,libcpu/libcpu,glguida/libcpu,libcpu/libcpu,monocasa/libcpu,curtiszimmerman/libcpu,uka...
0daebd485c02840729740949caa429efd5cf0153
ghighlighter/main-window.c
ghighlighter/main-window.c
#include <gtk/gtk.h> GtkWidget * main_window_create() { GtkWidget *window; window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_title(GTK_WINDOW(window), "ghighlighter"); g_signal_connect(window, "destroy", G_CALLBACK(gtk_main_quit), NULL); return window; }
#include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> #include <glib.h> static void main_window_destroy(GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType modifier, gpointer user_data) { gtk_widget_destroy(GTK_WIDGET(user_data)); } void main_window_bind_keys(GtkWidget *window) { GtkAccelGr...
Destroy main window on Ctrl+q
Destroy main window on Ctrl+q
C
mit
chdorner/ghighlighter-c
65afcdfc0e43f45578d47e4ab68bb0a81cdfd14a
src/settings/types/Duration.h
src/settings/types/Duration.h
//Copyright (c) 2018 Ultimaker B.V. //CuraEngine is released under the terms of the AGPLv3 or higher. #ifndef DURATION_H #define DURATION_H namespace cura { /* * \brief Represents a duration in seconds. * * This is a facade. It behaves like a double, only it can't be negative. */ struct Duration { /* * ...
//Copyright (c) 2018 Ultimaker B.V. //CuraEngine is released under the terms of the AGPLv3 or higher. #ifndef DURATION_H #define DURATION_H namespace cura { /* * \brief Represents a duration in seconds. * * This is a facade. It behaves like a double, only it can't be negative. */ struct Duration { /* * ...
Add _s custom literal for durations
Add _s custom literal for durations You can indicate that something takes 5 seconds by writing 5_s now. We can't make a literal saying '5s' because custom literals need to start with an underscore because C++ reserves the rest for use in future C++ versions. Contributes to issue CURA-4410.
C
agpl-3.0
Ultimaker/CuraEngine,Ultimaker/CuraEngine
4ee4e4dcb07c5e45881179c6ec61df6381f76211
security/nss/macbuild/NSSCommon.h
security/nss/macbuild/NSSCommon.h
/* Defines common to all versions of NSS */ #define NSPR20 1 #define MP_API_COMPATIBLE 1
/* Defines common to all versions of NSS */ #define NSPR20 1 #define MP_API_COMPATIBLE 1 #define NSS_3_4_CODE 1 /* Remove this when we start building NSS 4.0 by default */
Define NSS_3_4 so that we get the right code and not Stan code that isn't quite ready.
Define NSS_3_4 so that we get the right code and not Stan code that isn't quite ready.
C
mpl-2.0
thespooler/nss,thespooler/nss,thespooler/nss,thespooler/nss,thespooler/nss,thespooler/nss,thespooler/nss
351be023e68a713aa3ffcfae7cca21935b1f913c
test/CodeGen/builtins-arm64.c
test/CodeGen/builtins-arm64.c
// RUN: %clang_cc1 -triple arm64-apple-ios -O3 -emit-llvm -o - %s | FileCheck %s void f0(void *a, void *b) { __clear_cache(a,b); // CHECK: call {{.*}} @__clear_cache } // CHECK: call {{.*}} @llvm.aarch64.rbit.i32(i32 %a) unsigned rbit(unsigned a) { return __builtin_arm_rbit(a); } // CHECK: call {{.*}} @llvm.aarch...
// RUN: %clang_cc1 -triple arm64-apple-ios -O3 -emit-llvm -o - %s | FileCheck %s void f0(void *a, void *b) { __clear_cache(a,b); // CHECK: call {{.*}} @__clear_cache } // CHECK: call {{.*}} @llvm.aarch64.rbit.i32(i32 %a) unsigned rbit(unsigned a) { return __builtin_arm_rbit(a); } // CHECK: call {{.*}} @llvm.aarch...
Add test cases for AArch64 hints codegen
Add test cases for AArch64 hints codegen git-svn-id: ffe668792ed300d6c2daa1f6eba2e0aa28d7ec6c@212909 91177308-0d34-0410-b5e6-96231b3b80d8
C
apache-2.0
llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,apple/swift-clang,llvm-mirror/clang,llvm-mirror/clang,apple/swift-clang,llvm-mirror/clang,llvm-mirror/clang,apple/swift-clang,apple/swift-clang,llvm-mirror/clang,apple/swift-clang,apple/swift-clang,apple/swift-clang,apple/swift-clang,llvm-mirror/cl...
7fa8ea867659fc32093d3acb13c1c6a061b0b7f9
CatchFeedHelper/CTCFeedChecker.h
CatchFeedHelper/CTCFeedChecker.h
#import <Foundation/Foundation.h> extern NSString *kCTCFeedCheckerErrorDomain; typedef void (^CTCFeedCheckCompletionHandler)(NSArray *downloadedFeedFiles, NSError *error); typedef void (^CTCFeedCheckDownloadCompletionHandler)(NSError *error); @protocol CTCFeedCheck - (...
#import <Foundation/Foundation.h> extern NSString *kCTCFeedCheckerErrorDomain; typedef void (^CTCFeedCheckCompletionHandler)(NSArray *downloadedFeedFiles, NSError *error); typedef void (^CTCFeedCheckDownloadCompletionHandler)(NSError *error); @protocol CTCFeedCheck - (...
Fix header out of sync
Fix header out of sync
C
mit
mipstian/catch
eff9830b09a84b24091c731e42701da7ee320c77
include/cling/Interpreter/RuntimeExceptions.h
include/cling/Interpreter/RuntimeExceptions.h
//--------------------------------------------------------------------*- C++ -*- // CLING - the C++ LLVM-based InterpreterG :) // version: $Id$ // author: Vassil Vassilev <vasil.georgiev.vasilev@cern.ch> //------------------------------------------------------------------------------ #ifndef CLING_RUNTIME_EXCEPTIONS_...
//--------------------------------------------------------------------*- C++ -*- // CLING - the C++ LLVM-based InterpreterG :) // version: $Id$ // author: Vassil Vassilev <vasil.georgiev.vasilev@cern.ch> //------------------------------------------------------------------------------ #ifndef CLING_RUNTIME_EXCEPTIONS_...
Add missing header method declarations.
Add missing header method declarations.
C
lgpl-2.1
karies/cling,root-mirror/cling,root-mirror/cling,karies/cling,karies/cling,perovic/cling,karies/cling,perovic/cling,root-mirror/cling,root-mirror/cling,marsupial/cling,marsupial/cling,marsupial/cling,marsupial/cling,perovic/cling,root-mirror/cling,root-mirror/cling,marsupial/cling,karies/cling,marsupial/cling,perovic/c...
e5b5dcb8aa7b85d5f873aa51120b4f685beeb145
FDTakeExample/FDTakeController.h
FDTakeExample/FDTakeController.h
// // FDTakeController.h // FDTakeExample // // Created by Will Entriken on 8/9/12. // Copyright (c) 2012 William Entriken. All rights reserved. // #import <Foundation/Foundation.h> @class FDTakeController; @protocol FDTakeDelegate <NSObject> - (void)takeController:(FDTakeController *)controller gotPhoto:(UIIma...
// // FDTakeController.h // FDTakeExample // // Created by Will Entriken on 8/9/12. // Copyright (c) 2012 William Entriken. All rights reserved. // #import <Foundation/Foundation.h> @class FDTakeController; @protocol FDTakeDelegate <NSObject> @optional - (void)takeController:(FDTakeController *)controller didCa...
Make more usable for production
Make more usable for production
C
mit
fulldecent/FDTake,kobim/FDTake,fulldecent/FDTake,eumlab/FDTake,eumlab/FDTake,eumlab/FDTake,Lily418/FDTake,Lily418/FDTake,masd-duc/FDTake,Lily418/FDTake,LaserPatrick/FDTake,wyszo/FDTake,fulldecent/FDTake,LaserPatrick/FDTake
7c945ca65683fd17b029ab0748fe2359a8f71a4c
include/core/SkMilestone.h
include/core/SkMilestone.h
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SK_MILESTONE #define SK_MILESTONE 64 #endif
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SK_MILESTONE #define SK_MILESTONE 65 #endif
Update Skia milestone to 65
Update Skia milestone to 65 NOTRY=TRUE TBR=reed Bug: skia: Change-Id: I3dfe04202f48068bd04e7d64fa38913906af02ce Reviewed-on: https://skia-review.googlesource.com/78201 Reviewed-by: Heather Miller <2e22000c5d22374561fe5fba576a31095b72dc2e@google.com> Commit-Queue: Heather Miller <2e22000c5d22374561fe5fba576a31095b72dc...
C
bsd-3-clause
HalCanary/skia-hc,HalCanary/skia-hc,google/skia,Hikari-no-Tenshi/android_external_skia,google/skia,google/skia,HalCanary/skia-hc,rubenvb/skia,rubenvb/skia,Hikari-no-Tenshi/android_external_skia,aosp-mirror/platform_external_skia,aosp-mirror/platform_external_skia,google/skia,rubenvb/skia,aosp-mirror/platform_external_s...
5084aa505fc702cd78b274622c72d63969688d75
util/bounding_box.h
util/bounding_box.h
/* * An axis-aligned bounding box in 3D space. * Author: Dino Wernli */ #ifndef BOUNDING_BOX_H_ #define BOUNDING_BOX_H_ #include "util/numeric.h" class Point3; class BoundingBox { public: BoundingBox(const Point3& point); virtual ~BoundingBox(); // Changes the bounding box to include point. BoundingBox...
/* * An axis-aligned bounding box in 3D space. * Author: Dino Wernli */ #ifndef BOUNDING_BOX_H_ #define BOUNDING_BOX_H_ #include "util/numeric.h" class Point3; class BoundingBox { public: BoundingBox(const Point3& point); virtual ~BoundingBox(); // Changes the bounding box to include point. BoundingBox...
Add support for dumping bounding boxes.
Add support for dumping bounding boxes.
C
mit
dinowernli/raytracer,dinowernli/raytracer,dinowernli/raytracer,dinowernli/raytracer
dff6ed304ba6c58a273d234384ca12fd59f03b86
code/Modules/Render/Types/PrimitiveType.h
code/Modules/Render/Types/PrimitiveType.h
#pragma once //------------------------------------------------------------------------------ /** @class Oryol::Render::PrimitiveType @brief primitive type enum (triangle strips, lists, etc...) */ #include "Core/Types.h" namespace Oryol { namespace Render { class PrimitiveType { public: /...
#pragma once //------------------------------------------------------------------------------ /** @class Oryol::Render::PrimitiveType @brief primitive type enum (triangle strips, lists, etc...) */ #include "Core/Types.h" namespace Oryol { namespace Render { class PrimitiveType { public: /...
Make sure primitive type enum starts at 0
Make sure primitive type enum starts at 0
C
mit
tempbottle/oryol,ejkoy/oryol,tempbottle/oryol,ejkoy/oryol,mgerhardy/oryol,tempbottle/oryol,code-disaster/oryol,wangscript/oryol,mgerhardy/oryol,waywardmonkeys/oryol,xfxdev/oryol,mgerhardy/oryol,xfxdev/oryol,wangscript/oryol,bradparks/oryol,zhakui/oryol,waywardmonkeys/oryol,code-disaster/oryol,aonorin/oryol,mgerhardy/or...
3709f2b154a5db0500892c1d720280d54981135a
src/rtcmix/gen/floc.c
src/rtcmix/gen/floc.c
#include "../H/ugens.h" #include <stdio.h> /* these 3 defined in makegen.c */ extern float *farrays[]; extern int sizeof_farray[]; extern int f_goto[]; /* Returns the address of function number genno, or NULL if the function array doesn't exist. NOTE: It's the responsiblity of instruments to deal with a mis...
#include <stdio.h> #include <ugens.h> /* these 3 defined in makegen.c */ extern float *farrays[]; extern int sizeof_farray[]; extern int f_goto[]; /* Returns the address of function number genno, or NULL if the function array doesn't exist. NOTE: It's the responsiblity of instruments to deal with a missing ...
Make sure gen loc is in range.
Make sure gen loc is in range.
C
apache-2.0
RTcmix/RTcmix,RTcmix/RTcmix,RTcmix/RTcmix,RTcmix/RTcmix,RTcmix/RTcmix,RTcmix/RTcmix
38dc7e5f12c1fb18c292dcd2ade8f8de9102c79c
xs/APR/OS/APR__OS.h
xs/APR/OS/APR__OS.h
/* Copyright 2002-2004 The Apache Software Foundation * * 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 applica...
/* Copyright 2002-2004 The Apache Software Foundation * * 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 applica...
Make a proper case to U32 to avoid a warning
Make a proper case to U32 to avoid a warning PR: Obtained from: Submitted by: Reviewed by: git-svn-id: b4be4a41b2a3352907de631eb6da1671a2f7b614@71435 13f79535-47bb-0310-9956-ffa450edef68
C
apache-2.0
Distrotech/mod_perl,Distrotech/mod_perl,Distrotech/mod_perl,Distrotech/mod_perl
7024cce5b4315f285d4bd44fff0e999cd6e040f0
Modules/tkappinit.c
Modules/tkappinit.c
/* appinit.c -- Tcl and Tk application initialization. */ #include <tcl.h> #include <tk.h> int Tcl_AppInit (interp) Tcl_Interp *interp; { Tk_Window main; main = Tk_MainWindow(interp); if (Tcl_Init (interp) == TCL_ERROR) return TCL_ERROR; if (Tk_Init (interp) == TCL_ERROR) return TCL_ERROR; #ifdef WITH_MOR...
/* appinit.c -- Tcl and Tk application initialization. */ #include <tcl.h> #include <tk.h> int Tcl_AppInit (interp) Tcl_Interp *interp; { Tk_Window main; main = Tk_MainWindow(interp); if (Tcl_Init (interp) == TCL_ERROR) return TCL_ERROR; if (Tk_Init (interp) == TCL_ERROR) return TCL_ERROR; #ifdef WITH_MOR...
Add sections for PIL (Fred Lundh).
Add sections for PIL (Fred Lundh).
C
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
076eb56e244d6d1da4d8bf2c0a7a6e4cae282023
src/libsodium/sodium/core.c
src/libsodium/sodium/core.c
#include <stdbool.h> #include "core.h" #include "crypto_onetimeauth.h" static bool initialized; int sodium_init(void) { if (initialized != 0) { return 1; } initialized = 1; if (crypto_onetimeauth_pick_best_implementation() == NULL) { return -1; } return 0; }
#include <stdbool.h> #include "core.h" #include "crypto_onetimeauth.h" static bool initialized; int sodium_init(void) { if (initialized != 0) { return 1; } if (crypto_onetimeauth_pick_best_implementation() == NULL) { return -1; } initialized = 1; return 0; }
Set initialized=1 when everything has actually been initialized
Set initialized=1 when everything has actually been initialized
C
isc
mvduin/libsodium,pyparallel/libsodium,zhuqling/libsodium,GreatFruitOmsk/libsodium,paragonie-scott/libsodium,HappyYang/libsodium,eburkitt/libsodium,donpark/libsodium,eburkitt/libsodium,SpiderOak/libsodium,pyparallel/libsodium,akkakks/libsodium,pyparallel/libsodium,soumith/libsodium,rustyhorde/libsodium,rustyhorde/libsod...
bbbb905e897e8dd9e59c51d1dc3f34023314295e
chrome/nacl/nacl_broker_listener.h
chrome/nacl/nacl_broker_listener.h
// 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. #ifndef CHROME_NACL_NACL_BROKER_LISTENER_H_ #define CHROME_NACL_NACL_BROKER_LISTENER_H_ #pragma once #include "base/memory/scoped_ptr.h" #include "ba...
// Copyright (c) 2012 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. #ifndef CHROME_NACL_NACL_BROKER_LISTENER_H_ #define CHROME_NACL_NACL_BROKER_LISTENER_H_ #pragma once #include "base/memory/scoped_ptr.h" #include "ba...
Remove declaration of non-existent method
NaCl: Remove declaration of non-existent method BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9592039 git-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@125431 0039d316-1c4b-4281-b951-d872f2087c98
C
bsd-3-clause
gavinp/chromium,adobe/chromium,gavinp/chromium,ropik/chromium,ropik/chromium,ropik/chromium,ropik/chromium,yitian134/chromium,yitian134/chromium,ropik/chromium,gavinp/chromium,gavinp/chromium,gavinp/chromium,ropik/chromium,yitian134/chromium,gavinp/chromium,adobe/chromium,adobe/chromium,adobe/chromium,ropik/chromium,yi...
a426da990b999ba8a44aec739e412f7f8722df24
erts/emulator/test/scheduler_SUITE_data/scheduler_SUITE.c
erts/emulator/test/scheduler_SUITE_data/scheduler_SUITE.c
#include <unistd.h> #include "erl_nif.h" static int load(ErlNifEnv* env, void** priv, ERL_NIF_TERM info) { ErlNifSysInfo sys_info; enif_system_info(&sys_info, sizeof(ErlNifSysInfo)); if (!sys_info.smp_support || !sys_info.dirty_scheduler_support) return 1; return 0; } static ERL_NIF_TERM dirty...
#ifndef __WIN32__ #include <unistd.h> #endif #include "erl_nif.h" static int load(ErlNifEnv* env, void** priv, ERL_NIF_TERM info) { ErlNifSysInfo sys_info; enif_system_info(&sys_info, sizeof(ErlNifSysInfo)); if (!sys_info.smp_support || !sys_info.dirty_scheduler_support) return 1; return 0; } ...
Fix dirty scheduler tc on windows
Fix dirty scheduler tc on windows
C
apache-2.0
neeraj9/otp,legoscia/otp,dumbbell/otp,mikpe/otp,bjorng/otp,uabboli/otp,saleyn/otp,bugs-erlang-org/otp,matwey/otp,lemenkov/otp,aboroska/otp,fenollp/otp,mikpe/otp,potatosalad/otp,basho/otp,emile/otp,kvakvs/otp,neeraj9/otp,vladdu/otp,lemenkov/otp,bernardd/otp,jj1bdx/otp,fenollp/otp,mikpe/otp,aboroska/otp,erlang/otp,uabbol...
1bc8d2a0c5d005f2470aabf3df3f0bfc8f7c34a5
rosserial_mbed/src/ros_lib/MbedHardware.h
rosserial_mbed/src/ros_lib/MbedHardware.h
/* * MbedHardware * * Created on: Aug 17, 2011 * Author: nucho */ #ifndef ROS_MBED_HARDWARE_H_ #define ROS_MBED_HARDWARE_H_ #include "mbed.h" #include "MODSERIAL.h" #define ROSSERIAL_BAUDRATE 57600 class MbedHardware { public: MbedHardware(MODSERIAL* io , long baud= ROSSERIAL_BAUDRATE) :iost...
/* * MbedHardware * * Created on: Aug 17, 2011 * Author: nucho */ #ifndef ROS_MBED_HARDWARE_H_ #define ROS_MBED_HARDWARE_H_ #include "mbed.h" #include "MODSERIAL.h" class MbedHardware { public: MbedHardware(PinName tx, PinName rx, long baud = 57600) :iostream(tx, rx){ baud_ = baud; ...
Fix unnderlying issue with Stream class being private
Fix unnderlying issue with Stream class being private
C
mit
GeodesicCarbon/protopaja-sick,GeodesicCarbon/protopaja-sick,GeodesicCarbon/protopaja-sick,GeodesicCarbon/protopaja-sick,GeodesicCarbon/protopaja-sick,GeodesicCarbon/protopaja-sick,GeodesicCarbon/protopaja-sick
879fdecdf38a2647c9a4793fbffedeaf150adfbd
src/utils/image_persister.h
src/utils/image_persister.h
#ifndef SRC_UTILS_IMAGE_PERSISTER_H_ #define SRC_UTILS_IMAGE_PERSISTER_H_ #include <string> #include <vector> #include <Magick++.h> #include <Eigen/Core> /** * \brief Provides static functions to load and save images * */ class ImagePersister { public: template <class T> static void saveRGBA32F(T *data, int ...
#ifndef SRC_UTILS_IMAGE_PERSISTER_H_ #define SRC_UTILS_IMAGE_PERSISTER_H_ #include <string> #include <vector> #include <Magick++.h> #include <Eigen/Core> /** * \brief Provides static functions to load and save images * */ class ImagePersister { public: template <class T> static void saveRGBA32F(T *data, int ...
Add method to save a single component float image.
Add method to save a single component float image.
C
mit
Christof/voly-labeller,Christof/voly-labeller,Christof/voly-labeller,Christof/voly-labeller
8dc65c6cdce9d25b827eb893849dec36270aaa5c
drivers/scsi/qla4xxx/ql4_version.h
drivers/scsi/qla4xxx/ql4_version.h
/* * QLogic iSCSI HBA Driver * Copyright (c) 2003-2012 QLogic Corporation * * See LICENSE.qla4xxx for copyright and licensing details. */ #define QLA4XXX_DRIVER_VERSION "5.03.00-k10"
/* * QLogic iSCSI HBA Driver * Copyright (c) 2003-2012 QLogic Corporation * * See LICENSE.qla4xxx for copyright and licensing details. */ #define QLA4XXX_DRIVER_VERSION "5.03.00-k11"
Update driver version to 5.03.00-k11
[SCSI] qla4xxx: Update driver version to 5.03.00-k11 Signed-off-by: Adheer Chandravanshi <7890d7472d5d21859aa8c530110140678588acf6@qlogic.com> Signed-off-by: Vikas Chaudhary <c251871a64d7d31888eace0406cb3d4c419d5f73@qlogic.com> Signed-off-by: James Bottomley <1acebbdca565c7b6b638bdc23b58b5610d1a56b8@Parallels.com>
C
mit
KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs
f187f7b6f2ca4b719c88199e65a8ac298f5164fe
test/cases/__attribute__/ctor_dtor_warn.c
test/cases/__attribute__/ctor_dtor_warn.c
// RUN: %check %s int x __attribute((constructor)); // CHECK: warning: constructor attribute on non-function int main() { void f() __attribute((constructor)); // CHECK: warning: constructor attribute on non-global function }
// RUN: %check %s int x __attribute((constructor)); // CHECK: warning: constructor attribute on non-function struct Q { int x __attribute((constructor)); // CHECK: warning: constructor attribute on non-function }; int main() { void f() __attribute((constructor)); // CHECK: warning: constructor attribute on non-glo...
Check ctor/dtor attribute on members
Check ctor/dtor attribute on members
C
mit
bobrippling/ucc-c-compiler,bobrippling/ucc-c-compiler,bobrippling/ucc-c-compiler
acd3a4a5b459b405418b1651f59c38bca4fa0050
TDTHotChocolate/FoundationAdditions/NSString+TDTAdditions.h
TDTHotChocolate/FoundationAdditions/NSString+TDTAdditions.h
#import <Foundation/Foundation.h> @interface NSString (TDTAdditions) /** @return a string representing a newly generated version 4 random UUID */ + (instancetype)randomUUID; /** @return The SHA1 of the receiver */ - (NSString *)sha1Digest; /** @return a new string by trimming non alphanumeric characters from ...
#import <Foundation/Foundation.h> @interface NSString (TDTAdditions) /** @return A string representing a newly generated version 4 random UUID */ + (instancetype)randomUUID; /** @return The SHA1 of the receiver */ - (NSString *)sha1Digest; /** @return A new string by trimming non alphanumeric characters from ...
Fix initial case for header documentation sentences
Fix initial case for header documentation sentences
C
bsd-3-clause
talk-to/Chocolate,talk-to/Chocolate
a9fe5d311909b20ea275fb985a7b12eb794180e6
source/common/halfling_sys.h
source/common/halfling_sys.h
/* The Halfling Project - A Graphics Engine and Projects * * The Halfling Project is the legal property of Adrian Astley * Copyright Adrian Astley 2013 */ #ifndef COMMON_HALFLING_SYS_H #define COMMON_HALFLING_SYS_H #include "common/typedefs.h" // Only include the base windows libraries #define WIN32_LEAN_AND_MEA...
/* The Halfling Project - A Graphics Engine and Projects * * The Halfling Project is the legal property of Adrian Astley * Copyright Adrian Astley 2013 */ #ifndef COMMON_HALFLING_SYS_H #define COMMON_HALFLING_SYS_H #include "common/typedefs.h" // Only include the base windows libraries #define WIN32_LEAN_AND_MEA...
Create define for asserting with a message
COMMON: Create define for asserting with a message
C
apache-2.0
RichieSams/thehalflingproject,RichieSams/thehalflingproject,RichieSams/thehalflingproject
31f937755d32d1b6d6b2c30cecc6398f2aa00b3a
md5.h
md5.h
/* File: connection.h * * Description: See "md.h" * * Comments: See "notice.txt" for copyright and license information. * */ #ifndef __MD5_H__ #define __MD5_H__ #include "psqlodbc.h" #include <stdlib.h> #include <string.h> #ifdef WIN32 #define MD5_ODBC #define FRONTEND #endif #define MD5_PASSWD_LEN 35 /*...
/* File: md5.h * * Description: See "md5.c" * * Comments: See "notice.txt" for copyright and license information. * */ #ifndef __MD5_H__ #define __MD5_H__ #include "psqlodbc.h" #include <stdlib.h> #include <string.h> #ifdef WIN32 #define MD5_ODBC #define FRONTEND #endif #define MD5_PASSWD_LEN 35 /* From ...
Fix comment at top of file to match file name.
Fix comment at top of file to match file name.
C
lgpl-2.1
gavioto/psqlodbc,treasure-data/prestogres-odbc,Distrotech/psqlodbc,hlinnaka/psqlodbc,treasure-data/prestogres-odbc,treasure-data/prestogres-odbc,Distrotech/psqlodbc,hlinnaka/psqlodbc,Distrotech/psqlodbc,gavioto/psqlodbc,hlinnaka/psqlodbc,gavioto/psqlodbc
df008fe115c9c2ce79cf1a412f598101ee3788c4
tests/feature_tests/error_bool.c
tests/feature_tests/error_bool.c
int main() { struct A {} a; // error: '&&' operator requires scalar operands a && a; // error: '||' operator requires scalar operands a || a; // error: '!' operator requires scalar operand !a; }
int main() { struct A {} a; // error: '&&' operator requires scalar operands a && a; // error: '||' operator requires scalar operands 1 || a; // error: '||' operator requires scalar operands a || 1; // error: '!' operator requires scalar operand !a; }
Improve tests for boolean operators
Improve tests for boolean operators
C
mit
ShivamSarodia/ShivyC,ShivamSarodia/ShivyC,ShivamSarodia/ShivyC
1534a6d6d9baddc9904cc160bb24cf716e1b5c94
tests/syscalls/sysconf_pagesize.c
tests/syscalls/sysconf_pagesize.c
/* * Copyright (c) 2012 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include <stdio.h> #if defined(__GLIBC__) #include <unistd.h> #else /* * TODO(bsy): remove when newlib toolchain catches up * http://co...
/* * Copyright (c) 2012 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include <stdio.h> #include <unistd.h> int main(void) { long rv = sysconf(_SC_PAGESIZE); printf("%ld\n", rv); return rv != (1<<16);...
Clean up sysconf() test to address a TODO that depended on a toolchain roll
Clean up sysconf() test to address a TODO that depended on a toolchain roll BUG=https://code.google.com/p/nativeclient/issues/detail?id=3909 BUG=https://code.google.com/p/nativeclient/issues/detail?id=2714 TEST=run_sysconf_pagesize_test Review URL: https://codereview.chromium.org/655963003 git-svn-id: 721b910a23eff8...
C
bsd-3-clause
sbc100/native_client,sbc100/native_client,sbc100/native_client,sbc100/native_client,sbc100/native_client,sbc100/native_client
2ab77e34c2e175d90c79dde9b708e3c5beff64de
include/sys/dirent.h
include/sys/dirent.h
/* * Copyright (c) 2007, 2008, 2009, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group. */ #ifndef DIRENT_H_ #...
/* * Copyright (c) 2007, 2008, 2009, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group. */ #ifndef DIRENT_H_ #...
Duplicate definition of NAME_MAX macro
Duplicate definition of NAME_MAX macro I broke the build in rBFIaee0075101b1; this is just a temporary band-aid and only masks the more general issue described in T58. If you have an idea for a better fix, please let me know. Signed-off-by: Zaheer Chothia <418c8e101762410c9c1204e516611673b0b87d3d@inf.ethz.ch>
C
mit
BarrelfishOS/barrelfish,BarrelfishOS/barrelfish,BarrelfishOS/barrelfish,8l/barrelfish,kishoredbn/barrelfish,BarrelfishOS/barrelfish,kishoredbn/barrelfish,kishoredbn/barrelfish,BarrelfishOS/barrelfish,kishoredbn/barrelfish,BarrelfishOS/barrelfish,8l/barrelfish,kishoredbn/barrelfish,8l/barrelfish,kishoredbn/barrelfish,Ba...
e76435c6c60bf1247d6bb91fe8cf5e57a896da55
src/main/c/emulator/src/config.h
src/main/c/emulator/src/config.h
#ifndef CONFIG_H #define CONFIG_H //#define QEMU #define SIM #define OS_CALL 0xC0000000 #define DTB 0xC3000000 #endif
#ifndef CONFIG_H #define CONFIG_H //#define QEMU #define SIM #ifndef OS_CALL #define OS_CALL 0xC0000000 #endif #ifndef DTB #define DTB 0xC3000000 #endif #endif
Allow to set custom DTB/OS_CALL addresses
Allow to set custom DTB/OS_CALL addresses Setting those from command line during compilation allows to create a custom setup without the need of modifying the sources.
C
mit
SpinalHDL/VexRiscv,SpinalHDL/VexRiscv,SpinalHDL/VexRiscv,SpinalHDL/VexRiscv,SpinalHDL/VexRiscv
5db8b0845e766877bebc23ad823c1681e2218624
vendor/brightray/browser/net_log.h
vendor/brightray/browser/net_log.h
// Copyright (c) 2015 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef BROWSER_NET_LOG_H_ #define BROWSER_NET_LOG_H_ #include "base/files/scoped_file.h" #include "net/log/net_log.h" #include "net/log/file_net_log_observer.h" namespace brightray ...
// Copyright (c) 2015 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef BROWSER_NET_LOG_H_ #define BROWSER_NET_LOG_H_ #include "base/files/scoped_file.h" #include "net/log/net_log.h" #include "net/log/file_net_log_observer.h" #include "net/url_req...
Add missing explicit include of net/url_request/url_request_context.h
Add missing explicit include of net/url_request/url_request_context.h
C
mit
brave/muon,brave/electron,brave/electron,brave/electron,brave/muon,brave/muon,brave/electron,brave/muon,brave/electron,brave/muon,brave/muon,brave/electron
711b144ed5c1bb22def8f0d7a46eb58a0bbc9bb6
test/tools/llvm-symbolizer/print_context.c
test/tools/llvm-symbolizer/print_context.c
// REQUIRES: x86_64-linux // RUN: %host_cc -O0 -g %s -o %t 2>&1 // RUN: %t 2>&1 | llvm-symbolizer -print-source-context-lines=5 -obj=%t | FileCheck %s // // See PR31870 for more details on the XFAIL // XFAIL: avr #include <stdio.h> int inc(int a) { return a + 1; } int main() { printf("%p\n", inc); return 0; } ...
// REQUIRES: x86_64-linux // RUN: %host_cc -O0 -g %s -o %t 2>&1 // RUN: %t 2>&1 | llvm-symbolizer -print-source-context-lines=5 -obj=%t | FileCheck %s #include <stdio.h> int inc(int a) { return a + 1; } int main() { printf("%p\n", inc); return 0; } // CHECK: inc // CHECK: print_context.c:7 // CHECK: 5 : #inc...
Revert "[AVR] Mark a failing symbolizer test as XFAIL"
Revert "[AVR] Mark a failing symbolizer test as XFAIL" This reverts commit 83a0e876349adb646ba858eb177b22b0b4bfc59a. git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@309515 91177308-0d34-0410-b5e6-96231b3b80d8
C
apache-2.0
llvm-mirror/llvm,llvm-mirror/llvm,GPUOpen-Drivers/llvm,apple/swift-llvm,GPUOpen-Drivers/llvm,GPUOpen-Drivers/llvm,GPUOpen-Drivers/llvm,llvm-mirror/llvm,GPUOpen-Drivers/llvm,apple/swift-llvm,llvm-mirror/llvm,apple/swift-llvm,llvm-mirror/llvm,apple/swift-llvm,llvm-mirror/llvm,apple/swift-llvm,apple/swift-llvm,apple/swift...
6bf6d60fb44205bab201688d949e3937ee8dbd26
include/net/RestrictMacro.h
include/net/RestrictMacro.h
#ifndef RESTRICTMACRO_H_ #define RESTRICTMACRO_H_ #ifdef COBRA_RESTRICT #define COBRA_RESTRICT_BREAK \ break; \ #define COBRA_RESTRICT_EXCEED_N_BREAK( EXP, NUM ) \ if (EXP > NUM) \ break; \ #define COBRA_RESTRICT_EXCEED_N_RETURN_FALSE( EXP, NUM ) \ if ( EXP > NUM ) \ return false; \ #else #defin...
#ifndef RESTRICTMACRO_H_ #define RESTRICTMACRO_H_ #ifdef COBRA_RESTRICT #define COBRA_RESTRICT_BREAK \ break; \ #define COBRA_RESTRICT_EXCEED_N_BREAK( EXP, NUM ) \ if (EXP > NUM) \ break; \ #define COBRA_RESTRICT_EXCEED_N_RETURN_FALSE( EXP, NUM ) \ if ( EXP > NUM ) \ return false; \ #else #defin...
Fix compilation error of RestrictionMacro.h in sf1 if COBRA_RESTRICT is not defined.
Fix compilation error of RestrictionMacro.h in sf1 if COBRA_RESTRICT is not defined.
C
apache-2.0
izenecloud/izenelib,izenecloud/izenelib,pombredanne/izenelib,pombredanne/izenelib,izenecloud/izenelib,izenecloud/izenelib,pombredanne/izenelib,pombredanne/izenelib
9b1a95eb03798b3b6d969eca13fbbf6a9b0156b0
vk_default_loader.c
vk_default_loader.c
#include "vk_default_loader.h" #include "vulkan/vulkan.h" #if defined(_WIN32) #elif defined(unix) || defined(__unix__) || defined(__unix) #include <dlfcn.h> static void* (*loadSym)(void* lib, const char* procname); static void* loadSymWrap(VkInstance instance, const char* vkproc) { return (*loadSym)(instance, vkproc)...
#include "vk_default_loader.h" #include "vulkan/vulkan.h" #if defined(_WIN32) #elif defined(unix) || defined(__unix__) || defined(__unix) #include <dlfcn.h> static void* (*symLoader)(void* lib, const char* procname); static void* loaderWrap(VkInstance instance, const char* vkproc) { return (*symLoa...
Fix no-return warning in loader, also change the internal variable names.
Fix no-return warning in loader, also change the internal variable names.
C
mit
vulkan-go/vulkan,vulkan-go/vulkan
21a451d7f90a7953e0eb64101188b136d076ad23
ouzel/RenderTarget.h
ouzel/RenderTarget.h
// Copyright (C) 2016 Elviss Strazdins // This file is part of the Ouzel engine. #pragma once #include <algorithm> #include <memory> #include "Types.h" #include "Noncopyable.h" #include "Size2.h" namespace ouzel { namespace graphics { class Renderer; class Texture; class RenderTarget...
// Copyright (C) 2016 Elviss Strazdins // This file is part of the Ouzel engine. #pragma once #include <algorithm> #include <memory> #include "Types.h" #include "Noncopyable.h" #include "Size2.h" #include "Color.h" namespace ouzel { namespace graphics { class Renderer; class Texture; ...
Add clear color to render target
Add clear color to render target
C
unlicense
Hotspotmar/ouzel,elnormous/ouzel,elnormous/ouzel,elvman/ouzel,elvman/ouzel,elnormous/ouzel,Hotspotmar/ouzel,Hotspotmar/ouzel
4977c30315dca68e18a8605f235803380b2644dc
Source/SuggestionView/Source/SuggestionView/IMSuggestionView.h
Source/SuggestionView/Source/SuggestionView/IMSuggestionView.h
// // ImojiSDKUI // // Created by Nima Khoshini // Copyright (C) 2015 Imoji // // 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 /...
// // ImojiSDKUI // // Created by Nima Khoshini // Copyright (C) 2015 Imoji // // 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 /...
Fix warning with nonnull member for SuggetionView
Fix warning with nonnull member for SuggetionView
C
mit
imojiengineering/imoji-ios-sdk-ui,imojiengineering/imoji-ios-sdk-ui,alex-hoang/imoji-ios-sdk-ui,alex-hoang/imoji-ios-sdk-ui,kbot/imoji-ios-sdk-ui,imojiengineering/imoji-ios-sdk-ui,kbot/imoji-ios-sdk-ui,kbot/imoji-ios-sdk-ui,alex-hoang/imoji-ios-sdk-ui,imojiengineering/imoji-ios-sdk-ui,alex-hoang/imoji-ios-sdk-ui
25852400ccb5d7e35904cc3d270be741784ec22e
drivers/scsi/qla2xxx/qla_version.h
drivers/scsi/qla2xxx/qla_version.h
/* * QLogic Fibre Channel HBA Driver * Copyright (c) 2003-2012 QLogic Corporation * * See LICENSE.qla2xxx for copyright and licensing details. */ /* * Driver version */ #define QLA2XXX_VERSION "8.04.00.07-k" #define QLA_DRIVER_MAJOR_VER 8 #define QLA_DRIVER_MINOR_VER 4 #define QLA_DRIVER_PATCH_VER 0 #defi...
/* * QLogic Fibre Channel HBA Driver * Copyright (c) 2003-2012 QLogic Corporation * * See LICENSE.qla2xxx for copyright and licensing details. */ /* * Driver version */ #define QLA2XXX_VERSION "8.04.00.08-k" #define QLA_DRIVER_MAJOR_VER 8 #define QLA_DRIVER_MINOR_VER 4 #define QLA_DRIVER_PATCH_VER 0 #defi...
Update the driver version to 8.04.00.08-k.
[SCSI] qla2xxx: Update the driver version to 8.04.00.08-k. Signed-off-by: Giridhar Malavali <799b6491fce2c7a80b5fedcf9a728560cc9eb954@qlogic.com> Signed-off-by: Saurav Kashyap <88d6fd94e71a9ac276fc44f696256f466171a3c0@qlogic.com> Signed-off-by: James Bottomley <1acebbdca565c7b6b638bdc23b58b5610d1a56b8@Parallels.com>
C
mit
KristFoundation/Programs,TeamVee-Kanas/android_kernel_samsung_kanas,TeamVee-Kanas/android_kernel_samsung_kanas,TeamVee-Kanas/android_kernel_samsung_kanas,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,KristFoundation/Programs,TeamVee-Kanas/android_kernel_samsung_kana...
a96d949d521ea368bee3060dfe430fed5a631450
ProcessLauncher/ProcessNative.h
ProcessLauncher/ProcessNative.h
#pragma once #include "ProcessPlatform.h" namespace ugly { namespace process { class ProcessNative : public ProcessPlatform { public: ProcessNative(const std::string& path, const std::string& arguments); const std::string& GetFullCommandLine() const override { r...
#pragma once #include "ProcessPlatform.h" namespace ugly { namespace process { class ProcessNative : public ProcessPlatform { public: ProcessNative(const std::string& path, const std::string& arguments); const std::string& GetFullCommandLine() const override { r...
Fix memory corruption, trailing & in member variable type.
Fix memory corruption, trailing & in member variable type.
C
mit
Ilod/ugly,Ilod/ugly,Ilod/ugly