Add a Person file to tracker new templatesFixes #9397.
Makefile Engine template: Whitespace cleanup and synchronization.Also update comment as FULL is O3 not O2, fixing #14396.
tracker_new_templates: It's not 2015 anymore.
Tracker C++ source template: fixed coding style.* Two blank lines between header and include.
tracker_new_templates: Bump copyright year.
Template Makefile: stupid fix to get it working again.No idea how I escaped this backslash...Signed-off-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
makefile_engine: fix wording, rewrap, bump version, capitalize name.* Improve wording, fix spelling errors, rewrap* Capitalize name* Adjust templates to match.Fixes #11158.Signed-off-by: Adri
makefile_engine: fix wording, rewrap, bump version, capitalize name.* Improve wording, fix spelling errors, rewrap* Capitalize name* Adjust templates to match.Fixes #11158.Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
Tracker new templates: update copyright year.
Replaced "makefile" Tracker template. Fixes #10366.* copied the correct, up-to-date makefile template from data/develop/
Set file type of Tracker New templates correctlyFixes #9927.
Remove the TrackerNewTemplates optional packageInstead add the files to the tree and generate the resulting files onthe fly. This also avoids the undesired attributes the files in thepackage had.