Commit 6d7a5f38 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Refactor: Rename: mObject -> tnlObject

parent c9078caa
Loading
Loading
Loading
Loading

.cproject

0 → 100644
+632 −0

File added.

Preview size limit exceeded, changes collapsed.

.project

0 → 100644
+26 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>tnl</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.linuxtools.cdt.autotools.genmakebuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.cdt.core.cnature</nature>
		<nature>org.eclipse.cdt.core.ccnature</nature>
		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
		<nature>org.eclipse.linuxtools.cdt.autotools.autotoolsNature</nature>
		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
	</natures>
</projectDescription>
+45 −0
Original line number Diff line number Diff line
2009-11-10  oberhuber  <tomas.oberhuber@fjfi.cvut.cz>

	* config.h: Removed.
	* config.log: Removed.
	* config.status: Removed.
	* libtool: Removed.
	* Makefile: Removed.
	* src/core/Makefile: Removed.
	* src/debug/Makefile: Removed.
	* src/debug/tnl-debug-test: Removed.
	* src/diff/Makefile: Removed.
	* src/dist/Makefile: Removed.
	* src/Makefile: Removed.
	* src/matrix/Makefile: Removed.
	* stamp-h1: Removed.
	* tnl-autotools: Removed.
	* .cproject: New file.
	* .project: New file.
	* autom4te.cache/output.0: 
	* autom4te.cache/output.1: 
	* autom4te.cache/requests: 
	* autom4te.cache/traces.0: 
	* autom4te.cache/traces.1: 
	* configure.ac: 
	
	* src/core/mCurve.h (Load): 
	(Save): 
	* src/core/mLongVector.h (mLongVector): 
	(Load): 
	(Save): 
	* src/core/mObject.cpp (tnlObject::GetName): 
	(tnlObject::Load): 
	(tnlObject::SetName): 
	(tnlObject::GetType): 
	(tnlObject::tnlObject): 
	(tnlObject::Save): 
	* src/core/mObject.h (tnlObject): 
	(tnlObject.~tnlObject): 
	* src/diff/mExplicitSolver.h: 
	* src/diff/mMPIMesh2D.cpp (Gather): 
	(CreateGlobalGrid): 
	(Scatter): 
	(CreateMesh): 
	* src/matrix/mBaseMatrix.h: 
	* src/matrix/mMatrix.h: 
 No newline at end of file
