summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/version.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Optionally use a VERSION fileSebastian Huber2023-08-021-4/+4
| | | | | | | | | | Define the RTEMS version in the wscript. Optionally use a VERSION file to change the default values of the wscript. Allow the command line option --rtems-version to override __RTEMS_MAJOR__. Remove support for command line configurable options (--rtems-option). Rename internal define RTEMS_VERSION_VC_KEY to RTEMS_VERSION_CONTROL_KEY.
* rtems: Add files to Doxygen groupsSebastian Huber2023-07-261-1/+1
| | | | | | | Provide basic Doxygen comments. Update #3706. Update #3707.
* sapi/src/*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* sapi: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-7/+11
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
* rtems: Simplify includes in version.cSebastian Huber2020-12-021-1/+1
|
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* rtems: Make rtems_version_control_key() saferSebastian Huber2019-09-091-1/+1
| | | | | Return the empty string instead of a NULL pointer if no version key is available.
* doxygen: Added Version to API->ClassicAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* cpukit: Add a Version API.Chris Johns2017-11-101-0/+63
Provide functions to get the version string, major, minor and revision numbers and the version control identifer that is a unique tag for the version control system. Update #3199.