From: Arnaud Giersch Date: Fri, 29 Nov 2013 20:52:53 +0000 (+0100) Subject: Untabify. X-Git-Tag: v3_11_beta~198 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/efbbd7433e0f1dc72d63f821fbbcaf12962469c8 Untabify. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9923d2548b..83eb99b4d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,9 +170,9 @@ if(WIN32) message(FATAL_ERROR "Please use MinGW to compile SimGrid!") endif() - if(ARCH_32_BITS) ### Arch 32bits + if(ARCH_32_BITS) ### Arch 32bits set(_WIN32 1) - else() ### Arch 64bits + else() ### Arch 64bits set(_WIN64 1) endif() @@ -184,18 +184,18 @@ if(WIN32) set(_XBT_WIN32 1) - message(STATUS "C_COMPILER ${CMAKE_C_COMPILER} ${COMPILER_C_VERSION}") - message(STATUS "CXX_COMPILER ${CMAKE_CXX_COMPILER} ${COMPILER_CXX_VERSION}") - message(STATUS "CMAKE_RC_COMPILER ${CMAKE_RC_COMPILER}") - message(STATUS "INCLUDE ${CMAKE_INCLUDE_WIN}") - message(STATUS "LIB ${CMAKE_LIB_WIN}") - message(STATUS "MAKE_PROGRAM ${CMAKE_MAKE_PROGRAM}") - message(STATUS "CMAKE_BUILD_TOOL ${CMAKE_BUILD_TOOL}") - message(STATUS "LINKER ${CMAKE_LINKER}") - message(STATUS "CMAKE_GENERATOR ${CMAKE_GENERATOR}") - message(STATUS "BORLAND ${BORLAND}") - message(STATUS "VISUALC ${MSVC}") - message(STATUS "GNUC ${CMAKE_COMPILER_IS_GNUCC}") + message(STATUS "C_COMPILER ${CMAKE_C_COMPILER} ${COMPILER_C_VERSION}") + message(STATUS "CXX_COMPILER ${CMAKE_CXX_COMPILER} ${COMPILER_CXX_VERSION}") + message(STATUS "CMAKE_RC_COMPILER ${CMAKE_RC_COMPILER}") + message(STATUS "INCLUDE ${CMAKE_INCLUDE_WIN}") + message(STATUS "LIB ${CMAKE_LIB_WIN}") + message(STATUS "MAKE_PROGRAM ${CMAKE_MAKE_PROGRAM}") + message(STATUS "CMAKE_BUILD_TOOL ${CMAKE_BUILD_TOOL}") + message(STATUS "LINKER ${CMAKE_LINKER}") + message(STATUS "CMAKE_GENERATOR ${CMAKE_GENERATOR}") + message(STATUS "BORLAND ${BORLAND}") + message(STATUS "VISUALC ${MSVC}") + message(STATUS "GNUC ${CMAKE_COMPILER_IS_GNUCC}") endif() diff --git a/COPYING b/COPYING index d8bb07bdc4..6ff568f900 100644 --- a/COPYING +++ b/COPYING @@ -91,8 +91,8 @@ include/xbt/mmalloc.h ========================================================================= In order to use ucontext with windows platform we had those files : - src/xbt/win32_ucontext.c - include/xbt/win32_ucontext.h + src/xbt/win32_ucontext.c + include/xbt/win32_ucontext.h Their copyright is the following: @@ -155,8 +155,8 @@ List of files: ========================================================================= -The SMPI testsuite was borrowed from the MPICH3 test files. It can be found -inside ./teshsuite/smpi/mpich3-test. Some of the collective algorithms +The SMPI testsuite was borrowed from the MPICH3 test files. It can be found +inside ./teshsuite/smpi/mpich3-test. Some of the collective algorithms available in src/smpi/colls/ were also copied from MPICH @@ -166,7 +166,7 @@ available in src/smpi/colls/ were also copied from MPICH */ <------------- COPYRIGHT file in the top-level -----------------------> - COPYRIGHT + COPYRIGHT The following is a notice of limited availability of the code, and disclaimer which must be included in the prologue of the code and in all source listings @@ -187,7 +187,7 @@ Department of Computer Science University of Illinois at Urbana-Champaign - GOVERNMENT LICENSE + GOVERNMENT LICENSE Portions of this material resulted from work developed under a U.S. Government Contract and are subject to the following license: the Government @@ -195,7 +195,7 @@ is granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable worldwide license in this computer software to reproduce, prepare derivative works, and perform publicly and display publicly. - DISCLAIMER + DISCLAIMER This computer code material was prepared, in part, as an account of work sponsored by an agency of the United States Government. Neither the United @@ -289,12 +289,12 @@ Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana Copyright (c) 2004-2010 The University of Tennessee and The University of Tennessee Research Foundation. All rights reserved. -Copyright (c) 2004-2010 High Performance Computing Center Stuttgart, +Copyright (c) 2004-2010 High Performance Computing Center Stuttgart, University of Stuttgart. All rights reserved. Copyright (c) 2004-2008 The Regents of the University of California. All rights reserved. Copyright (c) 2006-2010 Los Alamos National Security, LLC. All rights - reserved. + reserved. Copyright (c) 2006-2010 Cisco Systems, Inc. All rights reserved. Copyright (c) 2006-2010 Voltaire, Inc. All rights reserved. Copyright (c) 2006-2011 Sandia National Laboratories. All rights reserved. @@ -304,7 +304,7 @@ Copyright (c) 2006-2010 The University of Houston. All rights reserved. Copyright (c) 2006-2009 Myricom, Inc. All rights reserved. Copyright (c) 2007-2008 UT-Battelle, LLC. All rights reserved. Copyright (c) 2007-2010 IBM Corporation. All rights reserved. -Copyright (c) 1998-2005 Forschungszentrum Juelich, Juelich Supercomputing +Copyright (c) 1998-2005 Forschungszentrum Juelich, Juelich Supercomputing Centre, Federal Republic of Germany Copyright (c) 2005-2008 ZIH, TU Dresden, Federal Republic of Germany Copyright (c) 2007 Evergrid, Inc. All rights reserved. diff --git a/README.coding b/README.coding index 2ba40630b5..c78b39b68c 100644 --- a/README.coding +++ b/README.coding @@ -26,7 +26,7 @@ The tree is not split on projects, but on file finality: testsuite/ -> The more test the better. Same organization than src/ and include/ Tests are allowed to load some headers of the module they test. - All tests should be listed in run_test.in so that they get + All tests should be listed in run_test.in so that they get run on 'make check'. examples/ -> Supposed to be copy/pastable by the user, so keep it clear and @@ -34,11 +34,11 @@ The tree is not split on projects, but on file finality: public headers here. teshsuite/ -> The more test the better. Put in there any strange test - doing things that the users are not supposed to do, - just to see if our framework is robust to incorrect and - unusual behaviors. All tests written in this section - should leverage our tesh(1) utility. - + doing things that the users are not supposed to do, + just to see if our framework is robust to incorrect and + unusual behaviors. All tests written in this section + should leverage our tesh(1) utility. + testsuite/ -> Old test suite, that should be converted to tesh and moved to teshsuite at some point.