Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-30 | v6.67 | MITSUNARI Shigeo | |
2022-11-25 | v6.66 | MITSUNARI Shigeo | |
2022-11-22 | v6.65 | MITSUNARI Shigeo | |
2022-11-04 | v6.64 | MITSUNARI Shigeo | |
2022-10-07 | v6.63 | MITSUNARI Shigeo | |
2022-09-15 | v6.62 | MITSUNARI Shigeo | |
2022-08-10 | v6.61.2 | MITSUNARI Shigeo | |
2022-08-02 | v6.61.1 | MITSUNARI Shigeo | |
2022-07-29 | v6.61 | MITSUNARI Shigeo | |
2022-06-16 | v6.60.2 | MITSUNARI Shigeo | |
2022-06-15 | v6.60.1v6.60.1 | MITSUNARI Shigeo | |
2022-06-06 | v6.60 | MITSUNARI Shigeo | |
2022-06-01 | v6.06v6.06 | MITSUNARI Shigeo | |
2022-05-20 | update docv6.052 | MITSUNARI Shigeo | |
2022-05-13 | v6.051v6.051 | MITSUNARI Shigeo | |
2022-05-12 | v6.05 | MITSUNARI Shigeo | |
2022-04-22 | v6.041 | MITSUNARI Shigeo | |
2022-04-05 | v6.04 | MITSUNARI Shigeo | |
2022-03-08 | v6.03 | MITSUNARI Shigeo | |
2022-01-28 | v6.02 | MITSUNARI Shigeo | |
2021-12-14 | v6.01 | MITSUNARI Shigeo | |
2021-10-12 | fix conflict | MITSUNARI Shigeo | |
2021-10-10 | build(meson): fix CMake Config file include dir | Andrea Pappacoda | |
I previously set the path to ${CMAKE_CURRENT_LIST_FILE}/include, that was wrong and ended up pointing to a nonexistent directory. | |||
2021-10-06 | remove tabs | MITSUNARI Shigeo | |
2021-10-05 | build(meson): generate CMake package config files | Andrea Pappacoda | |
The cmake/config.cmake.in file uses the 'install(EXPORT)` CMake feature, that is not (yet?) supported by Meson (see https://github.com/mesonbuild/meson/issues/7632#issuecomment-704932266). To work around this issue I created a simple CMake config file that defines a single IMPORTED target. It is really basic, but since xbyak is a header-only library defining a single target works without issues. This is useful because with this feature when building the library using Meson, CMake users will be able to still use `find_package(xbyak)`, and are not forced to use the FindPkgConfig module | |||
2021-09-18 | build: add Meson support | Andrea Pappacoda | |
This allows Meson users to use xbyak more easly, while it also provides a pkg-config file generator, useful to Linux distributions |