+19 −22
Original line number Diff line number Diff line
@@ -125,12 +125,12 @@ DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = ${SHELL} /home/oberhuber/num/tnl-0.1/missing --run aclocal-1.11
AMTAR = ${SHELL} /home/oberhuber/num/tnl-0.1/missing --run tar
ACLOCAL = ${SHELL} /home/oberhuber/workspace/tnl/missing --run aclocal-1.11
AMTAR = ${SHELL} /home/oberhuber/workspace/tnl/missing --run tar
AR = ar
AUTOCONF = ${SHELL} /home/oberhuber/num/tnl-0.1/missing --run autoconf
AUTOHEADER = ${SHELL} /home/oberhuber/num/tnl-0.1/missing --run autoheader
AUTOMAKE = ${SHELL} /home/oberhuber/num/tnl-0.1/missing --run automake-1.11
AUTOCONF = ${SHELL} /home/oberhuber/workspace/tnl/missing --run autoconf
AUTOHEADER = ${SHELL} /home/oberhuber/workspace/tnl/missing --run autoheader
AUTOMAKE = ${SHELL} /home/oberhuber/workspace/tnl/missing --run automake-1.11
AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
@@ -140,7 +140,7 @@ CPPFLAGS =
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS =  -O3 -I../core -I../debug -I../diff -I../dist 
CXXFLAGS =  -O3 -I../core -I../debug -I../diff -I../dist  -I../src/debug -I../src/core -I../src/diff
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
@@ -166,7 +166,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIPO = 
LN_S = ln -s
LTLIBOBJS = 
MAKEINFO = ${SHELL} /home/oberhuber/num/tnl-0.1/missing --run makeinfo
MAKEINFO = ${SHELL} /home/oberhuber/workspace/tnl/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
MPICC = 
MPICXX = yes
@@ -180,11 +180,11 @@ OTOOL =
OTOOL64 = 
PACKAGE = libtnl
PACKAGE_BUGREPORT = 
PACKAGE_NAME = 
PACKAGE_STRING = 
PACKAGE_TARNAME = 
PACKAGE_NAME = tnl
PACKAGE_STRING = tnl 0.1
PACKAGE_TARNAME = tnl
PACKAGE_URL = 
PACKAGE_VERSION = 
PACKAGE_VERSION = 0.1
PATH_SEPARATOR = :
RANLIB = ranlib
SED = /bin/sed
@@ -192,10 +192,10 @@ SET_MAKE =
SHELL = /bin/bash
STRIP = strip
VERSION = 0.1
abs_builddir = /home/oberhuber/num/tnl-0.1
abs_srcdir = /home/oberhuber/num/tnl-0.1
abs_top_builddir = /home/oberhuber/num/tnl-0.1
abs_top_srcdir = /home/oberhuber/num/tnl-0.1
abs_builddir = /home/oberhuber/workspace/tnl
abs_srcdir = /home/oberhuber/workspace/tnl
abs_top_builddir = /home/oberhuber/workspace/tnl
abs_top_srcdir = /home/oberhuber/workspace/tnl
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_DUMPBIN = 
@@ -213,7 +213,7 @@ build_vendor = unknown
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE}
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu
@@ -224,7 +224,7 @@ host_vendor = unknown
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/oberhuber/num/tnl-0.1/install-sh
install_sh = ${SHELL} /home/oberhuber/workspace/tnl/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
@@ -247,11 +247,8 @@ top_builddir = .
top_srcdir = .
SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
#if BUILDMPI
#pkgconfig_DATA = tnl-0.1.pc tnl-mpi-0.1.pc
#else
pkgconfig_DATA = libtnl-0.1.pc
#endif
#pkgconfig_DATA = libtnl-0.1.pc
pkgconfig_DATA = libtnl-0.1.pc libtnl-mpi-0.1.pc
EXTRA_DIST = TODO create-config-description-parser
all: config.h
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+19 −17
Original line number Diff line number Diff line
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.64.
@%:@ Generated by GNU Autoconf 2.64 for tnl 0.1.
@%:@ 
@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -693,14 +693,13 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME=
PACKAGE_TARNAME=
PACKAGE_VERSION=
PACKAGE_STRING=
PACKAGE_BUGREPORT=
PACKAGE_URL=
ac_unique_file="configure.ac"
PACKAGE_NAME='tnl'
PACKAGE_TARNAME='tnl'
PACKAGE_VERSION='0.1'
PACKAGE_STRING='tnl 0.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
@@ -929,7 +928,7 @@ sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE}'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
infodir='${datarootdir}/info'
htmldir='${docdir}'
dvidir='${docdir}'
@@ -1430,7 +1429,7 @@ if test "$ac_init_help" = "long"; then
  # Omit some internal or obsolete options to make the list less imposing.
  # This message is too long to be a string in the A/UX 3.1 sh.
  cat <<_ACEOF
\`configure' configures this package to adapt to many kinds of systems.
\`configure' configures tnl 0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1478,7 +1477,7 @@ Fine tuning of the installation directories:
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/PACKAGE@:>@
  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/tnl@:>@
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
@@ -1499,7 +1498,9 @@ _ACEOF
fi
if test -n "$ac_init_help"; then
  case $ac_init_help in
     short | recursive ) echo "Configuration of tnl 0.1:";;
   esac
  cat <<\_ACEOF
Optional Features:
@@ -1608,7 +1609,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
  cat <<\_ACEOF
configure
tnl configure 0.1
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2181,7 +2182,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by $as_me, which was
It was created by tnl $as_me 0.1, which was
generated by GNU Autoconf 2.64.  Invocation command line was
  $ $0 $@
@@ -10617,6 +10618,7 @@ CC="$lt_save_CC"
if test x"$CXX" = xicpc; then
   CXXFLAGS="$CXXFLAGS -DHAVE_ICPC"
fi
@@ -15747,7 +15749,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by $as_me, which was
This file was extended by tnl $as_me 0.1, which was
generated by GNU Autoconf 2.64.  Invocation command line was
  CONFIG_FILES    = $CONFIG_FILES
@@ -15811,7 +15813,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
config.status
tnl config.status 0.1
configured by $0, generated by GNU Autoconf 2.64,
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Loading