mm_longcheng

Results 6 issues of mm_longcheng

glslangValidator is good as a command line tool. But I want to be able to use the compiler in my own program. Use lib API rather than an independent command...

enhancement
Infrastructure

` jni/../../../../src/Imath/src/Imath/ImathMath.h:106:40: error: no member named 'hypot' in namespace 'std'; did you mean simply 'hypot'? static T hypot (T x, T y) { return std::hypot (x, y); } ^~~~~~~~~~ hypot...

使用PopupWindow辅助监听来将主视图设为adjustNothing,确实是个好方法。 onGlobalLayout 的判断经过我使用多种真机测试,发现需要做很多无效性判定。不然很容易产生误判。 1.横屏模式在切入后台,再切回前台,部分手机会产生视图旋转。触发布局调整。 2.底部导航栏状态变更会触发布局调整。 3.有些时候我们并不会把app设置为全屏,计算键盘高度并不总等于物理高减可视底。 4.有些机型点开软键盘后会频繁触发onGlobalLayout。 这个是我自己使用的一个,可以参考一下。 https://bitbucket.org/mm_longcheng/mm-core/src/dev/nwsi/proj/android/src/org/mm/nwsi/mmUIViewLayoutListener.java

I Know passing NULL instead of tokens will return the number of tokens needed. But it is equivalent to doing parse twice.

I want to build an library for Visual Studio. But the MSVC not support _Complex keywords. openlibm_complex.h will be reported some errors. https://learn.microsoft.com/en-us/cpp/c-runtime-library/complex-math-support?view=msvc-170 Is there any way to make it...

at main.lua xml = require "xmlparser" but the xml2lua have XmlParser.lua file so the xml will point to the XmlParser, Ignore case. when login and type command will error. say...