| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-15 | improve find_rc again | ruki | |
| 2018-10-15 | improve find_rc | ruki | |
| 2018-10-15 | improve find_vswhere and find_vstudio | ruki | |
| 2018-10-14 | fix `vswhere` detection in find_vswhere | Roy Ivy III | |
| 2018-10-14 | fix detection strategy for MSVC/VS2017+ | Roy Ivy III | |
| * fixes the MSVC/VS 2017 detection problem discussed within <https://github.com/tboox/xmake/issues/225> .# Discussion MSVC/VS versions >= 15.0 will no longer be setting registry entries for tool location purposes. But `vswhere` (included with MSVC/VS versions >= 15.2, and placed in a guaranteed location) can instead be used to find the needed path. `os.runv(...)` is used as the tool to gather `vswhere` output instead of `($shell ...)` in order to avoid some `($shell ...)` limitations. Commands containing white space and/or special characters (eg, '[', ')') are difficult or impossible to pass through the current `($shell ...)` implementation, causing application exceptions. Both white space and the noted special characters are needed to construct the required `vswhere` command. ref: <https://github.com/Microsoft/vswhere/blob/master/README.md> @@ <https://archive.is/mEmdu> | |||
| 2018-10-14 | fix missing rc.exe and add find_vswhere | ruki | |
| 2018-10-10 | improve pkg-config.find | ruki | |
| 2018-09-29 | improve to find xcode | ruki | |
| 2018-09-28 | improve to find ndk | ruki | |
| 2018-09-26 | add find_libxml2 | ruki | |
| 2018-09-22 | add find_python2 | ruki | |
| 2018-09-21 | add find python and python3 | ruki | |
| 2018-09-20 | fix find vcpkg cache | ruki | |
| 2018-09-20 | optimize to find brew | ruki | |
| 2018-09-14 | add cmake package module | ruki | |
| 2018-09-13 | find and install cmake package | ruki | |
| 2018-09-13 | add find_cmake | ruki | |
| 2018-09-04 | Fix bug for VS2003 can't be found | 夕伽 | |
| (xmake config --vs=2003) | |||
| 2018-08-24 | fix dlang has_flags bug | ruki | |
| 2018-08-24 | add has_flags for go | ruki | |
| 2018-08-21 | improve to find_pcre/pcre2 package | ruki | |
| 2018-08-17 | add detect.sdks.find_vcpkgdir | ruki | |
| 2018-08-17 | improve find_vstudio | ruki | |
| 2018-08-14 | add winos | ruki | |
| 2018-06-27 | fix find_vstudio bug | ruki | |
| 2018-06-22 | support fasm | ruki | |
| 2018-06-22 | improve find cross toolchain | ruki | |
| 2018-06-22 | improve find_qt | ruki | |
| 2018-05-26 | impl testcert | ruki | |
| 2018-05-22 | improve find_vstudio | ruki | |
| 2018-05-21 | improve find wdk | ruki | |
| 2018-05-19 | add win sdk rules | ruki | |
| 2018-05-02 | improve os.match | ruki | |
| 2018-04-28 | find umdf and kmdf version | ruki | |
| 2018-04-28 | add some include and link dirs for umdf | ruki | |
| 2018-04-28 | impl find_wdk | ruki | |
| 2018-04-28 | fix ucrt version for find_vstudio | ruki | |
| 2018-04-23 | add find_yasm | ruki | |
| 2018-04-23 | fix mingw arch for qt | ruki | |
| 2018-04-23 | add qt support for msvc and mingw | ruki | |
| 2018-04-22 | detect qy sdk for windows | ruki | |
| 2018-04-20 | rename xcode dir config | ruki | |
| 2018-04-20 | rename cuda dir option | ruki | |
| 2018-04-20 | support qt env for linux | ruki | |
| 2018-04-20 | improve find_qt for linux | ruki | |
| 2018-04-16 | add quickapp | ruki | |
| 2018-04-15 | add qt static library | ruki | |
| 2018-04-15 | impl qt console rule with qt sdk | ruki | |
| 2018-04-15 | improve find qt | ruki | |
| 2018-04-14 | impl find_qt | ruki | |
