diff stringlengths 41 2.03M | msg stringlengths 1 1.5k ⌀ | repo stringlengths 5 40 | sha stringlengths 40 40 | time stringlengths 20 20 |
|---|---|---|---|---|
deleted file mode 100644 <nl> index 259918c5e . . 000000000 <nl> mmm a / src / gui / Src / Gui / BreakpointMenu . cpp <nl> ppp / dev / null <nl> <nl> - # include " BreakpointMenu . h " <nl> - # include " MenuBuilder . h " <nl> - # include < QAction > <nl> - # include < QMessageBox > <nl> - # include " StringUtil . h " ... | Merge pull request from torusrxxx / patch000000a7 | x64dbg/x64dbg | 47313dee8ab1ab942e2c4a02936be9382c5e1ff8 | 2020-12-06T19:16:01Z |
mmm a / Code / Sandbox / Plugins / EditorCommon / AssetSystem / AssetGenerator . cpp <nl> ppp b / Code / Sandbox / Plugins / EditorCommon / AssetSystem / AssetGenerator . cpp <nl> void CAssetGenerator : : OnFileChange ( const char * szFilename , EChangeType changeTyp <nl> m_fileQueue . ProcessItemUniqueAsync ( filePath... | ! I integrate from / / ce / main . . . | CRYTEK/CRYENGINE | 4b717fa630985f75f2bedddb0f652b7e55ab3cc3 | 2018-09-20T10:02:06Z |
mmm a / test / SILGen / tsan_instrumentation . swift <nl> ppp b / test / SILGen / tsan_instrumentation . swift <nl> <nl> / / RUN : % target - swift - emit - silgen - sanitize = thread % s | % FileCheck % s <nl> / / REQUIRES : tsan_runtime <nl> <nl> + / / FIXME : This should be covered by " tsan_runtime " ; older versio... | Merge remote - tracking branch ' origin / master ' into master - next | apple/swift | 184326cbf49a0bf4dda3a296c5b0904cb919aa9b | 2018-10-01T04:29:23Z |
mmm a / js / client / modules / @ arangodb / foxx / manager . js <nl> ppp b / js / client / modules / @ arangodb / foxx / manager . js <nl> <nl> / * jshint unused : false * / <nl> + / * global ARANGODB_CLIENT_VERSION * / <nl> ' use strict ' ; <nl> <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /... | fixed issue | arangodb/arangodb | e7abe1e7ca739c3a5500bc51d920916ccb1adbf9 | 2017-04-20T13:42:16Z |
mmm a / jvm - packages / pom . xml <nl> ppp b / jvm - packages / pom . xml <nl> <nl> <nl> < groupId > ml . dmlc < / groupId > <nl> < artifactId > xgboost - jvm < / artifactId > <nl> - < version > 0 . 80 < / version > <nl> + < version > 0 . 81 - SNAPSHOT < / version > <nl> < packaging > pom < / packaging > <nl> < name >... | Update JVM packages version to 0 . 81 - SNAPSHOT ( ) | dmlc/xgboost | 6288f6d5632ef5660be70f30484f8a46c90c36f9 | 2018-08-13T17:17:52Z |
mmm a / include / swift / AST / Import . h <nl> ppp b / include / swift / AST / Import . h <nl> <nl> # include " swift / Basic / OptionSet . h " <nl> # include " llvm / ADT / ArrayRef . h " <nl> # include " llvm / ADT / DenseMapInfo . h " <nl> + # include " llvm / ADT / PointerIntPair . h " <nl> # include " llvm / ADT ... | [ NFC ] Use AttributedImport in import resolution | apple/swift | 8070e8aaedf662bceea1483840cf0f61d5a8b8a4 | 2020-10-10T01:58:03Z |
mmm a / xbmc / cores / dvdplayer / DVDCodecs / Video / DVDVideoCodecOpenMax . cpp <nl> ppp b / xbmc / cores / dvdplayer / DVDCodecs / Video / DVDVideoCodecOpenMax . cpp <nl> bool CDVDVideoCodecOpenMax : : Open ( CDVDStreamInfo & hints , CDVDCodecOptions & option <nl> } <nl> m_omx_input_port = port_param . nStartPortNum... | [ arm / omx ] cosmetics , don ' t bust visual flow with # ifdefs | xbmc/xbmc | 1da25e014e5e4c8f453aa2ff828b4942bcfddbab | 2010-05-22T15:48:35Z |
mmm a / libs / libloggers / loggers / Loggers . cpp <nl> ppp b / libs / libloggers / loggers / Loggers . cpp <nl> void Loggers : : buildLoggers ( Poco : : Util : : AbstractConfiguration & config , Poco : : Log <nl> <nl> void Loggers : : setLoggerSensitiveDataMasker ( Poco : : Logger & logger , DB : : SensitiveDataMaske... | Update Loggers . cpp | ClickHouse/ClickHouse | 7a6a6e093b93a7f343a8f9b4c026b081a31bf444 | 2019-09-03T19:46:49Z |
mmm a / db / db_test . cc <nl> ppp b / db / db_test . cc <nl> class DBTest { <nl> return static_cast < int > ( files . size ( ) ) ; <nl> } <nl> <nl> + int CountLiveFiles ( ) { <nl> + std : : vector < std : : string > files ; <nl> + uint64_t manifest_file_size ; <nl> + db_ - > GetLiveFiles ( files , & manifest_file_size... | Fix unit test failure caused by delaying deleting obsolete files . | facebook/rocksdb | 8eedf13a82a5e209bd5860f654bf0132b49c0be1 | 2012-10-26T15:42:05Z |
mmm a / include / swift / Demangling / Demangler . h <nl> ppp b / include / swift / Demangling / Demangler . h <nl> class Demangler : public NodeFactory { <nl> <nl> NodePointer demangleObjCTypeName ( ) ; <nl> <nl> + void dump ( ) ; <nl> + <nl> public : <nl> Demangler ( ) { } <nl> <nl> mmm a / lib / Demangling / NodeDum... | Demangler : add a debug dump function to print the internal state of the demangler . | apple/swift | 7dd2828d275d91c48eda81c0fa7a803a211bea2f | 2017-04-06T23:07:13Z |
mmm a / test / Compatibility / protocol_composition . swift <nl> ppp b / test / Compatibility / protocol_composition . swift <nl> <nl> / / RUN : % empty - directory ( % t ) <nl> - / / RUN : % utils / split_file . py - o % t % s <nl> + / / RUN : % { python } % utils / split_file . py - o % t % s <nl> / / RUN : % target ... | Merge pull request from compnerd / python | apple/swift | 743f4984cbfa779318911979dd35a7ba035459a0 | 2018-04-24T02:59:47Z |
mmm a / arangod / Cluster / v8 - cluster . cpp <nl> ppp b / arangod / Cluster / v8 - cluster . cpp <nl> static void JS_GetAgency ( v8 : : FunctionCallbackInfo < v8 : : Value > const & args ) { <nl> / / / @ brief read transaction to the agency <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / ... | attempt to fix Windows build | arangodb/arangodb | 0070b40fbf9daa1e33644990c7cbc34dcc6814ad | 2017-01-04T08:08:13Z |
mmm a / tensorflow / core / graph / mkl_layout_pass . cc <nl> ppp b / tensorflow / core / graph / mkl_layout_pass . cc <nl> MklLayoutRewritePass : : CheckForNodeFusion ( Node * a ) const { <nl> / / <nl> <nl> std : : stack < Node * , std : : vector < Node * > > work_stack ; <nl> - std : : set < Node * > visited_nodes ; ... | Use std : : unordered_set instead of std : : set , for better performance . | tensorflow/tensorflow | a554e9d7f8dfcc562b568c678f93a88185d7dd05 | 2018-10-31T05:12:04Z |
mmm a / xbmc / FileSystem / AddonsDirectory . cpp <nl> ppp b / xbmc / FileSystem / AddonsDirectory . cpp <nl> bool CAddonsDirectory : : GetDirectory ( const CStdString & strPath , CFileItemList & it <nl> } <nl> else if ( path . GetHostName ( ) . Equals ( " repos " ) ) <nl> { <nl> - CAddonMgr : : Get ( ) . GetAddons ( A... | cleanup : Get rid of CONTENT_TYPE in most addonmanager functions ( and a few other orphaned functions ) . | xbmc/xbmc | a8af180d6beaef72e146be5318189dac5fb2c121 | 2010-05-28T02:40:03Z |
mmm a / extensions / assets - manager / Downloader . cpp <nl> ppp b / extensions / assets - manager / Downloader . cpp <nl> void Downloader : : groupBatchDownload ( const DownloadUnits & units ) <nl> FD_ZERO ( & fdread ) ; <nl> FD_ZERO ( & fdwrite ) ; <nl> FD_ZERO ( & fdexcep ) ; <nl> + / / FIXME : when jenkins migrate... | add fixme | cocos2d/cocos2d-x | 412e76a6264c6243f48ebfab67fcc86a00975137 | 2015-01-04T07:16:22Z |
mmm a / scene / 2d / cpu_particles_2d . h <nl> ppp b / scene / 2d / cpu_particles_2d . h <nl> class CPUParticles2D : public Node2D { <nl> const Particle * particles ; <nl> <nl> bool operator ( ) ( int p_a , int p_b ) const { <nl> - return particles [ p_a ] . time < particles [ p_b ] . time ; <nl> + return particles [ p... | Reversed operator in SortLifetime fixing | godotengine/godot | 6a23eff748b671a0a34962356d8ac36626b90f5b | 2019-06-06T19:49:48Z |
mmm a / Installation / build . sh <nl> ppp b / Installation / build . sh <nl> case $ TRI_OS_LONG in <nl> LDD_INFO = " yes " <nl> ; ; <nl> <nl> - Linux - LinuxMint - 13 * ) <nl> - echo " Using configuration for LinuxMint 13 " <nl> - OPTIONS = " $ OPTIONS - - disable - mruby " <nl> + Linux - CentOS - 6 * ) <nl> + echo " ... | added fedora | arangodb/arangodb | 1d2757323bce83e50387054c5f3b25d9a99ced93 | 2013-02-20T15:06:23Z |
similarity index 77 % <nl> rename from trunk / CMakeLists . txt <nl> rename to trunk / ide / srs_cmake / CMakeLists . txt <nl> mmm a / trunk / CMakeLists . txt <nl> ppp b / trunk / ide / srs_cmake / CMakeLists . txt <nl> <nl> cmake_minimum_required ( VERSION 2 . 6 . 4 ) <nl> project ( srs CXX ) <nl> <nl> - INCLUDE_DIRE... | use ide dir for ides . | ossrs/srs | a3607c91931e10162d6f34bfac7b08eb1acf75f6 | 2015-01-20T10:33:04Z |
mmm a / dbms / src / Common / XDBCBridgeHelper . h <nl> ppp b / dbms / src / Common / XDBCBridgeHelper . h <nl> struct ODBCBridgeMixin <nl> <nl> static void startBridge ( const Poco : : Util : : AbstractConfiguration & config , Poco : : Logger * log , const Poco : : Timespan & http_timeout ) <nl> { <nl> - Poco : : Path... | CLICKHOUSE - 4067 : Fixes in odbc dictionaries . Now dictionaries receives bridge path from global config ( as it was before ) . Quotation performed on table and schema independently . Add tests with postgres interaction . Update documentation | ClickHouse/ClickHouse | c951ec7bada9acf502ec9b97d9f38c91dd24443f | 2018-10-15T14:49:23Z |
mmm a / protos / route_guide . proto <nl> ppp b / protos / route_guide . proto <nl> service RouteGuide { <nl> / / A simple RPC . <nl> / / <nl> / / Obtains the feature at a given position . <nl> + / / <nl> + / / A feature with an empty name is returned if there ' s no feature at the given <nl> + / / position . <nl> rpc ... | Update the comment of GetFeature to clarify its unintuitive behavior | grpc/grpc | b224d6a50008f60ebe4983c87d5d386175d9d9c3 | 2015-02-26T00:03:09Z |
mmm a / src / mips / lithium - codegen - mips . cc <nl> ppp b / src / mips / lithium - codegen - mips . cc <nl> void LCodeGen : : DoTransitionElementsKind ( LTransitionElementsKind * instr ) { <nl> __ RecordWriteField ( object_reg , HeapObject : : kMapOffset , new_map_reg , <nl> scratch , GetRAState ( ) , kDontSaveFPRe... | MIPS : Store doubles before calling into the elements transition stub | v8/v8 | e12b6ff35d4d497f79648f64df57e399db3b1ef0 | 2013-08-13T23:34:34Z |
mmm a / xbmc / cores / dvdplayer / DVDPlayer . cpp <nl> ppp b / xbmc / cores / dvdplayer / DVDPlayer . cpp <nl> bool CDVDPlayer : : OpenDemuxStream ( ) <nl> return true ; <nl> } <nl> <nl> - void CDVDPlayer : : OpenDefaultStreams ( ) <nl> + void CDVDPlayer : : OpenDefaultStreams ( bool reset ) <nl> { <nl> / / bypass for... | dvdplayer : avoid resetting players on stream change ( pvr ) | xbmc/xbmc | 56395a278d3f819d5aaaa0cff481bb3e80eb43d6 | 2012-11-07T17:37:01Z |
mmm a / lib / Frontend / CompilerInvocation . cpp <nl> ppp b / lib / Frontend / CompilerInvocation . cpp <nl> static bool ParseDiagnosticArgs ( DiagnosticOptions & Opts , ArgList & Args , <nl> } <nl> <nl> / / Lifted from the clang driver . <nl> - static void PrintArg ( raw_ostream & OS , const char * Arg , bool Quote )... | Merge remote - tracking branch ' origin / master ' into master - next | apple/swift | ff97d8b15000eae624551b9b11351c91a176f972 | 2018-02-02T03:29:10Z |
mmm a / modules / imgproc / include / opencv2 / imgproc . hpp <nl> ppp b / modules / imgproc / include / opencv2 / imgproc . hpp <nl> class CV_EXPORTS_W Subdiv2D <nl> Point2f bottomRight ; <nl> } ; <nl> <nl> - class LineSegmentDetector : public Algorithm <nl> + class CV_EXPORTS_W LineSegmentDetector : public Algorithm ... | exposed LineSegemntDetector to python | opencv/opencv | f0b050fa887762e333081b8741e633b4efad2cc0 | 2013-09-30T10:30:00Z |
new file mode 100644 <nl> index 00000000000 . . 448a5faaa5c <nl> mmm / dev / null <nl> ppp b / tests / performance / float_mod . xml <nl> <nl> + < test > <nl> + < query > SELECT count ( ) FROM numbers ( 100000000 ) WHERE NOT ignore ( number % 1 . 1 ) < / query > <nl> + < / test > <nl> | Add performance test | ClickHouse/ClickHouse | 16ba0f91d7a65bc018e1480749b380227da9126a | 2020-07-21T10:38:14Z |
mmm a / src / core / transport / chttp2_transport . c <nl> ppp b / src / core / transport / chttp2_transport . c <nl> static void recv_data ( void * tp , gpr_slice * slices , size_t nslices , <nl> <nl> static void reading_action ( void * pt , int iomgr_success_ignored ) { <nl> grpc_chttp2_transport * t = pt ; <nl> - gp... | Spam cleanup | grpc/grpc | 9ae6f23fb9cd5ec0bde83d06b7a9465dfa9b9e25 | 2015-06-30T23:33:45Z |
mmm a / tensorflow / contrib / lite / java / ovic / BUILD <nl> ppp b / tensorflow / contrib / lite / java / ovic / BUILD <nl> java_binary ( <nl> tags = [ " no_oss " ] , <nl> deps = [ <nl> " / / tensorflow / contrib / lite / java / ovic : ovicbenchmarkerlib_java " , <nl> + " / / tensorflow / contrib / lite / java / ovic... | Check in sample detection model for OVIC . | tensorflow/tensorflow | d43d73b21697dafdb8dc0b7c8d64a3d98ac1b6b8 | 2018-10-19T19:41:41Z |
mmm a / src / execution . cc <nl> ppp b / src / execution . cc <nl> MaybeHandle < Object > Execution : : TryCall ( Handle < JSFunction > func , <nl> DCHECK ( catcher . HasCaught ( ) ) ; <nl> DCHECK ( isolate - > has_pending_exception ( ) ) ; <nl> DCHECK ( isolate - > external_caught_exception ( ) ) ; <nl> - if ( except... | Correctly propagate terminate exception in TryCall . | v8/v8 | a49b55b78844557b65a98e7a77dd26078157ed7f | 2015-02-17T11:44:43Z |
mmm a / arangod / HashIndex / hash - array . cpp <nl> ppp b / arangod / HashIndex / hash - array . cpp <nl> <nl> / / - - SECTION - - COMPARISON <nl> / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> <nl> - / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /... | Fixed a bug in the usage of HashIndex tables , with the new index element . | arangodb/arangodb | b6d373f746c9879ab5e3eb0333d924489d95db3c | 2015-08-17T10:42:25Z |
mmm a / torch / nn / modules / container . py <nl> ppp b / torch / nn / modules / container . py <nl> def forward ( self , input ) : <nl> class ModuleList ( Module ) : <nl> r " " " Holds submodules in a list . <nl> <nl> - ModuleList can be indexed like a regular Python list , but modules it <nl> - contains are properly... | Further improvements of nn . container docs | pytorch/pytorch | 1d827b727180baaecfe1a0c50d6e5c4847cdbdb0 | 2019-03-11T01:30:39Z |
mmm a / client / redef_macros . h <nl> ppp b / client / redef_macros . h <nl> <nl> # pragma pop_macro ( " ONCE " ) <nl> <nl> / / db / instance . h <nl> - # pragma pop_macro ( " OPREAD " ) <nl> # pragma pop_macro ( " OPWRITE " ) <nl> <nl> / / stdafx . h <nl> mmm a / db / db . sln <nl> ppp b / db / db . sln <nl> <nl> - ... | opread doesnt need to be a macro | mongodb/mongo | 1a277506821045e4edea4971cfb10931df046183 | 2010-04-23T23:32:21Z |
new file mode 100644 <nl> index 00000000000 . . 0d7a321de02 <nl> mmm / dev / null <nl> ppp b / test / mjsunit / regress / regress - 447561 . js <nl> <nl> + / / Copyright 2015 the V8 project authors . All rights reserved . <nl> + / / Use of this source code is governed by a BSD - style license that can be <nl> + / / fou... | Land test case for RegExp . source . | v8/v8 | 1e905469bea93363b3a6e1352dc3ff56e039c219 | 2015-01-27T15:17:37Z |
mmm a / config . h <nl> ppp b / config . h <nl> <nl> / * ASE - Allegro Sprite Editor <nl> - * Copyright ( C ) 2001 - 2009 David Capello <nl> + * Copyright ( C ) 2001 - 2010 David Capello <nl> * <nl> * This program is free software ; you can redistribute it and / or modify <nl> * it under the terms of the GNU General Pu... | Updated copyright year to 2010 | aseprite/aseprite | b747ccdaa6ccec003bbf9563303e7cb3956757b7 | 2010-02-01T21:25:40Z |
mmm a / arangod / Ahuacatl / ahuacatl - conversions . c <nl> ppp b / arangod / Ahuacatl / ahuacatl - conversions . c <nl> TRI_aql_node_t * TRI_JsonNodeAql ( TRI_aql_context_t * const context , <nl> break ; <nl> <nl> case TRI_JSON_LIST : { <nl> - size_t i ; <nl> - size_t n ; <nl> - <nl> node = TRI_CreateNodeListAql ( co... | handle OOM | arangodb/arangodb | 5b1f9f2a14b697f6acb1973b7293bd8dd4d2d521 | 2013-07-02T15:21:07Z |
mmm a / data / spring_small . txt <nl> ppp b / data / spring_small . txt <nl> <nl> 2 1 <nl> 0 0 0 0 <nl> - 1 1 1 1 <nl> + 1 1 2 1 <nl> 0 1 1 1 <nl> 1 <nl> 1 <nl> mmm a / lang / mass_spring . cpp <nl> ppp b / lang / mass_spring . cpp <nl> TLANG_NAMESPACE_BEGIN <nl> <nl> Expr length ( Vector vec ) { <nl> Expr t = vec ( 0... | . | taichi-dev/taichi | 944859c159c3489f2888ff09b384ac4965ee0769 | 2019-01-12T18:46:32Z |
new file mode 100755 <nl> index 00000000000 . . 51f8130103f <nl> mmm / dev / null <nl> ppp b / example / image - classification / data / imagenet1k - val . sh <nl> <nl> + # ! / bin / bash <nl> + <nl> + # This file download the imagnet - 1k validation dataset and convert it into a rec <nl> + # file . One need to provide... | [ image - classification ] default use min_random_scale = 1 , add data / imagenet1k - val . sh ( ) | apache/incubator-mxnet | 1446bfc2fbd6516cb9b079d41fc86e4ad6086ace | 2016-12-20T01:17:18Z |
mmm a / dbms / src / Common / FileChecker . cpp <nl> ppp b / dbms / src / Common / FileChecker . cpp <nl> namespace DB <nl> { <nl> <nl> <nl> - FileChecker : : FileChecker ( const std : : string & file_info_path_ ) <nl> + FileChecker : : FileChecker ( DiskPtr disk_ , const String & file_info_path_ ) : disk ( disk_ ) <nl... | Integration of log storages with IDisk interface | ClickHouse/ClickHouse | 0894ed9f33d32be3623f4448238fcdc9e2599d6c | 2019-12-23T13:11:56Z |
mmm a / spec / chromium - spec . coffee <nl> ppp b / spec / chromium - spec . coffee <nl> describe ' chromium feature ' , - > <nl> w . loadURL url <nl> <nl> describe ' window . open ' , - > <nl> - @ timeout 10000 <nl> + @ timeout 20000 <nl> <nl> it ' returns a BrowserWindowProxy object ' , - > <nl> b = window . open ' ... | spec : Increase timeout for window . open | electron/electron | c36ae86fabae571dbd886b43d445a8736d99c711 | 2015-12-24T09:08:32Z |
mmm a / xbmc / cores / VideoPlayer / VideoRenderers / HwDecRender / VideoLayerBridgeDRMPRIME . cpp <nl> ppp b / xbmc / cores / VideoPlayer / VideoRenderers / HwDecRender / VideoLayerBridgeDRMPRIME . cpp <nl> void CVideoLayerBridgeDRMPRIME : : Configure ( CVideoBufferDRMPRIME * buffer ) <nl> const VideoPicture & picture... | Merge pull request from lrusak / drm - properties | xbmc/xbmc | d6da11548992f78f6597a1a818058f22fd9fcedc | 2020-04-20T00:49:10Z |
mmm a / jstests / sharding / autosplit_with_balancer . js <nl> ppp b / jstests / sharding / autosplit_with_balancer . js <nl> <nl> <nl> s . startBalancer ( ) ; <nl> <nl> + let confirmBalancerSettings = function ( expectedBalancerOn , expectedAutoSplitOn ) { <nl> + let configSettings = s . s . getDB ( ' config ' ) . set... | SERVER - 41195 Turn off auto - splitting when the balancer is turned off | mongodb/mongo | 68fd498481f7427cc780d270b27636f69bb1add8 | 2019-06-24T14:52:34Z |
mmm a / scripts / apollo_lint . sh <nl> ppp b / scripts / apollo_lint . sh <nl> function run_cpp_lint ( ) { <nl> _cpp_lint_impl " $ { targets } " <nl> <nl> if [ [ " $ { STAGE } " = = " dev " ] ] ; then <nl> - _cpp_lint_impl " $ ( bazel query / / modules / . . . except / / modules / tools / visualizer / . . . ) " <nl> +... | Docker_dev : Enable all lint as visualizer was disabled in BUILD . | ApolloAuto/apollo | caf54d276278371a9adf6cc7054bf8bcbf5ecd8d | 2020-06-25T17:33:40Z |
mmm a / Telegram / Build . sh <nl> ppp b / Telegram / Build . sh <nl> elif [ " $ BuildTarget " = = " mac " ] ; then <nl> UpdateFile = " tmacupd $ AppVersion " <nl> SetupFile = " tsetup . $ AppVersionStrFull . dmg " <nl> ReleasePath = " . / . . / Mac / Release " <nl> + BinaryName = " Telegram " <nl> elif [ " $ BuildTarg... | build scripts updated | telegramdesktop/tdesktop | a8e2dbee686b355058802d202ef249ccd844f921 | 2015-09-24T18:18:21Z |
mmm a / src / csharp / Grpc . Core / Internal / AuthContextSafeHandle . cs <nl> ppp b / src / csharp / Grpc . Core / Internal / AuthContextSafeHandle . cs <nl> protected override bool ReleaseHandle ( ) <nl> <nl> private AuthProperty PtrToAuthProperty ( IntPtr authPropertyPtr ) <nl> { <nl> - var nativeAuthProperty = Mar... | dont use generic version of PtrToStructure | grpc/grpc | 271cb36f5639ed465f919c9736015bd98a7b7540 | 2017-08-11T16:17:19Z |
mmm a / cocos / scripting / js - bindings / manual / chipmunk / js_bindings_chipmunk_registration . cpp <nl> ppp b / cocos / scripting / js - bindings / manual / chipmunk / js_bindings_chipmunk_registration . cpp <nl> void jsb_register_chipmunk ( JSContext * cx , JS : : HandleObject object ) <nl> JS_DefineFunction ( cx... | [ ci skip ] Add Chipmunk JS binding for segmentQuery ( ) | cocos2d/cocos2d-x | efe95fd89971a8cad4820c5aa44a6dc5eebd4790 | 2017-08-07T03:57:45Z |
new file mode 100644 <nl> index 0000000000 . . f4f9a7b32d <nl> mmm / dev / null <nl> ppp b / change / react - native - windows - a206e50b - eb3d - 4f1e - bb61 - 35d4d333e417 . json <nl> <nl> + { <nl> + " type " : " prerelease " , <nl> + " comment " : " Fix destruction of UIManager in UI thread " , <nl> + " packageName ... | Fix destruction of UIManager in UI thread ( ) | microsoft/react-native-windows | 932eb5f017589480d6848e58b689d43ee12bef87 | 2020-12-05T07:44:25Z |
mmm a / include / swift / AST / ASTContext . h <nl> ppp b / include / swift / AST / ASTContext . h <nl> class ASTContext final { <nl> / / / if applicable . <nl> const Decl * getSwiftDeclForExportedClangDecl ( const clang : : Decl * decl ) ; <nl> <nl> + / / / General conversion method from Swift types - > Clang types . ... | Merge pull request from varungandhi - apple / vg - irgen - remove - old - clangtypeconverter | apple/swift | e89b53409f44e7c156748665ecaa382ecf8efdd9 | 2020-11-12T21:52:38Z |
mmm a / src / core / console_user_server / include / components_manager . hpp <nl> ppp b / src / core / console_user_server / include / components_manager . hpp <nl> class components_manager final { <nl> public : <nl> components_manager ( const components_manager & ) = delete ; <nl> <nl> - components_manager ( void ) {... | use dispatcher : : dispatcher @ server_manager | pqrs-org/Karabiner-Elements | 8c5609b67a159895a770d0eb63ea16bcb429b588 | 2018-09-23T05:33:18Z |
mmm a / src / AbstractSingleDiskAdaptor . cc <nl> ppp b / src / AbstractSingleDiskAdaptor . cc <nl> void AbstractSingleDiskAdaptor : : truncate ( int64_t length ) <nl> diskWriter_ - > truncate ( length ) ; <nl> } <nl> <nl> - std : : shared_ptr < FileAllocationIterator > <nl> + std : : unique_ptr < FileAllocationIterato... | Use std : : unique_ptr for FileAllocationIterator | aria2/aria2 | f8d305fe639a2a458106f3f233f696157c6ab06d | 2013-07-06T06:56:08Z |
mmm a / ios / sdk / WeexSDK / Sources / Module / WXStreamModule . m <nl> ppp b / ios / sdk / WeexSDK / Sources / Module / WXStreamModule . m <nl> + ( NSString * ) getStatusText : ( NSInteger ) code { <nl> default : <nl> break ; <nl> } <nl> + <nl> + return @ " Unknown " ; <nl> } <nl> <nl> @ end <nl> | * [ ios ] fix WXStreamModule comile error | apache/incubator-weex | 4dfb9a78fa98c46ba9867837762ab0acf6c421f4 | 2016-07-21T07:31:49Z |
mmm a / test / SourceKit / NameTranslation / basic . swift <nl> ppp b / test / SourceKit / NameTranslation / basic . swift <nl> func foo2 ( _ a : FooClassDerived ) { <nl> / / RUN : % sourcekitd - test - req = translate - objc - selector fooInstanceFunc21 : withBB : - pos = 15 : 13 % s - - - F % S / . . / Inputs / libID... | [ sourcekitd ] Allow mising name pieces preferred names | apple/swift | 7e5dd1fa01d24490a3490d4f909c2517f59ce9bb | 2017-04-25T22:25:53Z |
mmm a / tensorflow / lite / experimental / ruy / BUILD <nl> ppp b / tensorflow / lite / experimental / ruy / BUILD <nl> cc_library ( <nl> cc_library ( <nl> name = " kernel " , <nl> srcs = [ <nl> - " kernel . cc " , <nl> + " kernel_arm32 . cc " , <nl> + " kernel_arm64 . cc " , <nl> ] , <nl> hdrs = [ <nl> " kernel . h " ... | Ruy - Float Kernel in ARM32 asm . | tensorflow/tensorflow | 32499e2a2b5e2fb025e03dfc4e49d78a75ea65ed | 2019-07-02T19:17:22Z |
mmm a / cmake / OpenCVFindLibsGrfmt . cmake <nl> ppp b / cmake / OpenCVFindLibsGrfmt . cmake <nl> if ( WITH_JASPER ) <nl> endif ( ) <nl> <nl> # mmm libpng ( optional , should be searched after zlib ) mmm <nl> - if ( WITH_PNG AND NOT IOS ) <nl> + if ( WITH_PNG ) <nl> if ( BUILD_PNG ) <nl> ocv_clear_vars ( PNG_FOUND ) <n... | Merge pull request from alekcac : ios - build - fix | opencv/opencv | 7cefb6f50bedcc8030dddbc21722ff7de13ccc1e | 2013-08-23T12:54:48Z |
mmm a / src / isolate . cc <nl> ppp b / src / isolate . cc <nl> Handle < Object > Isolate : : CaptureSimpleStackTrace ( Handle < JSReceiver > error_object , <nl> this ) ; <nl> Handle < JSGeneratorObject > generator_object ( <nl> JSGeneratorObject : : cast ( context - > extension ( ) ) , this ) ; <nl> - CHECK ( generato... | [ async ] Gracefully handle suspended generators . | v8/v8 | 2a08adbb6b6a542047628b1258dff63a7f0e99ef | 2018-10-22T07:06:22Z |
mmm a / cocos / scripting / js - bindings / manual / ScriptingCore . cpp <nl> ppp b / cocos / scripting / js - bindings / manual / ScriptingCore . cpp <nl> JSObject * jsb_ref_create_jsobject ( JSContext * cx , cocos2d : : Ref * ref , js_type_clas <nl> return js_obj ; <nl> } <nl> <nl> + JSObject * jsb_ref_get_or_create_... | adds jsb_ref_get_or_create_jsobject ( ) | cocos2d/cocos2d-x | 67948ff8c877d003df4ef7414c2d05534601475f | 2015-12-03T23:40:52Z |
mmm a / tensorflow / go / op / wrappers . go <nl> ppp b / tensorflow / go / op / wrappers . go <nl> func DepthwiseConv2dNativeBackpropFilterDataFormat ( value string ) DepthwiseConv2d <nl> / / element on that dimension . The dimension order is determined by the value of <nl> / / ` data_format ` , see above for details ... | Go : Update generated wrapper functions for TensorFlow ops . | tensorflow/tensorflow | 31f4a57d484ac794671aecc60b19ef8b78a628a2 | 2019-12-27T10:50:32Z |
deleted file mode 100644 <nl> index fad0043f8b8a . . 000000000000 <nl> mmm a / utils / error_enum_to_cases . pl <nl> ppp / dev / null <nl> <nl> - # ! / usr / bin / perl - w <nl> - <nl> - use strict ; <nl> - use English ; <nl> - <nl> - sub translateAvailability { <nl> - my $ version = shift ; <nl> - $ version = ~ s / ^ ... | Remove the unused utils / error_enum_to_cases . pl script . | apple/swift | eac71b43211c6779c55cc17bb08207a69c3f6079 | 2020-01-24T08:57:13Z |
mmm a / xbmc / linux / XTimeUtils . cpp <nl> ppp b / xbmc / linux / XTimeUtils . cpp <nl> BOOL SystemTimeToFileTime ( const SYSTEMTIME * lpSystemTime , LPFILETIME lpFileTi <nl> if ( IsLeapYear ( lpSystemTime - > wYear ) & & ( sysTime . tm_yday > 58 ) ) <nl> sysTime . tm_yday + + ; <nl> <nl> + # ifdef __APPLE__ <nl> + /... | [ osx ] work around crash on startup with thread unsafe timegm | xbmc/xbmc | 032ce0eab468d70e56170702046fc18e306ed7cd | 2009-12-11T17:11:39Z |
mmm a / Marlin / src / Marlin . cpp <nl> ppp b / Marlin / src / Marlin . cpp <nl> void disable_all_steppers ( ) { <nl> void manage_inactivity ( bool ignore_stepper_queue / * = false * / ) { <nl> <nl> # if ENABLED ( FILAMENT_RUNOUT_SENSOR ) <nl> - if ( ( IS_SD_PRINTING | | print_job_timer . isRunning ( ) ) & & ( READ ( ... | Merge pull request from thinkyhead / bf2_print_start_fix | MarlinFirmware/Marlin | a19656e7cbe6dac33c5a1d7e76ebc7141743054a | 2018-01-22T12:10:58Z |
mmm a / PowerEditor / src / WinControls / TabBar / TabBar . cpp <nl> ppp b / PowerEditor / src / WinControls / TabBar / TabBar . cpp <nl> LRESULT TabBarPlus : : runProc ( HWND hwnd , UINT Message , WPARAM wParam , LPARAM lPara <nl> return TRUE ; <nl> <nl> const bool isForward = ( ( short ) HIWORD ( wParam ) ) < 0 ; / /... | Fix tab switching hotkeys in multi - line ( shift + MW , ctrl + MW , shift + ctrl + MW ) | notepad-plus-plus/notepad-plus-plus | 96c0943ad698733128a46200ddb017bc24310abc | 2017-03-19T23:19:48Z |
mmm a / tensorflow / python / debug / BUILD <nl> ppp b / tensorflow / python / debug / BUILD <nl> py_library ( <nl> " : debug_utils " , <nl> " : dumping_wrapper " , <nl> " : framework " , <nl> + " : grpc_wrapper " , <nl> " : local_cli_wrapper " , <nl> " : stepper " , <nl> " / / tensorflow / python : training " , <nl> m... | tfdbg : Created a GRPC - based hook that streams debugger - related events . | tensorflow/tensorflow | 9c7e4964eb816b3701434594f5bf6d1c97694d60 | 2017-03-17T01:28:29Z |
mmm a / tensorflow / core / common_runtime / parallel_concat_optimizer . cc <nl> ppp b / tensorflow / core / common_runtime / parallel_concat_optimizer . cc <nl> class ParallelConcatRemovePass : public GraphOptimizationPass { <nl> for ( Node * n : matches ) { <nl> AttrSlice n_attrs = n - > attrs ( ) ; <nl> auto base_ma... | Code formatted | tensorflow/tensorflow | bb45e28b207f9a0d56f1b4a0d372b267e216ad04 | 2018-08-29T14:45:38Z |
mmm a / ports / ecsutil / CONTROL <nl> ppp b / ports / ecsutil / CONTROL <nl> <nl> Source : ecsutil <nl> - Version : 1 . 0 . 7 . 9 <nl> + Version : 1 . 0 . 7 . 10 <nl> Homepage : https : / / github . com / EMCECS / ecs - object - client - windows - cpp <nl> Description : Native Windows SDK for accessing ECS via the S3 ... | [ ecsutil ] Update ECSUtil v1 . 0 . 7 . 10 ( ) | microsoft/vcpkg | 45fa57c276f894a0563abb854e319a88ddb7105c | 2020-10-12T19:03:26Z |
mmm a / swoole_process_pool . c <nl> ppp b / swoole_process_pool . c <nl> static PHP_METHOD ( swoole_process_pool , start ) <nl> <nl> if ( pool - > ipc_mode > SW_IPC_NONE ) <nl> { <nl> + if ( pp - > onMessage = = NULL ) <nl> + { <nl> + swoole_php_fatal_error ( E_ERROR , " require onMessage callback " ) ; <nl> + RETURN_... | warning free . | swoole/swoole-src | b1713910535a83c86159725df6001f6568ef373b | 2018-11-10T07:40:49Z |
mmm a / lib / AST / GenericSignatureBuilder . cpp <nl> ppp b / lib / AST / GenericSignatureBuilder . cpp <nl> void GenericSignatureBuilder : : enumerateRequirements ( llvm : : function_ref < <nl> / / If this equivalence class is bound to a concrete type , equate the <nl> / / anchor with a concrete type . <nl> if ( Type... | Merge pull request from DougGregor / sr - 4456 | apple/swift | f6c2dc76fac1c8d1ac29065969232d056545359a | 2017-04-03T21:14:35Z |
mmm a / editor / plugins / script_editor_plugin . cpp <nl> ppp b / editor / plugins / script_editor_plugin . cpp <nl> void ScriptEditor : : _open_recent_script ( int p_idx ) { <nl> / / if it ' s a path then it ' s most likely a deleted file not help <nl> } else if ( path . find ( " : : " ) ! = - 1 ) { <nl> / / built - ... | Merge pull request from nekomatata / fix - builtin - script - resource | godotengine/godot | 093c1c1a6944715ffa3dafd55f6cff21b925de24 | 2019-09-19T18:07:41Z |
mmm a / Examples / ReinforcementLearning / DeepQNeuralNetwork . py <nl> ppp b / Examples / ReinforcementLearning / DeepQNeuralNetwork . py <nl> class ReplayMemory ( object ) : <nl> " " " <nl> Replay Memory keeps track of the environment dynamic . <nl> We store all the transition ( s ( t ) , action , s ( t + 1 ) , rewar... | Wrong work in doc | microsoft/CNTK | ebf3fb65c59fd227f62e4afa501a38798c460132 | 2017-03-29T19:11:56Z |
mmm a / src / search_engine / nova . py <nl> ppp b / src / search_engine / nova . py <nl> <nl> # ! / usr / bin / env python <nl> # - * - coding : utf - 8 - * - <nl> + # Version : 2 . 03 <nl> + # Changelog : <nl> + # - Little fix for mininova search engine when file name contain ' < = ' <nl> + <nl> # Version : 2 . 02 <n... | - Improved mininova search engine support | qbittorrent/qBittorrent | e9126aedc302bef09482d348c942f8655271e51b | 2007-07-24T07:58:31Z |
mmm a / src / common / utils . h <nl> ppp b / src / common / utils . h <nl> namespace common { <nl> <nl> / / heuristic to dermine number of threads per GPU <nl> inline int GetNumThreadPerGPU ( ) { <nl> - int nthread = std : : thread : : hardware_concurrency ( ) ; <nl> - if ( nthread < 8 ) { <nl> - return dmlc : : GetEn... | [ PARAMETER ] Remove default setting of op , make resource allocation conservative | apache/incubator-mxnet | 6f7873acd1a1c93d6291165b56e7c239c1d37036 | 2015-09-26T03:58:19Z |
mmm a / hphp / hack / src / errors / errors . ml <nl> ppp b / hphp / hack / src / errors / errors . ml <nl> let extend_sealed child_pos parent_pos parent_name parent_kind verb = <nl> parent_pos , " Declaration is here " <nl> ] <nl> <nl> - let trait_implement_sealed child_pos parent_pos parent_name = <nl> - let name = (... | Allow traits to implement sealed interfaces | facebook/hhvm | 0f94b01fb132b0b325638751baeb9e25b833bf0b | 2018-10-26T12:18:24Z |
mmm a / src / runtime / runtime - wasm . cc <nl> ppp b / src / runtime / runtime - wasm . cc <nl> RUNTIME_FUNCTION ( Runtime_WasmGrowMemory ) { <nl> instance = handle ( owning_instance , isolate ) ; <nl> } <nl> return * isolate - > factory ( ) - > NewNumberFromInt ( <nl> - wasm : : GrowInstanceMemory ( isolate , instan... | [ wasm ] WebAssembly . Memory object can be referenced by multiple Instance objects . | v8/v8 | 3c98e339599b068f1ed630afb7601ff942424d31 | 2016-11-23T03:09:35Z |
mmm a / src / video_core / renderer_vulkan / vk_command_pool . h <nl> ppp b / src / video_core / renderer_vulkan / vk_command_pool . h <nl> <nl> / / Licensed under GPLv2 or any later version <nl> / / Refer to the license . txt file included . <nl> <nl> + # pragma once <nl> + <nl> # include < cstddef > <nl> # include < ... | vk_command_pool : Add missing header guard | yuzu-emu/yuzu | e0f2db437650c33e797bb33ee51c753a3c14fe86 | 2020-09-25T04:12:45Z |
mmm a / atom / browser / mac / atom_application . h <nl> ppp b / atom / browser / mac / atom_application . h <nl> <nl> / / CrAppControlProtocol : <nl> - ( void ) setHandlingSendEvent : ( BOOL ) handlingSendEvent ; <nl> <nl> - - ( IBAction ) closeAllWindows : ( id ) sender ; <nl> - <nl> @ end <nl> mmm a / atom / browser... | Merge pull request from atom / minimal - mac - menu | electron/electron | ca5ee0fc818ba0b9c423961738f8f6b70a0535b1 | 2015-04-25T13:00:26Z |
mmm a / caffe2 / python / layers / batch_distill_lr_loss . py <nl> ppp b / caffe2 / python / layers / batch_distill_lr_loss . py <nl> def __init__ ( <nl> np . float32 , <nl> model . net . NextScopedBlob ( name + ' _output ' ) ) <nl> <nl> - def add_ops ( self , net ) : <nl> + def add_train_ops ( self , net ) : <nl> labe... | Remove loss ops from eval net | pytorch/pytorch | 795dc1c326928f6919e53c43feb3bd692d250640 | 2017-04-26T19:46:25Z |
mmm a / scene / gui / split_container . cpp <nl> ppp b / scene / gui / split_container . cpp <nl> void SplitContainer : : _notification ( int p_what ) { <nl> case NOTIFICATION_MOUSE_EXIT : { <nl> <nl> mouse_inside = false ; <nl> - update ( ) ; <nl> + if ( get_constant ( " autohide " ) ) <nl> + update ( ) ; <nl> } break... | Merge pull request from YeldhamDev / splitcont_update_check | godotengine/godot | a291c837f000bd8936bc9b67efe60734f255266d | 2019-02-23T09:36:09Z |
mmm a / tensorflow / python / util / compat . py <nl> ppp b / tensorflow / python / util / compat . py <nl> def as_str_any ( value ) : <nl> @ tf_export ( ' compat . path_to_str ' ) <nl> def path_to_str ( path ) : <nl> " " " Returns the file system path representation of a ` PathLike ` object , else as it is . <nl> - <n... | Final changes 3 | tensorflow/tensorflow | 06d153a5051eee8d6a620316e575c43dea32a955 | 2019-04-05T18:18:41Z |
mmm a / grpc / src / compiler / java_generator . h <nl> ppp b / grpc / src / compiler / java_generator . h <nl> class LogHelper { <nl> / / Abort the program after logging the mesage . <nl> # define GRPC_CODEGEN_FAIL GRPC_CODEGEN_CHECK ( false ) <nl> <nl> - using namespace std ; <nl> - <nl> namespace grpc_java_generator... | Remove using namespace std ; ( ) | google/flatbuffers | 5d3648b88a91e8a5d67db83df2d08bb9e8702ae8 | 2018-08-06T19:08:49Z |
mmm a / tools / SourceKit / tools / sourcekitd / bin / XPC / Client / sourcekitd . cpp <nl> ppp b / tools / SourceKit / tools / sourcekitd / bin / XPC / Client / sourcekitd . cpp <nl> sourcekitd_uid_t sourcekitd : : SKDUIDFromUIdent ( UIdent UID ) { <nl> } <nl> <nl> UIdent sourcekitd : : UIdentFromSKDUID ( sourcekitd_u... | [ sourcekitd ] Be tolerant of multiple calls to sourcekitd_initialize . | apple/swift | 8c6c9a27c1a76cb29874215ed610d1668195de55 | 2015-11-30T18:46:52Z |
mmm a / project / VS2010Express / XBMC . vcxproj . filters <nl> ppp b / project / VS2010Express / XBMC . vcxproj . filters <nl> <nl> < Filter > filesystem < / Filter > <nl> < / ClInclude > <nl> < ClInclude Include = " . . \ . . \ xbmc \ cores \ paplayer \ PCMCodec . h " > <nl> - < Filter > cores \ paplayer < / Filter >... | equals doesn ' t always imply no difference . . . | xbmc/xbmc | 071beb3f2131116b4b585b5988285ee1c6a61a5f | 2012-05-01T00:46:20Z |
mmm a / src / qt / bitcoinamountfield . cpp <nl> ppp b / src / qt / bitcoinamountfield . cpp <nl> void BitcoinAmountField : : unitChanged ( int idx ) <nl> amount - > setDecimals ( BitcoinUnits : : decimals ( currentUnit ) ) ; <nl> amount - > setMaximum ( qPow ( 10 , BitcoinUnits : : amountDigits ( currentUnit ) ) - qPo... | Merge pull request from r000n / staging | bitcoin/bitcoin | 8142ac2c18eda6550058c930151908682ebec350 | 2013-03-29T08:40:32Z |
mmm a / README . md <nl> ppp b / README . md <nl> deep learning programs together to maximize the efficiency and your productivity <nl> <nl> What ' s New <nl> mmmmmmmmm - <nl> + * [ Guide to Creating New Operators ( Layers ) ] ( https : / / mxnet - bing . readthedocs . org / en / latest / tutorial / new_op_howto . html... | Merge pull request from piiswrong / master | apache/incubator-mxnet | fc54d6e593aa7530c4ecbca8769ec286d63bfb16 | 2015-11-08T21:50:57Z |
mmm a / atom / common / api / atom_api_native_image . cc <nl> ppp b / atom / common / api / atom_api_native_image . cc <nl> mate : : Handle < NativeImage > NativeImage : : CreateFromPath ( <nl> gfx : : ImageSkia image_skia ; <nl> <nl> base : : FilePath absolute_path = MakeAbsoluteFilePath ( path ) ; <nl> - / / MakeAbso... | Mention explicit using original path on failures | electron/electron | 145d5abe8007b55fe75403ebec4021199053f4f9 | 2016-03-08T00:45:14Z |
mmm a / tensorflow / python / ops / structured / structured_tensor . py <nl> ppp b / tensorflow / python / ops / structured / structured_tensor . py <nl> <nl> <nl> import re <nl> <nl> + from tensorflow . python . framework import dtypes <nl> from tensorflow . python . framework import ops <nl> from tensorflow . python ... | Extend StructuredTensor to support ragged collections of structures . | tensorflow/tensorflow | f0d66b2674fecc0f2be1423cf696a7e6e7c7a39d | 2019-10-10T02:58:35Z |
mmm a / src / Storages / MergeTree / ReplicatedMergeTreeBlockOutputStream . cpp <nl> ppp b / src / Storages / MergeTree / ReplicatedMergeTreeBlockOutputStream . cpp <nl> void ReplicatedMergeTreeBlockOutputStream : : checkQuorumPrecondition ( zkutil : : ZooKe <nl> { <nl> quorum_info . status_path = storage . zookeeper_p... | changing the condition for updateQuorum , specialized it and reduced the number of calls to the zk | ClickHouse/ClickHouse | a43cac2c1add7d750aa8827c44d03fab62b59533 | 2020-10-07T11:28:48Z |
mmm a / . gitmodules <nl> ppp b / . gitmodules <nl> <nl> [ submodule " 3rdparty / asyncfuture " ] <nl> path = 3rdparty / asyncfuture <nl> url = https : / / github . com / benlau / asyncfuture . git <nl> + [ submodule " 3rdparty / qt - unix - signals " ] <nl> + path = 3rdparty / qt - unix - signals <nl> + url = https : ... | Merge pull request from uglide / catch_unix_signals | uglide/RedisDesktopManager | a1dd6c125adc1e83aef0f2ce75b1021f64edf973 | 2018-04-05T10:56:09Z |
mmm a / googlemock / docs / cheat_sheet . md <nl> ppp b / googlemock / docs / cheat_sheet . md <nl> and the default action will be taken each time . <nl> A * * matcher * * matches a * single * argument . You can use it inside ` ON_CALL ( ) ` or <nl> ` EXPECT_CALL ( ) ` , or use it to validate a value directly : <nl> <n... | Googletest export | google/googletest | 6a2adc0eedd8ca47f1808dcd315b17666fb2fbe4 | 2019-08-02T15:32:23Z |
mmm a / src / objective - c / tests / GRPCClientTests . m <nl> ppp b / src / objective - c / tests / GRPCClientTests . m <nl> - ( void ) testMetadata { <nl> <nl> [ call startWithWriteable : responsesWriteable ] ; <nl> <nl> - [ self waitForExpectationsWithTimeout : 4 handler : nil ] ; <nl> + [ self waitForExpectationsWi... | Increase test timeout of testMetadata to 8s to alleviate flakiness under overloaded Jenkins mac machine | grpc/grpc | 949309104ac01353700e2b0954a8b7727f894372 | 2016-12-05T22:46:55Z |
mmm a / lib / ClangImporter / ImportDecl . cpp <nl> ppp b / lib / ClangImporter / ImportDecl . cpp <nl> getSwiftStdlibType ( const clang : : TypedefNameDecl * D , <nl> if ( Bitwidth ! = 0 & & Bitwidth ! = ClangTypeSize ) <nl> return std : : make_pair ( Type ( ) , " " ) ; <nl> <nl> - / / Chceck other expected properties... | Add an importer mapping for C va_list . | apple/swift | 2b6bee7fb8063161ecb3365abf31eb2d2d93a18b | 2014-01-23T06:17:15Z |
mmm a / setup . py <nl> ppp b / setup . py <nl> <nl> from distutils . command . build import build as _build <nl> from distutils . errors import DistutilsSetupError <nl> from distutils . spawn import find_executable <nl> - from distutils . sysconfig import get_python_inc , get_python_version <nl> + from distutils . sys... | Merge pull request from jimreesman / master | davisking/dlib | 4bcecf25404bd074059658e419c2061f1572f585 | 2016-02-11T20:50:42Z |
mmm a / atom / browser / native_window_mac . mm <nl> ppp b / atom / browser / native_window_mac . mm <nl> static bool FromV8 ( v8 : : Isolate * isolate , v8 : : Handle < v8 : : Value > val , <nl> options . Get ( options : : kWidth , & width ) ; <nl> options . Get ( options : : kHeight , & height ) ; <nl> <nl> - NSRect ... | Use firstObject instead of objectAtIndex : 0 | electron/electron | c70eb81e32e626d5154c3b717558fc76cde97c66 | 2016-12-20T21:49:35Z |
mmm a / Marlin / src / HAL / HAL_STM32 / fastio . h <nl> ppp b / Marlin / src / HAL / HAL_STM32 / fastio . h <nl> void FastIO_init ( ) ; / / Must be called before using fast io macros <nl> else FastIOPortMap [ STM_PORT ( digitalPin [ IO ] ) ] - > BRR = _BV32 ( STM_PIN ( digitalPin [ IO ] ) ) ; \ <nl> } while ( 0 ) <nl>... | Fix STM32 _WRITE macro parameter ( ) | MarlinFirmware/Marlin | 8bad6e11e2efadc5ef0c1b846fcad92cb056b160 | 2020-03-11T21:42:28Z |
mmm a / xbmc / cores / VideoPlayer / VideoRenderers / HwDecRender / DRMPRIMEEGL . cpp <nl> ppp b / xbmc / cores / VideoPlayer / VideoRenderers / HwDecRender / DRMPRIMEEGL . cpp <nl> <nl> <nl> # include " DRMPRIMEEGL . h " <nl> <nl> + # include " utils / log . h " <nl> + <nl> void CDRMPRIMETexture : : Init ( EGLDisplay ... | Merge pull request from lrusak / drmprimegles - 1img - colorspace | xbmc/xbmc | 93c008a4d4564d8ab4d249159c34c1b31b63cfb6 | 2018-10-02T16:22:32Z |
mmm a / example / gluon / image_classification . py <nl> ppp b / example / gluon / image_classification . py <nl> def train ( epochs , ctx ) : <nl> metric . update ( label , outputs ) <nl> if opt . log_interval and not ( i + 1 ) % opt . log_interval : <nl> name , acc = metric . get ( ) <nl> - logging . info ( ' [ Epoch... | benchmark . py modified ( ) | apache/incubator-mxnet | 3d35260c3416d7fa102d440bf40c2f91f516dfd2 | 2017-09-08T18:35:48Z |
mmm a / src / allegro / src / x / xkeyboard . c <nl> ppp b / src / allegro / src / x / xkeyboard . c <nl> static int x_keyboard_init ( void ) <nl> <nl> # ifdef ALLEGRO_XWINDOWS_WITH_XIM <nl> / * Otherwise we are restricted to ISO - 8859 - 1 characters . * / <nl> + / * [ dacap ] Don ' t call setlocale ( ) <nl> if ( setl... | Fix bug pressing warning icon to add palette color when active locale is non - English | aseprite/aseprite | 27b55030e26e93c5e8d9e7e21206c8709d46ff22 | 2016-03-28T18:30:00Z |
mmm a / tests / performance / polymorphic_parts_l . xml <nl> ppp b / tests / performance / polymorphic_parts_l . xml <nl> <nl> < min_insert_block_size_rows > 1000 < / min_insert_block_size_rows > <nl> < / settings > <nl> <nl> - < ! - - 50 parts - - > <nl> - < query > INSERT INTO hits_wide ( UserID ) SELECT rand ( ) FRO... | increase number of rows | ClickHouse/ClickHouse | 7fb8a985281f9c663817d32d7939f61f3e258217 | 2020-06-11T21:33:30Z |
mmm a / DEPS <nl> ppp b / DEPS <nl> vars = { <nl> <nl> deps = { <nl> " v8 / build " : <nl> - Var ( " git_url " ) + " / chromium / src / build . git " + " @ " + " 119d5305247498fdd8a215b8e2b6c50223ac7d4b " , <nl> + Var ( " git_url " ) + " / chromium / src / build . git " + " @ " + " b81f2a05b5aa7f5b6cf843380eb276897b1ef... | Update V8 DEPS . | v8/v8 | e63a48ac5cd810a668f9960d088e43946aa87f2e | 2016-05-07T03:22:55Z |
mmm a / src / objective - c / tests / InteropTests . m <nl> ppp b / src / objective - c / tests / InteropTests . m <nl> + ( NSString * ) host { <nl> return nil ; <nl> } <nl> <nl> + / / This number indicates how many bytes of overhead does Protocol Buffers encoding add onto the <nl> + / / message . The number varies as ... | Add comment to encodingOverhead | grpc/grpc | f69a885f176c1bac9b15d7b270a9dc50fbf3a4f6 | 2017-03-16T17:04:54Z |
mmm a / tensorflow / lite / g3doc / demo_ios . md <nl> ppp b / tensorflow / lite / g3doc / demo_ios . md <nl> model = tflite : : FlatBufferModel : : BuildFromFile ( [ graph_path UTF8String ] ) ; <nl> Behind the scenes , the model is loaded as a memory - mapped file . It offers faster <nl> load times and reduce the dirt... | Update demo_ios . md | tensorflow/tensorflow | c8814302770be9a58b5a09b73fd8a7261f8c0cfc | 2019-02-26T10:31:46Z |
mmm a / lib / SILPasses / ARC / ARCSequenceOpts . cpp <nl> ppp b / lib / SILPasses / ARC / ARCSequenceOpts . cpp <nl> class ARCSequenceOpts : public SILFunctionTransform { <nl> if ( ! getOptions ( ) . EnableARCOptimizations ) <nl> return ; <nl> <nl> + if ( ! EnableLoopARC ) { <nl> + auto * AA = getAnalysis < AliasAnaly... | [ loop - arc ] Small refactoring in preparation for changing ARCSequenceOpts to use a loop visitor . | apple/swift | 2faaa347dc079fc5ba0aecd6c140a909ef30241c | 2015-11-27T02:10:32Z |
mmm a / drivers / ruby2 / lib / func . rb <nl> ppp b / drivers / ruby2 / lib / func . rb <nl> def between ( l = nil , r = nil ) <nl> super ( Hash [ ( l ? [ [ ' left_bound ' , l ] ] : [ ] ) + ( r ? [ [ ' right_bound ' , r ] ] : [ ] ) ] ) <nl> end <nl> <nl> + def - @ ; RQL . new . sub ( 0 , self ) ; end <nl> + <nl> def [... | Fixed update . | rethinkdb/rethinkdb | 578ce8c453469f5a9d05a1cb89f0fbedc90eb551 | 2013-01-28T22:52:54Z |
mmm a / libraries / chain / include / eos / chain / types . hpp <nl> ppp b / libraries / chain / include / eos / chain / types . hpp <nl> <nl> <nl> # define EOS_SYSTEM_CONTRACT_FUNCTIONS ( CreateAccount ) ( DefineStruct ) ( SetCode ) <nl> # define EOS_CONTRACT_FUNCTIONS ( Transfer ) ( TransferToLocked ) <nl> - # define... | Ref : Finish vote proxying ( untested ) | EOSIO/eos | 55ce1180f8cfa4f12f50f4463cb45c6d83191009 | 2017-06-23T23:04:25Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.