Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Immanuel
/
sxiv
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
A Simple X Image Viewer
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
751
Commity
1
Gałąź
1.5 MiB
Drzewo:
7bde7e618a
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '7bde7e618a'
${ noResults }
sxiv
/
.gitignore
.gitignore
32 B
Czysty
Zwykły widok
Historia
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
13 lat temu
gitignore: Ignore autogenerated version.h It looks to me like this is also worthy of ignoring, since it's autogenerated at make time.
5 lat temu
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
10 lat temu
added .gitignore
14 lat temu
1
2
3
4
5
config.h
version.h
*.d
*.o
sxiv