Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project_cpp_template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
project_cpp_template
Graph
You need to sign in or sign up before continuing.
master
Select Git revision
Branches
2
gtest_update
master
default
protected
Tags
1
ubuntu_18_04
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Sep
4
Nov
29
Oct
26
Jun
25
28
May
20
19
18
13
12
19
Mar
8
21
Feb
21
Feb
20
Nov
8
5
Mar
22
Aug
22
Jul
21
Updated to Ubuntu 20.04
master
master
Updated to latest version of package generation
ubuntu_18_04
ubuntu_18_04
Adapted to Ubuntu 18.04 package generation
Updated .gitlab-ci_template.yml to multiples Ubuntu distributions' packages generation
updating gtest configuration
gtest_update
gtest_update
Update ReadMe.md - Minor typos
Merge branch 'install_path' into 'master'
Readme template: update command line format
Update/fix gitlab-ci.yml template
Fix empty dependencies case. Add FIND_PACKAGE example. Update README
Add dependencies (expected from IRI) to CMakeLists as CPACK_DEBIAN_PACKAGE_DEPENDS and to .gitlab-ci.yml as apt -y install iri-name-dev
Merge branch 'install_path' of ssh://gitlab.iri.upc.edu:2202/labrobotica/template into install_path
Added additional uninstall commands to also remove the installation folder of the library.
Update ReadMe.md: comment -g test option.
Add usage text. Check name has no whitespaces. Do not create bin and lib directories. Add CMakeLists plural variables _DIRS, _LIBRARIES, add gitlab-ci.yml file.
Add class documentation to header template
Update doxyen template
Update ReadMe template with package install and for developers section
Update Readme author
Update Find cmake template: remove system directories and search first in /local/ directories.
Add .gitignore and .gitlab-ci_template.yml, modifying new_project.sh script accordingly
Add example TARGET_LINK_LIBRARIES and ADD_DEPENDENCIES lines in src/CMakeLists.txt
Use variable PROJECT_NAME to create src/CMakeLists.txt
Modify Find.cmake template using library_name variable. Update new_project.sh accordingly.
Add LICENSE file
Add CPACK section to CMakeLists.txt template
Add PACKAGE_NAME variable to CMakeLists template, which gets the value of project name substituting underscores by dashes. Variable used for packaging.
Change install paths, now is .../iri/<library_name instead of .../iridrivers. Find cmake: switch to plural cmake variables, _INCLUDE_DIRS and _LIBRARIES, although. Fix project_name: underscore _ instead of dash -. Removed old template.tar.gz, no needed anymore
Fixed a bug on -d argument
Fixed a bug on new_project.sh related to -p argument (project_description).
Some minor changes on ReadMe.md
Minor changes in the ReadMe file.
Added a ReadMe file with information about how to use the scritps.
Added on argument in the script to include or not the test framework using googletest.
Added an include folder for the header files.
Changed the source of the main page of the doxygen documentation.
Changed the extension of the ReadMe file to Markdown.
Changed the ReadMe file with a new format. Removed the main.dox file because it is no longer necessary.
Changed the structure of the project. Removed the trubk, tags and branches folders.
Chnaged the script to substitute '_' for '-' in the project name.
Loading