Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
A Simple X Image Viewer
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
749
Commits
1
Rama
1.5 MiB
Árbol:
a75411567e
master
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'a75411567e'
${ noResults }
sxiv
/
.gitignore
.gitignore
32 B
Original
Vista normal
Histórico
Overhauled building - config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries
hace 13 años
gitignore: Ignore autogenerated version.h It looks to me like this is also worthy of ignoring, since it's autogenerated at make time.
hace 5 años
Use and depend on GNU make... - Use non-POSIX :=,?=,+= macro assignments, fixes issue #97 - No optimization level set in CFLAGS, expected to be set in environment - Automatic header dependency tracking with one .d file per compilation unit - Better fix for issue #181
hace 10 años
added .gitignore
hace 14 años
1
2
3
4
5
config.h
version.h
*.d
*.o
sxiv