diff
stringlengths
41
2.03M
msg
stringlengths
1
1.5k
repo
stringlengths
5
40
sha
stringlengths
40
40
time
stringlengths
20
20
mmm a / tensorflow / compiler / xla / service / cpu_transfer_manager . cc <nl> ppp b / tensorflow / compiler / xla / service / cpu_transfer_manager . cc <nl> Status CpuTransferManager : : TransferLiteralToInfeed ( se : : StreamExecutor * executor , <nl> ShapeUtil : : HumanString ( literal . shape ( ) ) . c_str ( ) ) ; ...
[ XLA ] Add transfer buffer to infeed .
tensorflow/tensorflow
b52debb4e63cce1e0733d6d34975d4efb9934680
2017-06-15T21:20:48Z
mmm a / scripts / filter_planning . sh <nl> ppp b / scripts / filter_planning . sh <nl> perception_topic = " topic = = ' / apollo / perception / obstacles ' \ <nl> perfect_control_topic = " $ perception_topic \ <nl> or $ routing_topic \ <nl> or topic = = ' / apollo / perception / obstacles ' \ <nl> + or topic = = ' / a...
script : add prediction topic into filter_planning . sh
ApolloAuto/apollo
e8cc84d98b81a8cc2158f36652cc67ce6aed4d38
2017-12-27T19:48:40Z
mmm a / include / LightGBM / bin . h <nl> ppp b / include / LightGBM / bin . h <nl> class BinMapper { <nl> / * ! <nl> * \ brief Get bin info <nl> * / <nl> - inline std : : string bin_info ( ) const { <nl> + inline std : : string bin_info_string ( ) const { <nl> if ( bin_type_ = = BinType : : CategoricalBin ) { <nl> ret...
added feature infos to JSON dump ( )
microsoft/LightGBM
c4a7ab81702d0119de55d74f9d848f62435f3a1d
2020-02-20T05:51:05Z
mmm a / tensorflow / tools / compatibility / ast_edits . py <nl> ppp b / tensorflow / tools / compatibility / ast_edits . py <nl> class APIChangeSpec ( object ) : <nl> * ` function_warnings ` : maps full names of functions to warnings that will be <nl> printed out if the function is used . ( e . g . tf . nn . convoluti...
Make converter handle tf . flags as a module deprecation warning
tensorflow/tensorflow
f291fa19e7d9a3e73c7895a073a6acbf2dd7e15d
2019-02-01T20:14:25Z
mmm a / modules / gdscript / gdscript_parser . cpp <nl> ppp b / modules / gdscript / gdscript_parser . cpp <nl> void GDScriptParser : : _parse_class ( ClassNode * p_class ) { <nl> member . line = tokenizer - > get_token_line ( ) ; <nl> member . usages = 0 ; <nl> member . rpc_mode = rpc_mode ; <nl> - # ifdef TOOLS_ENABL...
Merge pull request from bojidar - bg / 27575 - poolarrayexport - default
godotengine/godot
9986f3804caf32dc092ac7f094381745dc3ae8f8
2020-01-16T13:58:06Z
mmm a / torch / _torch_docs . py <nl> ppp b / torch / _torch_docs . py <nl> def merge_dicts ( * dicts ) : <nl> See : meth : ` ~ torch . svd ` for more details . <nl> <nl> Arguments : <nl> - input ( Tensor ) : The input 2D tensor of dimensions : math : ` m \ times n ` <nl> + input ( Tensor ) : The input tensor of size :...
Update pinverse doc for recent commit
pytorch/pytorch
1dcf1b8938fa0cf70373fb84a853c51517db46cc
2019-10-31T14:36:35Z
mmm a / Docker / Dockerfile <nl> ppp b / Docker / Dockerfile <nl> RUN git clone - b $ branch https : / / github . com / EOSIO / eos . git - - recursive \ <nl> & & cd eos & & echo " $ branch : $ ( git rev - parse HEAD ) " > / etc / eosio - version \ <nl> & & cmake - H . - B " / tmp / build " - GNinja - DCMAKE_BUILD_TYPE...
remove eosiocpp from eosio / eos
EOSIO/eos
d3c78bc1e6bb3d7f4c114a4008bdb459656d88cf
2018-05-17T16:52:19Z
mmm a / include / gmock / gmock - matchers . h <nl> ppp b / include / gmock / gmock - matchers . h <nl> class GTEST_API_ Matcher < internal : : string > <nl> Matcher ( const char * s ) ; / / NOLINT <nl> } ; <nl> <nl> + # if GTEST_HAS_STRING_PIECE_ <nl> + / / The following two specializations allow the user to write str...
Adds special support for matching StringPiece . Pulls in gtest r646 .
google/googletest
1f122a06e6aad4d234123d2d8c1e352029ce0742
2013-03-25T16:27:03Z
mmm a / tensorflow / compiler / jit / xla_device_context . cc <nl> ppp b / tensorflow / compiler / jit / xla_device_context . cc <nl> void XlaDeviceAllocator : : DeallocateRaw ( void * ptr ) { <nl> delete XlaTensor : : FromOpaquePointer ( ptr ) ; <nl> } <nl> <nl> - AllocatorStats XlaDeviceAllocator : : GetStats ( ) { <...
Automated rollback of commit 9ca8321d68b74ce4f30756366919c80282ca2b68
tensorflow/tensorflow
d10b88cd4a487624221d5960657bc15cf8a0e2d3
2019-02-24T22:58:49Z
mmm a / cocos / platform / android / jni / JniHelper . cpp <nl> ppp b / cocos / platform / android / jni / JniHelper . cpp <nl> THE SOFTWARE . <nl> <nl> # define LOG_TAG " JniHelper " <nl> # define LOGD ( . . . ) __android_log_print ( ANDROID_LOG_DEBUG , LOG_TAG , __VA_ARGS__ ) <nl> + # define LOGE ( . . . ) __android_...
android uni error clear & more readable log
cocos2d/cocos2d-x
cd892abc7781e1c46fabaf1c19528b1a4e3b647b
2014-05-20T10:52:21Z
new file mode 100644 <nl> index 0000000000 . . 066774d5bf <nl> mmm / dev / null <nl> ppp b / java / src / main / java / com / google / protobuf / nano / ExtendableMessageNano . java <nl> <nl> + / / Protocol Buffers - Google ' s data interchange format <nl> + / / Copyright 2013 Google Inc . All rights reserved . <nl> + ...
am ac8e2e15 : Merge " Minimize method count for nanoproto . "
protocolbuffers/protobuf
1bca0c0cb9d3c3fce8c67d77c65e9711a9f1a27a
2013-11-12T17:15:57Z
mmm a / dbms / src / Functions / FunctionsURL . cpp <nl> ppp b / dbms / src / Functions / FunctionsURL . cpp <nl> void DecodeURLComponentImpl : : vector ( const ColumnString : : Chars_t & data , const Co <nl> void DecodeURLComponentImpl : : constant ( const std : : string & str , <nl> std : : string & res_data ) <nl> {...
Fixed error ( tnx . artpaul ) [ # METR - 23793 ] .
ClickHouse/ClickHouse
989d542f6605b2aefe9c64a5fe7a1a799ee0ef4e
2016-12-15T20:33:35Z
mmm a / src / random . h <nl> ppp b / src / random . h <nl> <nl> # include < uint256 . h > <nl> <nl> # include < stdint . h > <nl> + # include < limits > <nl> <nl> / * Seed OpenSSL PRNG with additional entropy data * / <nl> void RandAddSeed ( ) ; <nl> class FastRandomContext { <nl> <nl> / * * Generate a random boolean ...
Merge : Make FastRandomContext support standard C + + 11 RNG interface
bitcoin/bitcoin
f686002a8eba820a40ac2f34a6e8f57b2b5cc54c
2018-03-22T16:21:46Z
mmm a / tools / sil - opt / SILOpt . cpp <nl> ppp b / tools / sil - opt / SILOpt . cpp <nl> SDKPath ( " sdk " , llvm : : cl : : desc ( " The path to the SDK for use with the clang " <nl> llvm : : cl : : init ( " " ) ) ; <nl> <nl> static llvm : : cl : : opt < std : : string > <nl> - Target ( " target " , llvm : : cl : :...
Merge remote - tracking branch ' origin / master ' into master - next
apple/swift
ca428a00ef5d5872e7bb59c65db050e782f18c3b
2018-01-06T02:29:43Z
mmm a / Marlin / Conditionals_LCD . h <nl> ppp b / Marlin / Conditionals_LCD . h <nl> <nl> # define LCD_STR_SPECIAL_MAX ' \ x09 ' <nl> / / Maximum here is 0x1f because 0x20 is ' ' ( space ) and the normal charsets begin . <nl> / / Better stay below 0x10 because DISPLAY_CHARSET_HD44780_WESTERN begins here . <nl> + <nl> ...
Show filament width sensor values in LCD constantly if SD card support is not enabled .
MarlinFirmware/Marlin
d38b1bc4b1d6fda3f758bd972bcd226dab4c9b65
2017-03-29T09:03:08Z
new file mode 100644 <nl> index 00000000000 . . 13f769c9ca5 <nl> mmm / dev / null <nl> ppp b / ports / 3fd / CONTROL <nl> <nl> + Source : 3fd <nl> + Version : 2 . 6 . 2 <nl> + Description : C + + Framework For Fast Development <nl> + Build - Depends : boost - lockfree ( windows ) , boost - regex ( windows ) , poco ( wi...
[ 3fd ] Initial port of 3FD project ( )
microsoft/vcpkg
4ebdbe7e88ad93423e9d0d75eb066ecf8ab5fcad
2018-07-03T13:39:13Z
mmm a / UnitTests / HttpInterface / rest - edge - spec . rb <nl> ppp b / UnitTests / HttpInterface / rest - edge - spec . rb <nl> <nl> <nl> context " known collection name : " do <nl> before do <nl> - @ cn = " UnitTestsCollectionEdge " <nl> - @ cid = ArangoDB . create_collection ( @ cn , true , 3 ) # type 3 = edge coll...
issue
arangodb/arangodb
ed395ab8ce3c2257ee47ae49c40809c298a1efe1
2012-08-28T11:06:04Z
new file mode 100644 <nl> index 00000000000 . . 811ee2ee7ec <nl> mmm / dev / null <nl> ppp b / src / rdb_protocol / err . hpp <nl> <nl> + # include < list > <nl> + # include < string > <nl> + <nl> + # include " utils . hpp " <nl> + <nl> + # include " rdb_protocol / ql2 . pb . h " <nl> + <nl> + # ifndef RDB_PROTOCOL_ERR...
1
rethinkdb/rethinkdb
d58834ea3cdf8140367486ea23e64d1b858b3cdc
2013-01-02T22:30:11Z
mmm a / xbmc / addons / GUIViewStateAddonBrowser . cpp <nl> ppp b / xbmc / addons / GUIViewStateAddonBrowser . cpp <nl> CGUIViewStateAddonBrowser : : CGUIViewStateAddonBrowser ( const CFileItemList & items ) <nl> } <nl> SetViewAsControl ( DEFAULT_VIEW_AUTO ) ; <nl> <nl> - SetSortOrder ( SortOrderAscending ) ; <nl> Load...
Merge pull request from tamland / fix_addons_sortorder
xbmc/xbmc
207db6afbb39934677f089ec116240ecb5f5b612
2016-07-02T17:03:44Z
mmm a / tensorflow / python / grappler / layout_optimizer_test . py <nl> ppp b / tensorflow / python / grappler / layout_optimizer_test . py <nl> <nl> from __future__ import division <nl> from __future__ import print_function <nl> <nl> + import numpy as np <nl> + <nl> from tensorflow . core . protobuf import config_pb2...
Add a checkpoint compatibility test for layout optimizer .
tensorflow/tensorflow
2c26c98f8d1f15d064c76548393137f058043dc1
2017-11-14T06:36:28Z
mmm a / Marlin / src / feature / fwretract . cpp <nl> ppp b / Marlin / src / feature / fwretract . cpp <nl> float FWRetract : : retract_length , / / M207 S - G10 Retract len <nl> FWRetract : : swap_retract_length , / / M207 W - G10 Swap Retract length <nl> FWRetract : : swap_retract_recover_length , / / M208 W - G11 Sw...
hop_amount = > current_hop
MarlinFirmware/Marlin
0c01099f17685cffc3777e1bf89363f39492022f
2018-09-09T02:20:37Z
mmm a / tensorflow / lite / python / BUILD <nl> ppp b / tensorflow / lite / python / BUILD <nl> py_test ( <nl> name = " lite_test " , <nl> srcs = [ " lite_test . py " ] , <nl> data = [ " @ tflite_mobilenet_ssd_quant_protobuf / / : tflite_graph . pb " ] , <nl> + shard_count = 4 , <nl> srcs_version = " PY2AND3 " , <nl> t...
Allow scalar shapes in the Python converter API
tensorflow/tensorflow
a7443e6ad57bd60693cf58a9dad3f462fdf5bc3d
2019-01-11T00:34:26Z
mmm a / examples / cpp_module / test . cpp <nl> ppp b / examples / cpp_module / test . cpp <nl> using namespace std ; <nl> <nl> extern " C " <nl> { <nl> - # include " swoole . h " <nl> + # include " swoole . h " <nl> # include " module . h " <nl> - int swModule_init ( swModule * ) ; <nl> + int swModule_init ( swModule ...
code format .
swoole/swoole-src
180c55d55d7e91d8d1d3728191455e0158551201
2016-07-13T08:13:20Z
mmm a / src / json . hpp <nl> ppp b / src / json . hpp <nl> struct has_mapped_type <nl> std : : is_integral < decltype ( detect ( std : : declval < T > ( ) ) ) > : : value ; <nl> } ; <nl> <nl> + template < template < typename , typename > class JSONSerializer , typename Json , <nl> + typename T > <nl> + struct has_from...
add basic test for custom serializer
nlohmann/json
178441cdfd12a8b7f4c49778259470bd40d4f32a
2017-01-21T15:14:21Z
mmm a / test / cpp / qps / smoke_test . cc <nl> ppp b / test / cpp / qps / smoke_test . cc <nl> <nl> <nl> # include < grpc / support / log . h > <nl> <nl> + # include < signal . h > <nl> + <nl> # include " test / cpp / qps / driver . h " <nl> # include " test / cpp / qps / report . h " <nl> <nl> static void RunQPS ( ) ...
Merge pull request from ctiller / sigign
grpc/grpc
6ea9e290e3b29b75359dc8b6cae92f9d96f25b66
2015-04-27T23:34:56Z
mmm a / . gitignore <nl> ppp b / . gitignore <nl> cppclient / watchmanclient . pc <nl> * . filters <nl> / . vs <nl> / external <nl> + / common <nl> + / eden <nl> new file mode 100644 <nl> index 000000000 . . a668bbac2 <nl> mmm / dev / null <nl> ppp b / CMake / ThriftCppLibrary . cmake <nl> <nl> + # NOTE : If you change...
watchman : pull in thrift in the oss build for eden support
facebook/watchman
631bdda241a136d975883de7d78aacce59dc0721
2019-02-05T05:38:10Z
mmm a / tensorflow / contrib / data / kernels / prefetching_kernels . cc <nl> ppp b / tensorflow / contrib / data / kernels / prefetching_kernels . cc <nl> class FunctionBufferingResource : public ResourceBase { <nl> source_device_ ( source_device ) , <nl> target_device_ ( target_device ) , <nl> func_args_ ( func_args ...
Allowing the FunctionBufferingResource to be passed in thread_pool_size = 0 in which case we wouldn ' t pass in a runner to the FLR : : Run call and rely on the underlying device threadpool instead .
tensorflow/tensorflow
dee1bc350ac0826822161f211f7fa8a1e1ae62f0
2018-03-19T22:11:07Z
mmm a / xbmc / cores / dvdplayer / DVDDemuxers / DVDDemuxFFmpeg . cpp <nl> ppp b / xbmc / cores / dvdplayer / DVDDemuxers / DVDDemuxFFmpeg . cpp <nl> bool CDVDDemuxFFmpeg : : SeekChapter ( int chapter , double * startpts ) <nl> <nl> AVChapter * ch = m_pFormatContext - > chapters [ chapter - 1 ] ; <nl> double dts = Conv...
changed : do a backward seek when jumping to chapters .
xbmc/xbmc
a456036c5e81f4cec27b83b93445678cf68b576b
2011-12-04T13:58:01Z
mmm a / core / io / http_client . cpp <nl> ppp b / core / io / http_client . cpp <nl> Error HTTPClient : : poll ( ) { <nl> } <nl> <nl> if ( ssl - > get_status ( ) = = StreamPeerSSL : : STATUS_CONNECTED ) { <nl> - / / Handshake has been successfull <nl> + / / Handshake has been successful <nl> handshaking = false ; <nl>...
Merge pull request from luzpaz / misc - typos
godotengine/godot
1a16dabfb52a5f3e82afa22ee827d8ed8f17511e
2018-09-13T08:59:00Z
mmm a / tensorflow / core / profiler / internal / BUILD <nl> ppp b / tensorflow / core / profiler / internal / BUILD <nl> tf_cuda_library ( <nl> hdrs = [ " python_traceme . h " ] , <nl> visibility = [ " / / tensorflow / python : __pkg__ " ] , <nl> deps = [ <nl> + " : traceme_recorder " , <nl> " / / tensorflow / core / ...
Support arguments in python TraceMe .
tensorflow/tensorflow
feeb4e5f0ab0f7241a27302dae054bd94e562d79
2019-08-16T23:39:43Z
mmm a / AUTHORS <nl> ppp b / AUTHORS <nl> Developers : <nl> Linux OpenAL support . <nl> Added some guards to prevent Eclipse to compile twice the same class . <nl> Linux Eclipse projects updates <nl> + Refactored emscripten - build . sh , it ' s no longer need to be edited to make emscripten work . <nl> <nl> elmiro <nl...
Update AUTHORS [ ci skip ]
cocos2d/cocos2d-x
8ead893e72b938e55fc6e44dd9edf77fd49de480
2013-07-23T02:08:15Z
mmm a / src / core / lib / iomgr / udp_server . c <nl> ppp b / src / core / lib / iomgr / udp_server . c <nl> void grpc_udp_server_start ( grpc_exec_ctx * exec_ctx , grpc_udp_server * s , <nl> grpc_schedule_on_exec_ctx ) ; <nl> grpc_fd_notify_on_write ( exec_ctx , sp - > emfd , & sp - > write_closure ) ; <nl> <nl> - s ...
Fix flaky use - after - free in udp_server
grpc/grpc
69709e2819f5eeeb47a16f7ed964dd1196b94ff0
2017-03-08T17:54:28Z
mmm a / src / Interpreters / PredicateExpressionsOptimizer . cpp <nl> ppp b / src / Interpreters / PredicateExpressionsOptimizer . cpp <nl> static ASTs splitConjunctionPredicate ( const std : : initializer_list < const ASTPtr > <nl> { <nl> std : : vector < ASTPtr > res ; <nl> <nl> - auto remove_expression_at_index = [ ...
Preserve order of expressions during predicates optimization ( enable_optimize_predicate_expression )
ClickHouse/ClickHouse
6d40c1ea2c2f149ab374f19e37e96f8e99c85022
2020-05-22T21:36:30Z
mmm a / tensorflow / contrib / learn / python / learn / monitors . py <nl> ppp b / tensorflow / contrib / learn / python / learn / monitors . py <nl> def step_end ( self , step , output ) : # pylint : disable = unused - argument <nl> <nl> <nl> class EveryN ( BaseMonitor ) : <nl> - " " " Base class for monitors that exe...
Fix the documentation to be consistent with the actual N step implementation .
tensorflow/tensorflow
5e1aaefc0f28008767852a4e6d5938aaa0f55081
2016-06-02T21:34:18Z
mmm a / README . md <nl> ppp b / README . md <nl> <nl> # Apollo <nl> <nl> - [ ! [ Build Status ] ( https : / / travis - ci . org / ApolloAuto / apollo . svg ? branch = master ) ] ( https : / / travis - ci . org / ApolloAuto / apollo ) <nl> + [ ! [ Build Status ] ( https : / / travis - ci . org / ApolloAuto / apollo . s...
add simulation daily build status icon
ApolloAuto/apollo
14c62b4a58bb2f8c897e869eaf7c339f5b50ff6f
2018-02-20T22:25:54Z
mmm a / cocos / scripting / lua - bindings / manual / CCLuaStack . cpp <nl> ppp b / cocos / scripting / lua - bindings / manual / CCLuaStack . cpp <nl> int LuaStack : : luaLoadChunksFromZIP ( lua_State * L ) <nl> ssize_t bufferSize = 0 ; <nl> unsigned char * zbuffer = zip - > getFileData ( filename . c_str ( ) , & buff...
Merge pull request from edwardzhou / luaLoadChunksFromZIP_supports_folder_structured_lua
cocos2d/cocos2d-x
42b6fbd1c65911be3e4988fc69d5572f5f8ccb50
2015-01-23T08:13:09Z
mmm a / atom / browser / native_window . cc <nl> ppp b / atom / browser / native_window . cc <nl> NativeWindow : : NativeWindow ( <nl> enable_larger_than_screen_ ( false ) , <nl> is_closed_ ( false ) , <nl> has_dialog_attached_ ( false ) , <nl> + sheet_offset_ ( 0 . 0 ) , <nl> aspect_ratio_ ( 0 . 0 ) , <nl> inspectable...
Merge pull request from electron / style - fix
electron/electron
b2a3aabc904faa22899d07f566e4c37719adda65
2016-04-20T00:31:53Z
mmm a / tensorflow / compiler / jit / partially_decluster_pass . cc <nl> ppp b / tensorflow / compiler / jit / partially_decluster_pass . cc <nl> Status MustCompileNode ( const Node * n , bool * must_compile ) { <nl> / / We assume here that the extra repeated ( repeated compared to a clustered f <nl> / / where it will ...
Merge pull request from siju - samuel : patch - 42
tensorflow/tensorflow
49b058f22b04439e8390a73253ad353b769e4ba8
2019-02-26T22:33:15Z
mmm a / src / objects - inl . h <nl> ppp b / src / objects - inl . h <nl> InlineCacheState Code : : ic_state ( ) { <nl> <nl> <nl> Code : : ExtraICState Code : : extra_ic_state ( ) { <nl> - ASSERT ( is_inline_cache_stub ( ) | | ic_state ( ) = = DEBUG_STUB ) ; <nl> + ASSERT ( ( is_inline_cache_stub ( ) & & ! needs_extend...
Fix unary op type feedback .
v8/v8
e84649d85e1d4ac7be31ca31d4514ac721347b55
2013-07-10T16:03:00Z
mmm a / utilities / backupable / backupable_db . cc <nl> ppp b / utilities / backupable / backupable_db . cc <nl> Status BackupEngineImpl : : GarbageCollect ( ) { <nl> / / delete obsolete shared files <nl> std : : vector < std : : string > shared_children ; <nl> { <nl> - auto shared_path = GetAbsolutePath ( GetSharedFi...
backup garbage collect shared_checksum tmp files
facebook/rocksdb
a9c86f51b7f47ee6b6ff278625c29642556407db
2017-03-30T21:54:12Z
mmm a / doc / classes / MultiMesh . xml <nl> ppp b / doc / classes / MultiMesh . xml <nl> <nl> < / description > <nl> < tutorials > <nl> < link > http : / / docs . godotengine . org / en / latest / tutorials / 3d / vertex_animation / animating_thousands_of_fish . html < / link > <nl> + < link > http : / / docs . godote...
Merge pull request from clayjohn / DOCS - VisualServer
godotengine/godot
7c3543380fe9ecd3d9a2d2dd3319e1c37e06820f
2020-01-06T07:38:32Z
mmm a / utils / sil - mode . el <nl> ppp b / utils / sil - mode . el <nl> <nl> ` ( , ( regexp - opt ' ( " init_existential_addr " " deinit_existential_addr " <nl> " open_existential_addr " " alloc_existential_box " <nl> " init_existential_ref " " project_existential_box " <nl> - " open_existential_ref " " open_existent...
Merge pull request from gottesmm / silmode_highlight_objcprotocol
apple/swift
e3cd5294df16227a98d7441f6da2f1aedfd91f42
2016-11-02T22:44:22Z
mmm a / taichi / platform / metal / metal_runtime . cpp <nl> ppp b / taichi / platform / metal / metal_runtime . cpp <nl> MetalRuntime : : CompiledMtlKernel : : CompiledMtlKernel ( <nl> const MetalKernelAttributes & md , <nl> MTLDevice * device , <nl> MTLFunction * func , <nl> - CPUProfiler * profiler ) <nl> + Profiler...
Rename CPUProfiler to ProfilerBase in Metal runtime
taichi-dev/taichi
b972a2efebc361c582029d0c161933a72f46ff26
2020-02-05T15:05:49Z
mmm a / tests / webidl / output . txt <nl> ppp b / tests / webidl / output . txt <nl> unsigned short int : 65535 <nl> return unsigned long - 1 <nl> unsigned long int : 4294967295 <nl> void * 3 <nl> - array [ 0 ] = = 0 <nl> - array [ 7 ] = = 7 <nl> - array [ 0 ] = = 42 <nl> - array [ 7 ] = = 43 <nl> + int_array [ 0 ] = ...
Bounds - checking for array attributes .
emscripten-core/emscripten
889c97822d9abd8ac8358821922c40ebc663cacc
2014-08-18T23:21:42Z
new file mode 100755 <nl> index 0000000000 . . 082ce0517e <nl> mmm / dev / null <nl> ppp b / android / playground / app / src / androidTest / java / com / alibaba / weex / pertest / WeexPerTestCaseListPerfWithAppendTree . java <nl> <nl> + package com . alibaba . weex . pertest ; <nl> + <nl> + import android . app . Act...
+ [ test ] android playground add perf list with append tree testcase
apache/incubator-weex
51688ac2ee87959db647f78ff69644d634ae8f18
2016-05-06T02:49:51Z
mmm a / hphp / runtime / vm / jit / normalized - instruction . cpp <nl> ppp b / hphp / runtime / vm / jit / normalized - instruction . cpp <nl> NormalizedInstruction : : NormalizedInstruction ( SrcKey sk , const Unit * u ) <nl> , m_unit ( u ) <nl> , immVec ( ) <nl> , endsRegion ( false ) <nl> - , ignoreInnerType ( fals...
Do not change NormalizedInstruction by getInputs ( )
facebook/hhvm
cb6d02b255da6b6f29edaca75e93d869810ad298
2019-03-05T07:22:39Z
mmm a / src / unittest / alt_test . cc <nl> ppp b / src / unittest / alt_test . cc <nl> TEST ( PageTest , OneWriteAcqWait ) { <nl> run_in_thread_pool ( run_OneWriteAcqWait , 4 ) ; <nl> } <nl> <nl> + void run_OneReadAcqWait ( ) { <nl> + mock_ser_t mock ; <nl> + page_cache_t page_cache ( mock . ser . get ( ) ) ; <nl> + p...
Added OneReadAcqWait .
rethinkdb/rethinkdb
c865c14572f14d773850e71db52e3536808dc0ac
2013-10-18T11:23:45Z
mmm a / xbmc / GUIInfoManager . cpp <nl> ppp b / xbmc / GUIInfoManager . cpp <nl> const infomap container_str [ ] = { { " property " , CONTAINER_PROPERTY } , <nl> / / / _string_ , <nl> / / / Todo <nl> / / / } <nl> + / / \ table_row3 { < b > ` ListItem . AddonOrigin ` < / b > , <nl> + / / / \ anchor ListItem_AddonOrigin...
[ addons ] add origin tracking
xbmc/xbmc
bcba27f26a8447388dd7cf03ee5f0fd74111bfad
2016-06-05T11:58:40Z
new file mode 100644 <nl> index 000000000 . . 787c246f4 <nl> mmm / dev / null <nl> ppp b / projects / SelfTest / Baselines / failingResults . txt <nl> <nl> + [ Started testing ] <nl> + [ Started group : ' . / failing * ' ] <nl> + <nl> + [ Running : . / failing / TestClass / failingCase ] <nl> + / Users / Phil / Dev / O...
Added regression test baselines
catchorg/Catch2
8f4cc541d55cf55b2a67b5d6b77b5c4ceb4d99ee
2012-10-29T19:55:34Z
new file mode 100644 <nl> index 0000000000 . . 3b369f11dd <nl> mmm / dev / null <nl> ppp b / FDBLibTLS / FDBLibTLS . vcxproj <nl> <nl> + < ? xml version = " 1 . 0 " encoding = " utf - 8 " ? > <nl> + < Project DefaultTargets = " Build " ToolsVersion = " 14 . 0 " xmlns = " http : / / schemas . microsoft . com / developer...
Integrate FDBLibTLS into the FoundationDB build system .
apple/foundationdb
5efd9fe3c43043aeaa0417ba857f1282e6465955
2018-04-12T21:13:02Z
mmm a / . circleci / config . yml <nl> ppp b / . circleci / config . yml <nl> docker_config_defaults : & docker_config_defaults <nl> <nl> # NOTE : We only perform the merge in build step and not in test step , because <nl> # all source files will be shared from build to test <nl> - merge_pull_request_onto_master : & me...
Disable CircleCI merging to master . ( )
pytorch/pytorch
c368f26f889ebea9b09360fe8f16c40dd63a6c1e
2018-10-25T15:07:45Z
mmm a / src / builtins / base . tq <nl> ppp b / src / builtins / base . tq <nl> extern operator ' - ' macro Int32Sub ( int32 , int32 ) : int32 ; <nl> extern operator ' * ' macro Int32Mul ( int32 , int32 ) : int32 ; <nl> extern operator ' % ' macro Int32Mod ( int32 , int32 ) : int32 ; <nl> extern operator ' & ' macro Wo...
[ torque ] Add constexpr int31 equality operator
v8/v8
d020584ac7a6691b7af3e782cf8978aca2e8a449
2018-06-20T09:56:20Z
mmm a / src / core / hle / kernel / process . h <nl> ppp b / src / core / hle / kernel / process . h <nl> class Process final : public Object { <nl> ProcessFlags flags ; <nl> / / / Kernel compatibility version for this process <nl> u16 kernel_version = 0 ; <nl> + / / / The default CPU for this process , threads are sch...
Merge pull request from Subv / log_cpu
yuzu-emu/yuzu
282a2ad539223d61067a1957fab8c45571075987
2016-05-08T19:03:08Z
mmm a / cyber / transport / transmitter / hybrid_transmitter . h <nl> ppp b / cyber / transport / transmitter / hybrid_transmitter . h <nl> class HybridTransmitter : public Transmitter < M > { <nl> using HistoryPtr = std : : shared_ptr < History < M > > ; <nl> <nl> using TransmitterPtr = std : : shared_ptr < Transmitte...
Revert " framework : ensure order of transmission ( ) "
ApolloAuto/apollo
53833eaafb645c2abbc77462d77fb15cd73a800b
2018-12-13T23:20:00Z
mmm a / tensorflow / lite / delegates / gpu / metal / BUILD <nl> ppp b / tensorflow / lite / delegates / gpu / metal / BUILD <nl> <nl> load ( " @ build_bazel_rules_apple / / apple : ios . bzl " , " ios_application " , " ios_unit_test " ) <nl> - load ( " / / tensorflow / lite : special_rules . bzl " , " tflite_ios_per_k...
Internal change
tensorflow/tensorflow
b0c8a2ee1d27336bddae5475ab382df21cb910f1
2020-02-22T00:52:48Z
mmm a / Code / CryEngine / CryAudioSystem / ATL . cpp <nl> ppp b / Code / CryEngine / CryAudioSystem / ATL . cpp <nl> ERequestStatus CAudioTranslationLayer : : ClearControlsData ( EDataScope const dataSc <nl> m_xmlProcessor . ClearControlsData ( dataScope ) ; <nl> if ( dataScope = = EDataScope : : All | | dataScope = =...
! XO ( Audio ) Removed internal default controls from XML .
CRYTEK/CRYENGINE
5ae501fb8c45222a17265006f560d8b19c0d9176
2018-01-09T16:58:13Z
mmm a / modules / objdetect / src / hog . cpp <nl> ppp b / modules / objdetect / src / hog . cpp <nl> void HOGDescriptor : : groupRectangles ( vector < cv : : Rect > & rectList , vector < double > & <nl> vector < cv : : Rect_ < double > > rrects ( nclasses ) ; <nl> vector < int > numInClass ( nclasses , 0 ) ; <nl> vect...
remove unused variable in HOGDescriptor : : groupRectangles ( )
opencv/opencv
9b52b614516a0a7286fee08dddf574e1ec6e6188
2014-04-09T19:56:19Z
mmm a / src / app / application . cpp <nl> ppp b / src / app / application . cpp <nl> void Application : : sendNotificationEmail ( const BitTorrent : : TorrentHandle * torrent <nl> <nl> / / Send the notification email <nl> const Preferences * pref = Preferences : : instance ( ) ; <nl> - Net : : Smtp * smtp = new Net : ...
Use ' auto ' to avoid duplicating the type name
qbittorrent/qBittorrent
d8cbc9266a12446c1a574ff1dc135c8f21413bf4
2019-02-16T16:54:17Z
mmm a / tensorflow / core / grappler / optimizers / BUILD <nl> ppp b / tensorflow / core / grappler / optimizers / BUILD <nl> tf_cc_test ( <nl> srcs = [ " loop_optimizer_test . cc " ] , <nl> tags = [ <nl> " manual " , <nl> - " no_oss " , <nl> - ] , # b / 74111495 <nl> + " no_oss " , # b / 74111495 <nl> + ] , <nl> deps ...
Fix formatting in grappler / optimizers / BUILD
tensorflow/tensorflow
b253460fd13dcfcf27eca610c5d397ef6ac980d2
2018-03-02T18:37:29Z
mmm a / hphp / hack / src / server / searchServiceRunner . ml <nl> ppp b / hphp / hack / src / server / searchServiceRunner . ml <nl> module SearchServiceRunner = struct <nl> <nl> HackSearchService . MasterApi . update_search_index <nl> ~ fuzzy : ! HackSearchService . fuzzy ( List . map fast fst ) ; <nl> - if ( List . ...
Log when done building search indexes
facebook/hhvm
d48673959cdb753b9bfb4edbc63b39f71bf44a2c
2018-05-19T02:46:32Z
mmm a / arangod / Cluster / ClusterInfo . cpp <nl> ppp b / arangod / Cluster / ClusterInfo . cpp <nl> int ClusterInfo : : getResponsibleShard ( LogicalCollection * collInfo , <nl> std : : shared_ptr < std : : vector < std : : string > > shardKeysPtr ; <nl> std : : shared_ptr < std : : vector < ShardID > > shards ; <nl>...
Fixes in collection management .
arangodb/arangodb
4c49853e3ba71a64d8cf94d71309d4631e7ac073
2016-10-09T09:06:26Z
mmm a / tensorflow / tensorboard / scripts / BUILD <nl> ppp b / tensorflow / tensorboard / scripts / BUILD <nl> licenses ( [ " notice " ] ) # Apache 2 . 0 <nl> <nl> exports_files ( [ " LICENSE " ] ) <nl> <nl> - py_binary ( <nl> - name = " serialize_tensorboard " , <nl> - srcs = [ " serialize_tensorboard . py " ] , <nl>...
Remove serialize_tensorboard script and TensorBoard demo - instance support .
tensorflow/tensorflow
d97706437932443ae22082ada49d3ac054b77304
2017-01-25T04:25:42Z
mmm a / src / lang / qbittorrent_de . ts <nl> ppp b / src / lang / qbittorrent_de . ts <nl> <nl> - < ? xml version = " 1 . 0 " encoding = " utf - 8 " ? > <nl> - < ! DOCTYPE TS > <nl> - < TS version = " 2 . 0 " language = " de " > <nl> + < ? xml version = " 1 . 0 " ? > < ! DOCTYPE TS > < TS language = " de " version = "...
Updated German translation from Transifex .
qbittorrent/qBittorrent
2ea427bd240dff1408bd0c542b87d5bc274af98d
2013-08-03T13:13:08Z
mmm a / dbtests / jstests . cpp <nl> ppp b / dbtests / jstests . cpp <nl> namespace JSTests { <nl> delete s ; <nl> } <nl> } ; <nl> + <nl> + class OtherJSTypes { <nl> + public : <nl> + void run ( ) { <nl> + Scope * s = globalScriptEngine - > createScope ( ) ; <nl> + <nl> + { / / date <nl> + BSONObj o ; <nl> + { <nl> + B...
test for date
mongodb/mongo
4e781fbf5ef9c207437b97c81856986d00be11cc
2009-05-14T19:34:14Z
mmm a / contrib / Python / doc / gettingstarted . rst <nl> ppp b / contrib / Python / doc / gettingstarted . rst <nl> Getting started <nl> <nl> Installation <nl> mmmmmmmmmmmm <nl> - This page will guide you through three required steps : <nl> + This page will guide you through the following three required steps : <nl> ...
small clean - up of getting started documentation
microsoft/CNTK
31dd03fc433b48b76e41fdd63d0295ecb82c5e47
2016-04-27T11:50:15Z
mmm a / modules / cudacodec / include / opencv2 / cudacodec . hpp <nl> ppp b / modules / cudacodec / include / opencv2 / cudacodec . hpp <nl> namespace cv { namespace cudacodec { <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / Video Encoding / / / / / / / / / / / / / / / / / / / / / / / / / / /...
Merge pull request from luzpaz : misc - modules - typos - cont - 2
opencv/opencv
cfe84b953cd4218df88144e1d58c2580540c6972
2018-02-14T09:56:11Z
mmm a / appveyor . yml <nl> ppp b / appveyor . yml <nl> <nl> version : ' { build } ' <nl> - os : Visual Studio 2015 CTP <nl> + os : Visual Studio 2015 Preview <nl> + init : [ ] <nl> + install : [ ] <nl> build_script : <nl> - set PATH = C : \ Program Files ( x86 ) \ MSBuild \ 14 . 0 \ Bin ; % PATH % <nl> - - cmake . <nl...
Appveyor
nlohmann/json
257bf461331c48e694946a335ecd03ebea934b22
2015-04-26T21:41:11Z
mmm a / src / Makefile <nl> ppp b / src / Makefile <nl> cscope : <nl> $ ( QUIET ) cscope - bR - f $ ( CSCOPE_XREF ) <nl> <nl> style : <nl> - $ ( QUIET ) find . - name \ * . cc - o - name \ * . hpp - o - name \ * . tcc | xargs . . / scripts / cpplint - - verbose 2 - - filter = - whitespace / end_of_line , - whitespace /...
Removed the runtime / int filter from make style .
rethinkdb/rethinkdb
bd1efbd115f92c3668fe158c7e334178d634b4a3
2011-09-09T18:25:44Z
mmm a / atom / browser / ui / tray_icon_cocoa . h <nl> ppp b / atom / browser / ui / tray_icon_cocoa . h <nl> class TrayIconCocoa : public TrayIcon { <nl> void SetToolTip ( const std : : string & tool_tip ) override ; <nl> void SetTitle ( const std : : string & title ) override ; <nl> void SetHighlightMode ( bool highl...
Fix OS X build error .
electron/electron
736fe0c1db8c2fb5502eb1a6bb5d3cca9c63f750
2015-07-16T03:43:42Z
mmm a / tensorflow / core / profiler / utils / group_events . cc <nl> ppp b / tensorflow / core / profiler / utils / group_events . cc <nl> std : : string EventNode : : GetGroupName ( ) const { <nl> return name ; <nl> } <nl> <nl> + XStat * EventNode : : FindOrAddStatByType ( int64 stat_type ) { <nl> + const XStatMetada...
Add GetStatMetadataByType to XPlaneVisitor
tensorflow/tensorflow
9def0ed7a4dc9c40d63424ed69baa2f54af1ff50
2020-11-10T01:21:04Z
mmm a / bench / formatter - bench . cpp <nl> ppp b / bench / formatter - bench . cpp <nl> void bench_formatter ( benchmark : : State & state , std : : string pattern ) <nl> void bench_formatters ( ) <nl> { <nl> / / basic patterns ( single flag ) <nl> - std : : string all_flags = " + vtPnlLaAbBcCYDmdHIMSefFprRTXzEisg @ ...
Updated formatter bench
gabime/spdlog
1ac46bacfe5bf1fb2bd0f8b05a7f94cef0264d6e
2019-07-09T22:41:55Z
mmm a / validation - test / compiler_crashers / 28555 - unreachable - executed - at - swift - lib - ast - type - cpp - 1318 . swift <nl> ppp b / validation - test / compiler_crashers / 28555 - unreachable - executed - at - swift - lib - ast - type - cpp - 1318 . swift <nl> <nl> / / See https : / / swift . org / CONTRIB...
Merge pull request from practicalswift / mark - as - fixed
apple/swift
dfed0507944d488eb0a985beb5e3d8cbbe7c9022
2017-01-04T03:14:52Z
mmm a / main . cpp <nl> ppp b / main . cpp <nl> int main ( int argc , char * * argv ) { <nl> model = new Model ( " obj / african_head . obj " ) ; <nl> } <nl> <nl> - Matrix ModelView = lookat ( eye , center , Vec3f ( 0 , 1 , 0 ) ) ; <nl> - Matrix ViewPort = viewport ( width / 8 , height / 8 , width * 3 / 4 , height * 3 ...
refactoring
ssloy/tinyrenderer
b04fb2c1636b4198b6cfef40680436dd3b8d012f
2015-01-25T19:13:15Z
mmm a / Tests / UnitTests / EvalTests / stdafx . h <nl> ppp b / Tests / UnitTests / EvalTests / stdafx . h <nl> <nl> # define _SCL_SECURE_NO_WARNINGS / / current API of matrix does not allow safe invokations . TODO : change api to proper one . <nl> <nl> # ifdef _WIN32 <nl> - # include " targetver . h " <nl> + # include...
Revert " Use dynamic library on Linux "
microsoft/CNTK
d2b752847433687563cb8023a4410ee3f382a971
2016-07-01T12:18:56Z
mmm a / osquery / sql / virtual_table . cpp <nl> ppp b / osquery / sql / virtual_table . cpp <nl> static int xBestIndex ( sqlite3_vtab * tab , sqlite3_index_info * pIdxInfo ) { <nl> constraints . push_back ( <nl> std : : make_pair ( name , Constraint ( constraint_info . op ) ) ) ; <nl> pIdxInfo - > aConstraintUsage [ i...
Add high level join tests for processes , file , and hash
osquery/osquery
ee1182f5261625a9fe46f21bbc26f7e51072faaa
2016-03-04T02:47:55Z
mmm a / swoole_coroutine . cc <nl> ppp b / swoole_coroutine . cc <nl> void PHPCoroutine : : main_func ( void * arg ) <nl> } <nl> <nl> / / resources release <nl> - zval_ptr_dtor ( retval ) ; <nl> - if ( fci_cache . object ) <nl> + if ( task - > context ) <nl> { <nl> - OBJ_RELEASE ( fci_cache . object ) ; <nl> + zend_obj...
Fix
swoole/swoole-src
3023bcda39f4f2f6e4241e29f61bb907f9519240
2019-12-02T08:42:08Z
mmm a / tensorflow / g3doc / api_docs / python / contrib . learn . md <nl> ppp b / tensorflow / g3doc / api_docs / python / contrib . learn . md <nl> component of a nested object . <nl> <nl> Linear classifier model . <nl> <nl> - Example : <nl> - ` ` ` <nl> - installed_app_id = sparse_column_with_hash_bucket ( " install...
Update generated Python Op docs .
tensorflow/tensorflow
4f4b729fb45482308b4aa17512b978383e32148f
2016-06-15T19:34:16Z
mmm a / src / builtins - ia32 . cc <nl> ppp b / src / builtins - ia32 . cc <nl> void Builtins : : Generate_JSConstructCall ( MacroAssembler * masm ) { <nl> __ test ( edi , Immediate ( kSmiTagMask ) ) ; <nl> __ j ( zero , & rt_call ) ; <nl> / / Check that function is a JSFunction <nl> - __ mov ( eax , FieldOperand ( edi...
Reduced the code sequence for testing for object type .
v8/v8
9c96c68ab4284d30494339b436c1952429aa9589
2009-03-09T14:00:51Z
mmm a / docs / en / sql - reference / statements / select / index . md <nl> ppp b / docs / en / sql - reference / statements / select / index . md <nl> Specifics of each optional clause are covered in separate sections , which are li <nl> - [ SELECT clause ] ( # select - clause ) <nl> - [ DISTINCT clause ] ( . . / . . ...
fix
ClickHouse/ClickHouse
a9e4c7144c1d4b139bde4a0c6884eef7bd99e97a
2020-10-26T09:33:34Z
mmm a / lib / Sema / ConstraintLocator . cpp <nl> ppp b / lib / Sema / ConstraintLocator . cpp <nl> void ConstraintLocator : : Profile ( llvm : : FoldingSetNodeID & id , Expr * anchor , <nl> <nl> void ConstraintLocator : : dump ( SourceManager * sm ) { <nl> dump ( sm , llvm : : errs ( ) ) ; <nl> + llvm : : errs ( ) < <...
add \ n to another debugging dump ( ) method .
apple/swift
5e8b90d23b58bb7d36f9d3e77cfea0b57bb456c5
2015-04-28T03:41:53Z
mmm a / code / data_structures / src / list / singly_linked_list / operations / rotate_a_linked_list_by_k_nodes / rotate_a_linked_list_by_k_nodes . cpp <nl> ppp b / code / data_structures / src / list / singly_linked_list / operations / rotate_a_linked_list_by_k_nodes / rotate_a_linked_list_by_k_nodes . cpp <nl> class ...
Update rotate_a_linked_list_by_k_nodes . cpp
OpenGenus/cosmos
5d7bf52d90cb63a0eb6f42595c8ef1065ee8e027
2020-03-27T06:12:57Z
mmm a / tensorflow / python / tpu / tensor_tracer . py <nl> ppp b / tensorflow / python / tpu / tensor_tracer . py <nl> def __init__ ( self ) : <nl> self . _report_proto = None <nl> self . _temp_cache_var = [ ] <nl> self . _report_proto_path = ' ' <nl> + self . _outmost_context = None <nl> <nl> def report_proto ( self ...
Fixing trace of a while loop operation .
tensorflow/tensorflow
e25c02773ccbc4b6f35e86d1703b90431f00ef49
2020-09-24T16:58:16Z
mmm a / src / rdb_protocol / terms / db_table . cc <nl> ppp b / src / rdb_protocol / terms / db_table . cc <nl> name_string_t get_name ( counted_t < val_t > val , const term_t * caller ) { <nl> / / Meta operations ( BUT NOT TABLE TERMS ) should inherit from this . It will <nl> / / handle a lot of the nasty semilattice ...
Made meta_op_t be meta_op_term_t .
rethinkdb/rethinkdb
4e3707367f23120b97d920c4fa4a71cd37c81dac
2013-09-13T06:55:20Z
mmm a / src / network / Port . c <nl> ppp b / src / network / Port . c <nl> int swPort_enable_ssl_encrypt ( swListenPort * ls ) <nl> swWarn ( " swSSL_get_context ( ) error . " ) ; <nl> return SW_ERR ; <nl> } <nl> - / * * <nl> - * OpenSSL thread - safe <nl> - * / <nl> - swSSL_init_thread_safety ( ) ; <nl> - <nl> if ( ls...
fixed
swoole/swoole-src
7160e795b34ac94375a3cb3976344b5ecaaa4159
2018-07-24T10:04:29Z
mmm a / lib / Sema / TypeCheckDecl . cpp <nl> ppp b / lib / Sema / TypeCheckDecl . cpp <nl> static void finalizeType ( TypeChecker & TC , NominalTypeDecl * nominal ) { <nl> <nl> TC . validateDecl ( VD ) ; <nl> <nl> + TC . requestMemberLayout ( VD ) ; <nl> + <nl> / / The only thing left to do is synthesize storage for l...
[ Type checker ] Request member layout for a member of a finalized type .
apple/swift
e8454ab8ab87afa92b999ef004477000ee60da41
2018-07-18T21:50:40Z
mmm a / include / gmock / gmock - matchers . h <nl> ppp b / include / gmock / gmock - matchers . h <nl> class ElementsAreArrayMatcher { <nl> GTEST_DISALLOW_ASSIGN_ ( ElementsAreArrayMatcher ) ; <nl> } ; <nl> <nl> + / / Given a 2 - tuple matcher tm of type Tuple2Matcher and a value second <nl> + / / of type Second , Bou...
Defines the UnorderedPointwise ( m , container ) matcher , which is like Pointwise ( m , container ) but ignores the order of the elements .
google/googletest
2336e9c171b5894bac98f828289f537e29691896
2014-07-28T22:57:30Z
mmm a / stdlib / objc / SpriteKit / CMakeLists . txt <nl> ppp b / stdlib / objc / SpriteKit / CMakeLists . txt <nl> add_swift_library ( swiftSpriteKit INSTALL <nl> SpriteKitMirrors . swift . gyb <nl> DEPENDS $ { SWIFTSPRITEKIT_UI } <nl> FRAMEWORK_DEPENDS SpriteKit ) <nl> - add_swift_library ( swiftSpriteKit INSTALL TAR...
[ CMake ] Fix SpriteKit single - platform build .
apple/swift
2826391407f506cbcad0bba49c16f55664330907
2014-07-08T01:14:15Z
mmm a / torch / csrc / autograd / variable . cpp <nl> ppp b / torch / csrc / autograd / variable . cpp <nl> PyObject * THPVariable_new ( PyTypeObject * type , PyObject * args , PyObject * kwargs ) <nl> THPVariable * self ; <nl> if ( ( PyObject * ) type ! = THPVariableClass | | num_cached = = 0 ) { <nl> self = ( THPVari...
Fix bug when Variable constructor didn ' t set the error properly
pytorch/pytorch
a49b7b0f58ee4d483774977f8bd33ded6fc15b26
2016-11-24T23:40:36Z
mmm a / xbmc / input / InertialScrollingHandler . cpp <nl> ppp b / xbmc / input / InertialScrollingHandler . cpp <nl> bool CInertialScrollingHandler : : CheckForInertialScrolling ( const CAction * action ) <nl> } <nl> else if ( action - > GetID ( ) = = ACTION_GESTURE_END & & ! m_panPoints . empty ( ) ) / / do we need t...
input / InertialScrollingHandler : remove unused variable lastPanPoint
xbmc/xbmc
01887d4be6ff0eb13b7fdac36f01588fcbaf50d9
2018-05-29T10:36:35Z
mmm a / src / ast / ast - value - factory . cc <nl> ppp b / src / ast / ast - value - factory . cc <nl> void AstString : : Internalize ( Isolate * isolate ) { <nl> } <nl> <nl> void AstRawString : : Internalize ( Isolate * isolate ) { <nl> + / / Skip over already internalized strings . <nl> + if ( ! string_ . is_null ( ...
Internalize AstRawStrings by walking the string_table_ instead of adding them to a list
v8/v8
9d5b307fa1d0219fcf0d6989dc16046a03321b71
2016-10-25T12:32:28Z
mmm a / include / swift / Option / FrontendOptions . td <nl> ppp b / include / swift / Option / FrontendOptions . td <nl> def sil_unroll_threshold : Separate < [ " - " ] , " sil - unroll - threshold " > , <nl> MetaVarName < " < 250 > " > , <nl> HelpText < " Controls the aggressiveness of loop unrolling " > ; <nl> <nl> ...
Merge pull request from hamishknight / out - of - the - link
apple/swift
f8ee94dc99af1ce2107155d79e8a010449db9b04
2020-07-09T22:06:52Z
mmm a / Documentation / UserManual / Foxx . md <nl> ppp b / Documentation / UserManual / Foxx . md <nl> So given you want to build an application that sends a plain - text response " Work <nl> <nl> First , create a directory ` my_app ` and save a file called ` app . js ` in this directory . Write the following content ...
Merge pull request from fhemberger / devel
arangodb/arangodb
8a7099f0cc673d20154f388fc574bc3aa299762c
2013-04-30T20:47:16Z
mmm a / tensorflow / compiler / mlir / lite / tests / flatbuffer2mlir / BUILD <nl> ppp b / tensorflow / compiler / mlir / lite / tests / flatbuffer2mlir / BUILD <nl> filegroup ( <nl> data = [ <nl> " : importer_test_legacy_reshape " , <nl> " : importer_test_min_max " , <nl> - " : schema . fbs " , <nl> + " : test_schema ...
Rename schema file in the test folder .
tensorflow/tensorflow
4b2cb67756009dda843c6b56a8b320c8a54373e0
2020-04-14T23:49:42Z
mmm a / src / builtins / builtins - string . cc <nl> ppp b / src / builtins / builtins - string . cc <nl> void Builtins : : Generate_StringPrototypeValueOf ( CodeStubAssembler * assembler ) { <nl> } <nl> <nl> void Builtins : : Generate_StringPrototypeIterator ( CodeStubAssembler * assembler ) { <nl> - typedef CodeStubA...
[ builtins ] don ' t pre - flatten strings for JSStringIterator
v8/v8
772ea9058827d11b7d947e04d98ea4cfb7b950d5
2016-09-30T09:20:11Z
mmm a / aten / src / TH / THMath . h <nl> ppp b / aten / src / TH / THMath . h <nl> static inline double TH_sigmoid ( double value ) { <nl> return 1 . 0 / ( 1 . 0 + exp ( - value ) ) ; <nl> } <nl> <nl> - static inline double TH_rsqrt ( double x ) { <nl> - return 1 . 0 / sqrt ( x ) ; <nl> - } <nl> - <nl> static inline f...
Remove two unused TH definitions of rsqrt .
pytorch/pytorch
ce7058337c16590280523c6db80fe017db225ee2
2019-11-14T22:28:17Z
mmm a / lib / renderer / chrome - api . js <nl> ppp b / lib / renderer / chrome - api . js <nl> exports . injectTo = function ( extensionId , isBackgroundPage , context ) { <nl> onMessage : chrome . runtime . onMessage <nl> } <nl> <nl> - chrome . storage = require ( ' . / extensions / storage . js ' ) <nl> + chrome . s...
Drop unneeded . js extensions
electron/electron
567622c1260a997a6b89d22ef52c9e7e602e6f82
2016-06-16T16:52:14Z
mmm a / scripts / cmake / vcpkg_download_distfile . cmake <nl> ppp b / scripts / cmake / vcpkg_download_distfile . cmake <nl> <nl> # # <nl> # # If this doesn ' t match the downloaded version , the build will be terminated with a message describing the mismatch . <nl> # # <nl> + # # # # # SKIP_SHA512 <nl> + # # Skip SHA...
[ vcpkg ] fix - - head flag for github - based ports
microsoft/vcpkg
42c0cfc8705c71c3c9dcc4df4804ab342dc89988
2018-01-05T23:47:17Z
mmm a / templates / lua - template - runtime / cocos - project - template . json <nl> ppp b / templates / lua - template - runtime / cocos - project - template . json <nl> <nl> " * . dll " <nl> ] <nl> } , <nl> + { <nl> + " from " : " external / sqlite3 / libraries / win32 " , <nl> + " to " : " runtime / win32 " , <nl> ...
delete unused code
cocos2d/cocos2d-x
f6b5ebb53b457a0cf1c25ffd0c010f410fe49812
2014-10-17T09:36:45Z
mmm a / src / common / CMakeLists . txt <nl> ppp b / src / common / CMakeLists . txt <nl> set ( HEADERS <nl> <nl> if ( ARCHITECTURE_x86_64 ) <nl> set ( SRCS $ { SRCS } <nl> - x64 / abi . cpp <nl> x64 / cpu_detect . cpp <nl> - x64 / emitter . cpp ) <nl> + ) <nl> <nl> set ( HEADERS $ { HEADERS } <nl> - x64 / abi . h <nl>...
Common / x64 : remove legacy emitter and abi ( )
yuzu-emu/yuzu
0b9c59ff220b7c8f8c06f5cf6fea716970773f00
2017-01-31T09:06:42Z
mmm a / test / IRGen / big_types_corner_cases . swift <nl> ppp b / test / IRGen / big_types_corner_cases . swift <nl> <nl> / / RUN : % target - swift - frontend - assume - parsing - unqualified - ownership - sil - enable - large - loadable - types % s - emit - ir | % FileCheck % s - - check - prefix = CHECK - - check -...
Merge remote - tracking branch ' origin / master ' into master - llvm - swift5 - transition
apple/swift
b3d220ecfc4e293fb8f055e7d89ecc00cf6ee4e9
2018-01-28T03:18:33Z