Age | Commit message (Expand) | Author | Files | Lines |
2018-07-09 | Use CACHE variable for other common CMAKE variable |  Romain Forlot | 1 | -0/+1 |
2018-07-05 | Fix: SYSROOT location detection... Wrong test. |  Romain Forlot | 1 | -1/+1 |
2018-06-27 | Disable the in-tree build method. |  Romain Forlot | 1 | -0/+2 |
2018-06-27 | Detect Yocto as OS distribution |  Romain Forlot | 1 | -1/+2 |
2018-05-16 | Improve OS detection |  Romain Forlot | 1 | -4/+11 |
2018-05-14 | Fix: OS detection |  Romain Forlot | 1 | -1/+1 |
2017-11-17 | Check version between app-templates and project. |  Romain Forlot | 1 | -0/+1 |
2017-10-04 | Include ExternalProject CMake module by default |  Romain Forlot | 1 | -0/+3 |
2017-08-29 | Fix: wrong OS detection when SDK env or Yocto |  Romain Forlot | 1 | -0/+11 |
2017-08-28 | Dirty fix to handle distro specific packages deps |  Romain Forlot | 1 | -11/+27 |
2017-08-23 | Fix: wrong variable detection |  Romain Forlot | 1 | -1/+1 |
2017-08-23 | OS detection to fallback instead of addition |  Romain Forlot | 1 | -1/+5 |
2017-08-21 | Add macros to make a 2nd pass on required module |  Romain Forlot | 1 | -1/+0 |
2017-08-21 | Better OS detection and inclusion per distribution |  Romain Forlot | 1 | -2/+10 |
2017-08-17 | Added per project custom template dir |  Romain Forlot | 1 | -0/+1 |
2017-08-16 | Personal files inclusion now by projects. |  Romain Forlot | 1 | -2/+2 |
2017-07-21 | Project cmake file have precedence on home & sys |  Romain Forlot | 1 | -1/+1 |
2017-07-10 | Fix: shared library files not found by gdb |  Romain Forlot | 1 | -0/+1 |
2017-07-05 | Fix: wrong macro name |  Romain Forlot | 1 | -2/+2 |
2017-07-04 | Change location for custom CMake files and scripts |  Romain Forlot | 1 | -2/+5 |
2017-06-28 | change path etc/config.cmake to conf.d/cmake/config.cmake |  Ronan Le Martret | 1 | -2/+2 |
2017-06-27 | Only 1 include in root CMake and no macro to call |  Romain Forlot | 1 | -13/+8 |
2017-06-27 | Correct precedence over included files |  Romain Forlot | 1 | -1/+1 |
2017-06-27 | Recursive include cmake file systemn home, project |  Romain Forlot | 1 | -99/+11 |
2017-06-27 | Add wrapper to 4 most commons macros |  Romain Forlot | 1 | -0/+15 |
2017-06-26 | Check Kernel version against SDK env or Host env. |  Romain Forlot | 1 | -5/+19 |
2017-06-26 | Split common files into specialized cmake files. |  Romain Forlot | 1 | -467/+7 |
2017-06-21 | Configure file at build time with separated target |  Romain Forlot | 1 | -67/+100 |
2017-06-20 | Update packaging creation |  Ronan Le Martret | 1 | -22/+120 |
2017-06-15 | Fix: remove old bug about overwriten variables. |  Romain Forlot | 1 | -2/+0 |
2017-06-15 | Fix gdb debugging and add widget install on target |  Sebastien Douheret | 1 | -8/+27 |
2017-06-13 | Merge "Replace LIBRARIES by LDFLAGS for pkgconfig dep" |  Romain Forlot | 1 | -1/+1 |
2017-06-12 | Fix:WIDGET_ENTRY_POINT variable always overwritten |  Romain Forlot | 1 | -4/+6 |
2017-06-12 | Fix wrong path to submodule files. |  Romain Forlot | 1 | -2/+0 |
2017-06-12 | Replace LIBRARIES by LDFLAGS for pkgconfig dep |  Ronan Le Martret | 1 | -1/+1 |
2017-06-12 | Merge "Set default value for APP_TEMPLATES_DIR and WIDGET_ENTRY_POINT" |  Jan-Simon Moeller | 1 | -5/+12 |
2017-06-09 | Don't ship config.xml to packaging dir. Useless |  Romain Forlot | 1 | -1/+0 |
2017-06-09 | Set default value for APP_TEMPLATES_DIR and WIDGET_ENTRY_POINT |  Sebastien Douheret | 1 | -5/+12 |
2017-06-09 | Remove spec file from package tree. |  Romain Forlot | 1 | -1/+1 |
2017-06-09 | Added a target to build an archive from git repo |  Romain Forlot | 1 | -1/+8 |
2017-06-09 | Fix: cli CMAKE_INSTALL_PREFIX variable ignored |  Romain Forlot | 1 | -1/+1 |
2017-06-09 | cmake: add WIDGET_CONFIG_TEMPLATE setting to specify location for config.xml.in |  Stephane Desneux | 1 | -4/+10 |
2017-06-08 | common.cmake: fix icon copy and final name in package |  Stephane Desneux | 1 | -1/+2 |
2017-06-07 | fix local rpm build |  Ronan Le Martret | 1 | -1/+2 |
2017-05-29 | Description |  Romain Forlot | 1 | -2/+2 |
2017-05-29 | Trick to always execute popule http and data dir |  Romain Forlot | 1 | -4/+6 |
2017-05-29 | Format |  Romain Forlot | 1 | -7/+7 |
2017-05-29 | Overload CMAKE_INSTALL_PREFIX if custom defined |  Romain Forlot | 1 | -1/+7 |
2017-05-29 | Always configure files to build widget. |  Romain Forlot | 1 | -6/+0 |
2017-05-29 | Use FATAL_ERROR if missing file to build packages |  Romain Forlot | 1 | -41/+45 |