| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-16 | improve tbox templates and package install scripts | ruki | |
| 2018-10-15 | remove some unsupported nvcc flags | ruki | |
| 2018-10-15 | ignore -export and improve vs201x proj | ruki | |
| 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 | fix cmake for x86 on windows | ruki | |
| 2018-10-10 | fix cmake for x64 | ruki | |
| 2018-10-10 | improve pkg-config find order | ruki | |
| 2018-10-10 | improve pkg-config.find | ruki | |
| 2018-10-07 | add macos and winos version | ruki | |
| 2018-10-03 | improve | ruki | |
| 2018-10-02 | improve to link and copy package | ruki | |
| 2018-09-29 | remove repeat packages when installing | ruki | |
| 2018-09-29 | improve to find xcode | ruki | |
| 2018-09-28 | improve to find ndk | ruki | |
| 2018-09-28 | remove build scripts for package | ruki | |
| 2018-09-27 | excludes files for archive.extract | ruki | |
| 2018-09-26 | add find_libxml2 | ruki | |
| 2018-09-25 | add autoconf package builder | ruki | |
| 2018-09-22 | add find_python2 | ruki | |
| 2018-09-21 | extract .tgz | ruki | |
| 2018-09-21 | add find python and python3 | ruki | |
| 2018-09-21 | fix ping | ruki | |
| 2018-09-20 | improve to find package with pkg-config | ruki | |
| 2018-09-20 | fix find vcpkg cache | ruki | |
| 2018-09-20 | improve to find pkg_config package | ruki | |
| 2018-09-20 | optimize to find brew | ruki | |
| 2018-09-20 | improve ping | ruki | |
| 2018-09-19 | fix unzip verbose info | ruki | |
| 2018-09-19 | improve to find_package to find prefix directory | ruki | |
| 2018-09-18 | modify debug package path | ruki | |
| 2018-09-16 | add config args for package.builder.xmake | ruki | |
| 2018-09-15 | improve to build package with xmake | ruki | |
| 2018-09-15 | add arch to cmake.build | ruki | |
| 2018-09-14 | improve cmake.build | 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-13 | add package.builder.xmake | ruki | |
| 2018-09-04 | Merge pull request #214 from xigalto/dev | ruki | |
| Fix bug for VS2003 can't be found,xmake config --vs=2003 | |||
| 2018-09-04 | Fix bug for VS2003 can't be found | 夕伽 | |
| (xmake config --vs=2003) | |||
| 2018-09-02 | fix wdk rule bug | ruki | |
| 2018-09-02 | remove -MP4 | ruki | |
