| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-09 | deploy android qt app | ruki | |
| 2019-04-24 | improve cross compile for android | ruki | |
| 2019-04-23 | add c preprocessor | ruki | |
| 2019-04-18 | improve find_ndk for x86 | ruki | |
| 2019-04-18 | improve qt rule for android | ruki | |
| 2019-04-15 | Added find_clib.lua | Adel Vilkov | |
| 2019-04-13 | fix headers with ASF to non-ASF | ruki | |
| 2019-04-12 | improve find_qt | ruki | |
| 2019-04-11 | improve find_qt | ruki | |
| 2019-04-06 | improve ping | ruki | |
| 2019-03-19 | fix package PATH | ruki | |
| 2019-03-06 | support vs2019 preview | ruki | |
| 2019-03-05 | improve to check /def | ruki | |
| 2019-02-08 | update xmake github url | ruki | |
| 2019-01-24 | generate conanfile.txt | ruki | |
| 2019-01-24 | improve find_package | ruki | |
| 2019-01-23 | improve find_package from vcpkg | ruki | |
| 2019-01-23 | improve lib.detect.find_package | ruki | |
| 2019-01-12 | support conan for lib.detect.find_package | ruki | |
| 2019-01-03 | update some check info | ruki | |
| 2018-12-31 | modify copyright date | ruki | |
| 2018-12-30 | add add_platformdirs api | ruki | |
| 2018-12-20 | improve has_flags tips | ruki | |
| 2018-12-19 | improve mingw | ruki | |
| 2018-12-19 | improve mingw | ruki | |
| 2018-12-12 | improve to xmake global | ruki | |
| 2018-12-06 | improve set_config | ruki | |
| 2018-11-30 | improve find_package to get version | ruki | |
| 2018-11-26 | Fixes a issues that failed to run vcvarsall when vs_toolset and vs_sdkver ↵ | mclee | |
| are setted at same time. | |||
| 2018-11-25 | add find_patch | ruki | |
| 2018-11-23 | find lua and luajit | ruki | |
| 2018-11-16 | add vs_sdkver option | ruki | |
| 2018-11-15 | find and impl llvm-ar | ruki | |
| 2018-11-14 | improve to build for android ndk | ruki | |
| 2018-11-14 | improve to detect clang as gcc | ruki | |
| 2018-10-31 | improve find_vstudio ~ minor fixes | Roy Ivy III | |
| * use `tonumber()` conversion instead of `(x + 0)` (more explicit) * remove redundant listing of VC/VS versions | |||
| 2018-10-30 | support to extract *.xz | ruki | |
| 2018-10-21 | add cparser | ruki | |
| 2018-10-20 | add llvm-rc | ruki | |
| 2018-10-20 | add vs_toolset option | ruki | |
| 2018-10-20 | fix uses vswhere to find_vstudio | ruki | |
| 2018-10-19 | add windres for mingw | ruki | |
| 2018-10-18 | fix module error for find_qt | ruki | |
| 2018-10-18 | Merge pull request #235 from rivy/rev.find_vswhere | ruki | |
| improve find_vswhere (allow use of check/command options) | |||
| 2018-10-18 | revert find_dmd.lua | ruki | |
| 2018-10-17 | improve find_vswhere (allow use of check/command options) | Roy Ivy III | |
| 2018-10-16 | format code | ruki | |
| 2018-10-15 | fix find_vstudio when executing from an already defined MSVC command prompt | Roy Ivy III | |
| .# Discussion Older MSVC/VS versions don't define the "VisualStudioVersion" environment variable. Prior to this fix, when executing within an already prepared environment (eg, the "Visual Studio Command Prompt") with those older MSVC/VS builds, the search logic would incorrectly try to search for all installed versions and read their environments. But since the environment had already been prepped, executing `vsvarsall` for any found MSVC/VS versions resulted in a superimposed and confused/invalid environment. For the older MSVC/VS versions without "VisualStudioVersion", this fix does use heuristics to guess at the correct version (and it's corresponding vsvers value [used as the results key value]). But, even if the wrong version is guessed, the results from find_vstudio are clean, without any environmental superposition, and fully usable for compilation. | |||
| 2018-10-15 | fix "fix UCRTVersion" logic for possibly missing WindowsSDKVersion | Roy Ivy III | |
| * some versions (especially early versions) of MSVC/VS may not define the WindowsSDKVersion environment variable | |||
| 2018-10-15 | ignore -export and improve vs201x proj | ruki | |
