| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-14 | support some deprecated api for cmakelists | ruki | |
| 2019-02-14 | format code | ruki | |
| 2019-02-14 | set target output directory for cmakelists | ruki | |
| 2019-02-14 | generate cmakelists | ruki | |
| 2019-02-13 | add comment for cmakelists.txt | ruki | |
| 2019-02-13 | add phony target for cmakelists | ruki | |
| 2019-02-13 | add cmakelists plugin stub | ruki | |
| 2019-02-12 | improve project version for doxygen plugin | ruki | |
| 2019-02-08 | update xmake github url | ruki | |
| 2019-02-03 | improve target kind | ruki | |
| 2019-02-03 | improve set_version and add builtin variables | ruki | |
| 2019-01-16 | add add_headerfiles and mark add_headers/set_headerdir as deprecated | ruki | |
| 2019-01-04 | improve project and history cache | ruki | |
| 2019-01-03 | simplify error and warn styles | ruki | |
| 2019-01-03 | improve theme name | ruki | |
| 2019-01-02 | use color.error and color.warning styles | ruki | |
| 2018-12-31 | modify copyright date | ruki | |
| 2018-12-06 | improves project plugin, and preprocessor definitions could be correctly ↵ | mclee | |
| setted now. | |||
| 2018-12-04 | improves the arch setting | mclee | |
| 2018-11-29 | avoids warning LNK4010 when subsystem version is different then 5.01 | mclee | |
| 2018-11-26 | fix add repo url | ruki | |
| 2018-11-26 | fix repo update | ruki | |
| 2018-11-26 | support to set branch for repo | ruki | |
| 2018-11-10 | modify time.lua format | ruki | |
| 2018-11-10 | add time.lua | ruki | |
| 2018-11-05 | add plugin manager | ruki | |
| 2018-10-23 | improve vsproj | ruki | |
| 2018-10-15 | ignore -export and improve vs201x proj | ruki | |
| 2018-10-09 | fix makefile use of null device for windows | Roy Ivy III | |
| .# Discussion On the Windows platform, "NUL" is the null device which discards its input (analogous to "/dev/null" on the *nix platform). | |||
| 2018-10-08 | check the updated repo | ruki | |
| 2018-10-07 | improve lua plugin | ruki | |
| 2018-09-30 | add prefix module to package | ruki | |
| 2018-09-21 | improve mfc rules | ruki | |
| 2018-09-04 | fixme -> FIXME | 夕伽 | |
| 2018-09-04 | add *.rc files to vsproject | 夕伽 | |
| 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 | 1 string.lower(xxx) -> xxx:lower() | 夕伽 | |
| 2 -DUNICODE -> [%-|/]DUNICODE | |||
| 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 | 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 | add string.convert | ruki | |
| 2018-08-24 | fix remove repo | ruki | |
| 2018-08-24 | improve to load repo and package | ruki | |
| 2018-08-24 | load repo xmake.lua | ruki | |
| 2018-06-06 | fix rule for vs201x | ruki | |
| 2018-05-09 | impl make clean for generating makefile | ruki | |
| 2018-05-07 | improve dependent files | ruki | |
