dbf-udg
changeset 13:6a836b1dc31b
foo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 20 Feb 2013 05:48:01 +0200 |
parents | 1abbed71e9c9 |
children | 5be16862d1b5 |
files | Makefile src/mballs.cc src/mballs.h src/opengl.h src/post.cc src/post.h src/sdr.c src/sdr.h src/udg.cc src/udg.h |
diffstat | 10 files changed, 10 insertions(+), 10 deletions(-) [+] |
line diff
1.1 --- a/Makefile Wed Feb 20 05:45:27 2013 +0200 1.2 +++ b/Makefile Wed Feb 20 05:48:01 2013 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 ccsrc = $(wildcard src/*.cc) 1.5 obj = $(csrc:.c=.o) $(ccsrc:.cc=.o) 1.6 dep = $(obj:.o=.d) 1.7 -bin = udg 1.8 +bin = printblobs 1.9 1.10 CFLAGS = -pedantic -Wall -g -O3 -Ilibs/metasurf -Ilibs/dsys2 1.11 CXXFLAGS = $(CFLAGS)
2.1 --- a/src/mballs.cc Wed Feb 20 05:45:27 2013 +0200 2.2 +++ b/src/mballs.cc Wed Feb 20 05:48:01 2013 +0200 2.3 @@ -1,5 +1,5 @@ 2.4 /* 2.5 -Printblobs - typography display hack 2.6 +Printblobs - halftoning display hack 2.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 2.8 2.9 This program is free software: you can redistribute it and/or modify
3.1 --- a/src/mballs.h Wed Feb 20 05:45:27 2013 +0200 3.2 +++ b/src/mballs.h Wed Feb 20 05:48:01 2013 +0200 3.3 @@ -1,5 +1,5 @@ 3.4 /* 3.5 -Printblobs - typography display hack 3.6 +Printblobs - halftoning display hack 3.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 3.8 3.9 This program is free software: you can redistribute it and/or modify
4.1 --- a/src/opengl.h Wed Feb 20 05:45:27 2013 +0200 4.2 +++ b/src/opengl.h Wed Feb 20 05:48:01 2013 +0200 4.3 @@ -1,5 +1,5 @@ 4.4 /* 4.5 -Printblobs - typography display hack 4.6 +Printblobs - halftoning display hack 4.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 4.8 4.9 This program is free software: you can redistribute it and/or modify
5.1 --- a/src/post.cc Wed Feb 20 05:45:27 2013 +0200 5.2 +++ b/src/post.cc Wed Feb 20 05:48:01 2013 +0200 5.3 @@ -1,5 +1,5 @@ 5.4 /* 5.5 -Printblobs - typography display hack 5.6 +Printblobs - halftoning display hack 5.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 5.8 5.9 This program is free software: you can redistribute it and/or modify
6.1 --- a/src/post.h Wed Feb 20 05:45:27 2013 +0200 6.2 +++ b/src/post.h Wed Feb 20 05:48:01 2013 +0200 6.3 @@ -1,5 +1,5 @@ 6.4 /* 6.5 -Printblobs - typography display hack 6.6 +Printblobs - halftoning display hack 6.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 6.8 6.9 This program is free software: you can redistribute it and/or modify
7.1 --- a/src/sdr.c Wed Feb 20 05:45:27 2013 +0200 7.2 +++ b/src/sdr.c Wed Feb 20 05:48:01 2013 +0200 7.3 @@ -1,5 +1,5 @@ 7.4 /* 7.5 -Printblobs - typography display hack 7.6 +Printblobs - halftoning display hack 7.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 7.8 7.9 This program is free software: you can redistribute it and/or modify
8.1 --- a/src/sdr.h Wed Feb 20 05:45:27 2013 +0200 8.2 +++ b/src/sdr.h Wed Feb 20 05:48:01 2013 +0200 8.3 @@ -1,5 +1,5 @@ 8.4 /* 8.5 -Printblobs - typography display hack 8.6 +Printblobs - halftoning display hack 8.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 8.8 8.9 This program is free software: you can redistribute it and/or modify
9.1 --- a/src/udg.cc Wed Feb 20 05:45:27 2013 +0200 9.2 +++ b/src/udg.cc Wed Feb 20 05:48:01 2013 +0200 9.3 @@ -1,5 +1,5 @@ 9.4 /* 9.5 -Printblobs - typography display hack 9.6 +Printblobs - halftoning display hack 9.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 9.8 9.9 This program is free software: you can redistribute it and/or modify
10.1 --- a/src/udg.h Wed Feb 20 05:45:27 2013 +0200 10.2 +++ b/src/udg.h Wed Feb 20 05:48:01 2013 +0200 10.3 @@ -1,5 +1,5 @@ 10.4 /* 10.5 -Printblobs - typography display hack 10.6 +Printblobs - halftoning display hack 10.7 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org> 10.8 10.9 This program is free software: you can redistribute it and/or modify