|
|
Login: osborn
Fullname: osborn
Revisions: 79
Lines of Code: 2335
Added Lines of Code: 7991
Lines of Code per Change: 29.6
|




| Date | Author | File/Message |
|---|---|---|
| 2/12/07 8:32 PM | osborn |
fixed --enable-dml-bufsize option and more warning eliminations
(1 Files changed,
2 Lines changed)
examples/lime_writer_test1.c 1.10
(+2
-1)
|
| 2/12/07 7:49 PM | osborn |
Eliminated compiler warnings and now save configure options in qio-config.
(11 Files changed,
445 Lines changed)
examples/lime_pack.c 1.6
(+1
-1)
examples/lime_unpack.c 1.5
(+1
-1)
include/Makefile.in 1.38
(+0
-1)
examples/lime_contents.c 1.8
(+1
-1)
examples/lime_extract_type.c 1.4
(+1
-1)
configure 1.37
(+436
-1043)
lib/Makefile.in 1.36
(+0
-1)
examples/Makefile.in 1.36
(+0
-1)
Makefile.in 1.49
(+0
-1)
include/lime_config_internal.h.in 1.8
(+5
-5)
doc/Makefile.in 1.18
(+0
-1)
|
| 5/29/05 6:19 PM | osborn |
Small fixes in examples.
(1 Files changed,
2 Lines changed)
examples/lime_writer_test1.c 1.8
(+2
-1)
|
| 5/29/05 6:01 PM | osborn |
Changed the num_sites functions to return int instead of size_t,
since this is what QDP will support. Also minor cleanups and fixes. (17 Files changed, 672 Lines changed) config/install-sh 1.2
(+280
-209)
config/missing 1.2
(+74
-57)
config/mkinstalldirs 1.2
(+54
-15)
lib/Makefile.in 1.28
(+3
-2)
examples/lime_pack.c 1.2
(+1
-0)
lib/lime_reader.c 1.11
(+0
-1)
configure.ac 1.11
(+1
-0)
INSTALL 1.2
(+27
-25)
lib/lime_writer.c 1.8
(+3
-3)
Makefile.in 1.41
(+3
-1)
doc/Makefile.in 1.10
(+3
-1)
configure 1.34
(+83
-1)
examples/lime_contents.c 1.3
(+1
-1)
examples/Makefile.in 1.28
(+3
-1)
include/Makefile.in 1.30
(+3
-1)
aclocal.m4 1.31
(+2
-2)
config/depcomp 1.2
(+131
-32)
|
| 5/6/05 4:44 PM | osborn |
Fixed problem with VPATH builds (always use += when setting VPATH).
(7 Files changed,
9 Lines changed)
examples/Makefile.in 1.26
(+1
-1)
lib/Makefile.in 1.26
(+2
-2)
include/Makefile.in 1.28
(+1
-1)
doc/Makefile.in 1.8
(+1
-1)
Makefile.in 1.39
(+1
-1)
lib/Makefile.am 1.3
(+1
-1)
aclocal.m4 1.29
(+2
-2)
|
| 12/17/04 4:55 PM | osborn |
Made sure qio_config.h and lime_config.h are included where stdint.h is used.
(7 Files changed,
724 Lines changed)
Makefile.in 1.30
(+2
-0)
include/lime_fixed_types.h 1.4
(+2
-0)
configure 1.23
(+684
-2)
examples/Makefile.in 1.18
(+2
-0)
include/Makefile.in 1.18
(+2
-0)
lib/Makefile.in 1.17
(+2
-0)
include/lime_config_internal.h.in 1.2
(+30
-0)
|
| 12/17/04 4:40 PM | osborn |
Fixed c-lime configure.ac to check for stdint.h.
(1 Files changed,
1 Lines changed)
configure.ac 1.6
(+1
-1)
|
| 12/16/04 7:40 PM | osborn |
Made DML_grid_route more efficient.
(6 Files changed,
275 Lines changed)
lib/Makefile.in 1.16
(+22
-18)
Makefile.in 1.29
(+27
-19)
examples/Makefile.in 1.17
(+11
-12)
configure 1.22
(+45
-32)
aclocal.m4 1.21
(+153
-36)
include/Makefile.in 1.17
(+17
-7)
|
| 11/30/04 2:58 PM | osborn |
Minor fixes.
(6 Files changed,
1513 Lines changed)
lib/Makefile.in 1.15
(+101
-90)
configure 1.21
(+500
-251)
include/Makefile.in 1.16
(+80
-56)
aclocal.m4 1.20
(+589
-471)
Makefile.in 1.28
(+143
-93)
examples/Makefile.in 1.16
(+100
-98)
|
| 11/30/04 2:52 PM | osborn |
Attempt to fix int types to work on QCDOC. May need better fix later.
(1 Files changed,
15 Lines changed)
include/lime_fixed_types.h 1.3
(+15
-1)
|