[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master updated (d5ca7d3 -> 25d2ec5)
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master updated (d5ca7d3 -> 25d2ec5) |
Date: |
Sun, 11 Sep 2016 13:46:56 +0000 (UTC) |
makhlaghi pushed a change to branch master.
from d5ca7d3 Logical operators in Arithmetic
new 118de44 Gnulib's new getprogname module adopted
new c9f04ca Started the new Library chapter, with basic introductions
new cc89d3c Libraries are usable in C++
new 2d15a91 CPP include directories overwritten
new cd59e52 Merged not-yet-fully-complete work on libraries
new 25d2ec5 bootstrapped/lib only included in libraries and utilities
Summary of changes:
bootstrap.conf | 1 -
configure.ac | 3 +-
doc/gnuastro.texi | 87 +++++++++++++++++-
lib/Makefile.am | 6 ++
lib/gnuastro/arraymanip.h | 30 +++++-
lib/gnuastro/box.h | 30 +++++-
lib/gnuastro/checkset.h | 55 ++++++-----
lib/gnuastro/commonargs.h | 4 +-
lib/gnuastro/commonparams.h | 37 ++++----
lib/gnuastro/configfiles.h | 28 +++++-
lib/gnuastro/fits.h | 26 +++++-
lib/gnuastro/fixedstringmacros.h | 9 +-
lib/gnuastro/gnuastro.h | 28 +++++-
lib/gnuastro/linkedlist.h | 151 +++++++++----------------------
lib/gnuastro/mesh.h | 26 +++++-
lib/gnuastro/mode.h | 30 +++++-
lib/gnuastro/neighbors.h | 26 +++++-
lib/gnuastro/polygon.h | 27 +++++-
lib/gnuastro/qsort.h | 31 ++++++-
lib/gnuastro/spatialconvolve.h | 33 +++++--
lib/gnuastro/statistics.h | 31 ++++++-
lib/gnuastro/threads.h | 49 +++++-----
lib/gnuastro/timing.h | 29 +++++-
lib/gnuastro/txtarray.h | 22 ++++-
lib/gnuastro/wcs.h | 29 +++++-
src/TEMPLATE/Makefile.am | 13 +--
src/arithmetic/Makefile.am | 12 +--
src/arithmetic/main.c | 6 +-
src/convertt/Makefile.am | 11 ++-
src/convertt/main.c | 4 -
src/convolve/Makefile.am | 11 ++-
src/convolve/main.c | 5 -
src/cosmiccal/Makefile.am | 11 ++-
src/cosmiccal/main.c | 4 +-
src/header/Makefile.am | 11 ++-
src/header/main.c | 4 +-
src/imgcrop/Makefile.am | 11 ++-
src/imgcrop/main.c | 4 -
src/imgstat/Makefile.am | 11 ++-
src/imgstat/main.c | 6 +-
src/imgwarp/Makefile.am | 11 ++-
src/imgwarp/main.c | 4 -
src/mkcatalog/Makefile.am | 11 ++-
src/mkcatalog/main.c | 4 -
src/mknoise/Makefile.am | 11 ++-
src/mknoise/main.c | 4 -
src/mkprof/Makefile.am | 12 +--
src/mkprof/main.c | 4 -
src/noisechisel/Makefile.am | 12 +--
src/noisechisel/main.c | 4 -
src/subtractsky/Makefile.am | 12 +--
src/subtractsky/main.c | 4 -
src/table/Makefile.am | 12 +--
src/table/main.c | 4 +-
tests/Makefile.am | 5 +-
tests/lib/{version.c => versionc.c} | 0
tests/lib/{version.c => versioncpp.cpp} | 19 +---
57 files changed, 718 insertions(+), 367 deletions(-)
copy tests/lib/{version.c => versionc.c} (100%)
rename tests/lib/{version.c => versioncpp.cpp} (76%)
- [gnuastro-commits] master updated (d5ca7d3 -> 25d2ec5),
Mohammad Akhlaghi <=
- [gnuastro-commits] master 2d15a91 3/6: CPP include directories overwritten, Mohammad Akhlaghi, 2016/09/11
- [gnuastro-commits] master c9f04ca 1/6: Started the new Library chapter, with basic introductions, Mohammad Akhlaghi, 2016/09/11
- [gnuastro-commits] master 118de44 4/6: Gnulib's new getprogname module adopted, Mohammad Akhlaghi, 2016/09/11
- [gnuastro-commits] master 25d2ec5 6/6: bootstrapped/lib only included in libraries and utilities, Mohammad Akhlaghi, 2016/09/11
- [gnuastro-commits] master cc89d3c 2/6: Libraries are usable in C++, Mohammad Akhlaghi, 2016/09/11
- [gnuastro-commits] master cd59e52 5/6: Merged not-yet-fully-complete work on libraries, Mohammad Akhlaghi, 2016/09/11