Commit Graph

  • 1d1ea3fdfd Fix path generation on Windows Duncan Ogilvie 2020-11-27 16:00:54 +0100
  • f8ab24e0a2 bump 0.1.3 v0.1.3 MoAlyousef 2020-11-27 17:46:32 +0300
  • 16e68d7542 fix C++11 build MoAlyousef 2020-11-27 17:38:40 +0300
  • 5dc71f9ba1 support building with C++11, adding linux github actions MoAlyousef 2020-11-27 17:29:57 +0300
  • ba2c52dd39 unify error messages MoAlyousef 2020-11-27 14:48:15 +0300
  • 41b00b4f98 reflect gen code in new CMakeLists.txt MoAlyousef 2020-11-27 14:35:11 +0300
  • b016d7139c
    Update cmkr.cmake Mohammed Alyousef 2020-11-27 14:23:12 +0300
  • 473926bcfd
    Merge pull request #2 from mrexodia/cmake-integration Mohammed Alyousef 2020-11-27 14:22:17 +0300
  • f29f9fa365 Implement CMake bootstrapping + integration Duncan Ogilvie 2020-11-26 23:51:25 +0100
  • 4c59ca75da Ignore build*/ folders Duncan Ogilvie 2020-11-26 23:44:19 +0100
  • 1114aaca94 Add cmkr COMPONENT when installing Duncan Ogilvie 2020-11-26 20:05:29 +0100
  • 887f9e4ece add prompt if CMakeLists.txt already exists Mohammed Alyousef 2020-11-20 19:28:15 +0300
  • fa510bb00e bump 0.1.2 v0.1.2 Mohammed Alyousef 2020-11-20 18:51:08 +0300
  • 31bf4e3e96 fix == error MoAlyousef 2020-11-19 01:36:51 +0300
  • 4e55489845 update 0.1.1 v0.1.1 Mohammed Alyousef 2020-11-19 01:11:33 +0300
  • 18034af6ce update readme MoAlyousef 2020-11-02 03:09:32 +0300
  • 2aaa9e95fa Merge branch 'master' of https://github.com/moalyousef/cmkr MoAlyousef 2020-09-16 12:42:39 +0300
  • f2c60bae74 remove vendor dir MoAlyousef 2020-09-16 12:42:29 +0300
  • ca0777a28c
    Update README.md Mohammed Alyousef 2020-09-16 11:36:45 +0300
  • 9c347b2851 remove test for now from template MoAlyousef 2020-09-16 11:04:10 +0300
  • 0bc49e4ea7
    Update args.cpp Mohammed Alyousef 2020-09-16 01:40:21 +0300
  • 1dbd5e1f91 update README.md Mohammed Alyousef 2020-09-15 22:43:48 +0300
  • ef166277ea support testing Mohammed Alyousef 2020-09-15 22:18:45 +0300
  • 2117893b87 fix for msvc Mohammed Alyousef 2020-09-15 21:17:08 +0300
  • b9d403c201 fix GA build Mohammed Alyousef 2020-09-15 21:13:00 +0300
  • fda8278820
    Update README.md Mohammed Alyousef 2020-09-15 21:06:51 +0300
  • 4ca3768e46
    Update build.yml Mohammed Alyousef 2020-09-15 21:06:02 +0300
  • bb1c4abbb9
    Update build.yml Mohammed Alyousef 2020-09-15 21:03:18 +0300
  • cf86373c43
    Update build.yml Mohammed Alyousef 2020-09-15 20:58:25 +0300
  • a40076b790
    Update README.md Mohammed Alyousef 2020-09-15 20:53:05 +0300
  • 6ec01f259b
    Create build.yml Mohammed Alyousef 2020-09-15 20:51:59 +0300
  • b8fbdb2bed create include dir by default Mohammed Alyousef 2020-09-15 20:49:43 +0300
  • 221003f199 support interfaces and aliases Mohammed Alyousef 2020-09-15 20:25:58 +0300
  • bce39a944d use fetch-content instead of submodules Mohammed Alyousef 2020-09-15 19:25:03 +0300
  • fa35d54009 fix path ostream Mohammed Alyousef 2020-09-15 19:14:15 +0300
  • e6219d6571 add option comments MoAlyousef 2020-09-14 16:39:57 +0300
  • 3b09103d98 add globbing, package components and options MoAlyousef 2020-09-14 15:22:41 +0300
  • 12872a6f25
    Update README.md Mohammed Alyousef 2020-09-14 13:44:38 +0300
  • 2636acbdb1
    Update gen.cpp Mohammed Alyousef 2020-09-14 13:44:14 +0300
  • 2fe58ca249 update README.md MoAlyousef 2020-09-12 23:23:17 +0300
  • 95b0ee8d40 Add comment for files generated by cmkr MoAlyousef 2020-09-12 23:22:09 +0300
  • c306fc01d0 missing return MoAlyousef 2020-09-12 19:20:28 +0300
  • a53aa34036 add arg clean MoAlyousef 2020-09-12 18:11:34 +0300
  • 606d942ca0 add clean command MoAlyousef 2020-09-12 18:08:36 +0300
  • 77c328d51f
    Update README.md Mohammed Alyousef 2020-09-12 17:13:11 +0300
  • ff53b00f28 add include MoAlyousef 2020-09-12 17:08:05 +0300
  • c1953bbb6f add quotes to generator MoAlyousef 2020-09-12 16:54:38 +0300
  • 7ec2279a77 throw when no cmake.toml is found MoAlyousef 2020-09-12 16:38:16 +0300
  • b64d5a370d add cmake class MoAlyousef 2020-09-12 06:38:28 +0300
  • c2885a09f2 refactoring MoAlyousef 2020-09-11 18:55:46 +0300
  • 65d03aa50e add missing header MoAlyousef 2020-09-11 18:14:44 +0300
  • 4688ba718c refactor generate_project code MoAlyousef 2020-09-11 18:01:26 +0300
  • 76a4367b57 add getter MoAlyousef 2020-09-11 13:24:56 +0300
  • 0294b95cfc add default MoAlyousef 2020-09-11 13:20:11 +0300
  • a6239fd335 add error class MoAlyousef 2020-09-10 19:58:28 +0300
  • b24df8406e fix readme MoAlyousef 2020-09-10 03:10:17 +0300
  • 6035d3ae21 add cmake args MoAlyousef 2020-09-10 03:01:31 +0300
  • 11b3061d47 require cmake 3.14 or higher MoAlyousef 2020-09-10 00:30:26 +0300
  • c20781f970 formatting MoAlyousef 2020-09-09 23:52:25 +0300
  • d31c830b4b rename generated function MoAlyousef 2020-09-09 23:46:10 +0300
  • 4cd16c8e42 add missing header MoAlyousef 2020-09-09 23:44:42 +0300
  • ddfdbe28d9
    Update README.md Mohammed Alyousef 2020-09-09 23:36:36 +0300
  • 52603dab4f fix fs to string conversion MoAlyousef 2020-09-09 22:58:16 +0300
  • e382482021 fixes MoAlyousef 2020-09-09 22:53:34 +0300
  • 4db372900d add defs MoAlyousef 2020-09-09 21:29:14 +0300
  • 23eeaf667c
    Update README.md Mohammed Alyousef 2020-09-09 21:21:07 +0300
  • 288d677ca1
    Update README.md Mohammed Alyousef 2020-09-09 15:34:48 +0300
  • de29e1aacb use return value MoAlyousef 2020-09-09 15:19:03 +0300
  • a44f4ee572
    Update README.md Mohammed Alyousef 2020-09-09 15:10:23 +0300
  • d59a238338 merge bin types to one MoAlyousef 2020-09-09 15:04:00 +0300
  • 497f06b0f3 commenting out unused fields MoAlyousef 2020-09-09 10:39:23 +0300
  • c03c9a2d0d add missing fields MoAlyousef 2020-09-09 10:37:02 +0300
  • 9b44d37a78 add missing fields MoAlyousef 2020-09-09 09:43:42 +0300
  • 2aca3cbc8d
    Update help.hpp Mohammed Alyousef 2020-09-09 08:35:47 +0300
  • b8aa1fdcb5
    Update cmake.toml Mohammed Alyousef 2020-09-09 08:34:01 +0300
  • 27bc63af51
    Merge pull request #1 from MoAlyousef/add-license-1 Mohammed Alyousef 2020-09-09 08:09:32 +0300
  • 42c152e31d
    Create LICENSE Mohammed Alyousef 2020-09-09 08:09:23 +0300
  • 78d16afd37
    Create README.md Mohammed Alyousef 2020-09-09 08:08:55 +0300
  • 9782c40832 do the required only MoAlyousef 2020-09-09 08:01:28 +0300
  • 3ca8866752 first commit MoAlyousef 2020-09-09 02:59:09 +0300
  • 1ab5e3f9f7 first commit MoAlyousef 2020-09-09 02:58:59 +0300