This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
Releases: RaniAgus/so-project-template
Releases · RaniAgus/so-project-template
v5.0.0-rc.1
- Agrego pipeline para generar un scaffold
- Quito extensión .out
- Quito
watch
ydaemon
- Quito test configurations por default
- Extraigo settings a un archivo común
- Convierto docs a doxygen
v4.0.3-bun
Update release.js
v4.0.3
What's Changed
- Fix: quito flag
-fcommon
ya que no permite definir variables globales en headers.
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Feat: flag
-fcommon
incluido por defecto para poder definir variables globales en el header sinextern
- Feat: posibilidad de cambiar el compilador editando la variable
CC
- Feat: posibilidad de excluir test suites
- Fix: el listado de errores de la static library VSCode apunta a un path inexistente al compilar el proyecto (#36)
- Fix: flags de debug no incluidos al compilar y ejecutar Valgrind (#38)
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- Fix: agrego posibilidad de incluir external libraries en makefile by @dimoulasLucas in #33
- Habilitar tests solo si existe la carpeta by @RaniAgus in #32
New Contributors
- @dimoulasLucas made their first contribution in #33
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's changed
- Muevo headers de
include
asrc
- Elimino el template de testing
- Agrego a cada proyecto una carpeta
tests
con los unit tests - Agrego config de Visual Studio Code
Full Changelog: v3.1.1...v4.0.0
v4.0.0-beta.3
Full Changelog: v4.0.0-beta.2...v4.0.0-beta.3
v4.0.0-beta.2
What's changed
- Agrego config de Visual Studio Code
- Actualizo spec inicial
- Seteo
stopAtEntry
comofalse
por defecto para los proyectos
Full Changelog: v4.0.0-beta.1...v4.0.0-beta.2
v4.0.0-beta.1
What's changed
- Muevo headers de
include
asrc
. - Elimino el template de testing.
- Agrego a cada proyecto una carpeta
spec
con los unit tests.
Full Changelog: v3.1.1...v4.0.0-beta.1
v3.1.1
What's Changed
- Corrijo ejemplo de tests 9f9c483
- Agrego GitHub Actions
Full Changelog: v3.1.0...v3.1.1