Monthly Archive: January 2017

Git create patch with submodules 0

Git create patch with submodules

Method #1   Commit your changes but do not push yet git format-patch -n HEAD^ Then go in each submodule you care and do the sam Method #2 Submodules git submodule --quiet foreach --recursive...

Backbone after all render 0

Backbone after all render

views["#content-view"].render().once("afterRender", function() { // console.log("rendered"); $(window).trigger('scroll.rpinnable'); }, this);

liblvm llvm on cross-compiler mingw-w64-win32 0

liblvm llvm on cross-compiler mingw-w64-win32

How to compile yourself http://web.archive.org/web/20091027044149/http://geocities.com/henrik_bach_llvm/ http://clang-developers.42468.n3.nabble.com/LLVM-compilation-error-on-MinGW-MSYS-CMake-td2735422.html https://cygwin.com/ml/cygwin-developers/2015-03/msg00005.html On Visual Studio 1>filelog.obj : error LNK2019: unresolved external symbol __imp__StackWalk64@36 referenced in function "int __cdecl LogAlloc(unsigned char *,unsigned int)" (?LogAlloc@@YAHPAEI@Z) 1>filelog.obj : error LNK2019: unresolved external...