| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Added switch variables. | Björn Persson | 2025-09-04 |
| | | |||
| * | Updated URLs. | Björn Persson | 2025-02-27 |
| | | |||
| * | Documented changes in version 1.5.version_1.5 | Björn Persson | 2016-02-20 |
| | | |||
| * | Added Library_Type to help with building libraries as shared or static. | Björn Persson | 2016-01-18 |
| | | |||
| * | Documented changes in version 1.4.version_1.4 | Björn Persson | 2015-08-19 |
| | | |||
| * | Improved the documentation of directory variables. | Björn Persson | 2015-07-01 |
| | | |||
| * | Set the version number to 1.3. | Björn Persson | 2014-02-05 |
| | | |||
| * | Added a comment. | Björn Persson | 2013-10-10 |
| | | |||
| * | Made Bindir relative to Libexecdir. | Björn Persson | 2013-10-10 |
| | | | | | | | | | | When directory variables in project files are relative pathnames, then Comfignat.Bindir is now relative to Comfignat.Libexecdir, while the other pathnames are relative to Comfignat.Bindir. This should help programs in Libexecdir figure out the pathnames of files they need. The manual now also notes that runstatedir and lockdir are always absolute. | ||
| * | Renamed runtimedir to runstatedir. | Björn Persson | 2013-10-09 |
| | | | | | | | | A new variable named runstatedir has been defined in the GNU Coding Standards. Comfignat had runtimedir for the same purpose. The name is now changed to keep Comfignat compatible with the GNU Coding Standards. This change also improves the documentation of runstatedir and lockdir. | ||
| * | Merge branch 'Debian_coordination' | Björn Persson | 2013-10-09 |
| |\ | |||
| | * | Implemented archincludedir. | Björn Persson | 2013-10-09 |
| | | | |||
| | * | Implemented alidir. | Björn Persson | 2013-09-15 |
| | | | |||
| * | | Added a version number. | Björn Persson | 2013-10-08 |
| |/ | |||
| * | Added the manual. | Björn Persson | 2013-08-01 |
| | | |||
| * | minor formatting fixes | Björn Persson | 2013-08-01 |
| | | |||
| * | Added support for separate build directories and for usage projects in ↵ | Björn Persson | 2013-08-01 |
| | | | | | subdirectories. | ||
| * | Redesigned the handling of relative pathnames. | Björn Persson | 2013-07-13 |
| | | | | | | | | | | · Directory variables for embedding and for installation were separated. · Directory variables for embedding are now available in project Comfignat. · Relative pathnames are now relative to gprdir or bindir in different places. · Options are conveyed to build project files as external variables. · Gnatprep_definitions is now Gnatprep_arguments. · preprocess_file and builder_arguments were added. | ||
| * | Changed the default suffix of files to be preprocessed. | Björn Persson | 2013-06-16 |