| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-12 | improve to install package | ruki | |
| 2018-09-12 | clear cache when removing package | ruki | |
| 2018-09-12 | remove required packages | ruki | |
| 2018-09-12 | check unsupported packages | ruki | |
| 2018-09-12 | improve xxx_script to support multi-patterns | ruki | |
| 2018-09-11 | add xmake-repo mirror | ruki | |
| 2018-09-11 | improve to install package | ruki | |
| 2018-09-10 | add get_config for module | ruki | |
| 2018-09-10 | add get_config | ruki | |
| 2018-09-06 | Merge pull request #216 from xigalto/dev | ruki | |
| add windows mfc rule | |||
| 2018-09-06 | fix bug: remove item from table | 夕伽 | |
| 2018-09-05 | use table.wrap replace check type(table) | 夕伽 | |
| 2018-09-04 | use table.wrap replace check type(table) | 夕伽 | |
| 2018-09-04 | mfc's rule full match flags on remove or check | 夕伽 | |
| 2018-09-04 | rename rule: win.sdk.mfc -> win.sdk.mfc.env | 夕伽 | |
| 2018-09-04 | make mfcrule's codes to be beautiful | 夕伽 | |
| 2018-09-04 | add win.sdk.mfc for checking the env of vs | 夕伽 | |
| rename: win.sdk.mfcapp.shared -> win.sdk.mfc.shared_app win.sdk.mfcapp.static -> win.sdk.mfc.static_app | |||
| 2018-09-04 | move mfc'rule to mfc/xmake.lua from xmake.lua | 夕伽 | |
| 2018-09-04 | add windows mfc rule | 夕伽 | |
| useage: target("test") add_files("*.cpp") add_files("*.rc") -- use sharedmfc add_rules("win.sdk.mfcapp.shared") -- or add_rules("win.sdk.mfcapp.static") to use staticmfc target_end() | |||
| 2018-09-04 | Merge pull request #215 from xigalto/dev | ruki | |
| add *.rc files to vsproject | |||
| 2018-09-04 | fixme -> FIXME | 夕伽 | |
| 2018-09-04 | add *.rc files to vsproject | 夕伽 | |
| 2018-09-04 | fix rpath for shared library | 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-03 | Merge pull request #210 from xigalto/dev | ruki | |
| vsproject add some configs to support UNICODE/subsystem | |||
| 2018-09-03 | remove mfc about | 夕伽 | |
| 2018-09-03 | 1 string.lower(xxx) -> xxx:lower() | 夕伽 | |
| 2 -DUNICODE -> [%-|/]DUNICODE | |||
| 2018-09-03 | add *.rc files to vsproject | 夕伽 | |
| 2018-09-03 | fix XMAKE_LOGFILE | ruki | |
| 2018-09-03 | 1 string.lower(xxx) -> xxx:lower() | 夕伽 | |
| 2 -DUNICODE -> [%-|/]DUNICODE | |||
| 2018-09-02 | fix wdk rule bug | ruki | |
| 2018-09-02 | remove -MP4 | ruki | |
| 2018-09-02 | vsporject add some configs | 夕伽 | |
| 1.suport vsproject mfc mode target(xxx) -- for make vsproject on mfcmode set_values("mfc",true) -- for unicode mode add_defines("UNICODE") -- use MT or MD switch RuntimeLibrary, (debug use MTd,MDd) add_cxflags("-MT") 2.subsystem switch support target(xxx) -- change subsystem to windows, default console add_ldflags("/SUBSYSTEM:WINDOWS",{force=true}) | |||
| 2018-08-31 | improve to install package | ruki | |
| 2018-08-31 | Merge pull request #205 from xigalto/dev | ruki | |
| fix targetdir,objectdir not used in vsproject | |||
| 2018-08-31 | code format | 夕伽 | |
| 2018-08-31 | code format | 夕伽 | |
| 2018-08-30 | The output directory of VS is adjusted to match the xmake script, using ↵ | 夕伽 | |
| target:targetdir The temporary obj directory of VS is adjusted to match the xmake script, using target:objectdir The vs output file (including pdb, lib, etc.) removes explicit specifications and adjusts to use the $(TargetDir) $(TargetName) name (this setting is not specified to be set automatically, so it is not explicitly specified). This modification also restores the bug of the dynamic library output lib which is inconsistent with the specified directory in xmake. Generate the directory Library of the vs project, including file directory to standardize the path. 1.vs的输出目录调整为和xmake脚本中的一致,使用target:targetdir 2.vs的临时obj目录调整为和xmake脚本中的一致,使用target:objectdir 3.vs输出文件(包括pdb、lib等)去除显式指定,调整为使用$(TargetDir)$(TargetName)命名(该设置不指定会自动设置,所以不用显式指定)。该修改同时修复了动态库输出lib与xmake中指定目录不一致的bug 4.生成vs项目中的链接库目录、包含文件目录进行路径标准化转换 | |||
| 2018-08-30 | modify changelogs | ruki | |
| 2018-08-30 | add string.convert | ruki | |
| 2018-08-28 | Merge pull request #198 from yangjz1125/dev | ruki | |
| fix CODE_OF_CONDUCT translations. | |||
| 2018-08-28 | fix CODE_OF_CONDUCT translations. | yangjz1125 | |
| 2018-08-28 | fix semver test | ruki | |
| 2018-08-28 | remove load package from url | ruki | |
| 2018-08-28 | improve to select version for package manager | ruki | |
| 2018-08-28 | remote fetch git refs for require action | ruki | |
| 2018-08-28 | add path.islastsep | ruki | |
| 2018-08-25 | modify package local directory | ruki | |
| 2018-08-25 | modify package tree | ruki | |
