- 27 Feb, 2012 1 commit
-
-
* A ./configure macro checks that memory layout of C99/C++ complex types are identical to the old LAL complex structs. If true, each .c file can then chose which complex datatype to use - C99 or LAL - while being able to call code defined in another .c file which may have used a different complex datatype internally. * If LAL_USE_OLD_COMPLEX_STRUCTS macro is not defined (i.e. by default), use C99 complex datatypes. Define macros for constructing C99/C++ complex numbers, and accessing/assigning real and imaginary parts. Macros use some GCC extensions where available. Original: ba26dab7e236328ebe597d8be7320d21c5be67eb
-
- 17 Jan, 2012 1 commit
-
-
Adam Mercer authored
Original: 2a322754a81b5ded8570f29f67f26065d8e79477
-
- 29 Nov, 2011 4 commits
-
-
Adam Mercer authored
Original: b9b8410bada788f874d287256c1023607c8b001a
-
Adam Mercer authored
Original: 644c10f4516f340d3e4f740bcc48fab2bc8a62c6
-
Adam Mercer authored
Original: e4d6048a0800c2dd1da3b3608db873ccbc68148f
-
Adam Mercer authored
Original: c8687edf750e5d0c8d7728e08f8d3d04b60af01f
-
- 28 Nov, 2011 1 commit
-
-
Adam Mercer authored
Original: 9395abda13c1d785785a9b86cb1dd8227cbebbf8
-
- 22 Nov, 2011 1 commit
-
-
Adam Mercer authored
libtool on SL6 passes the /usr/lib64 system library path to the compiler ahead of any local paths, therefore system libraries are linked in preference. this patch overrides the system library path detected by libtool to ensure that system paths aren't passed, hence leading to correct linkage Original: d91568076fe6f0d90d74611c33b5cd2438c73972
-
- 09 Oct, 2011 1 commit
-
-
Karl Wette authored
Original: 7d70e1debacba55e84b41b8da94b6d38b20a71f2
-
- 28 Sep, 2011 1 commit
-
-
- Write a .shell file containing generic commands for setting and prepending/appending to (path) environment variables - AWK script generate_user_env.awk generates .csh and .sh user environment scripts from .shell file Original: fb259c866f2c5c7c2a5e7d1be2e5f8b159d157dc
-
- 03 May, 2011 1 commit
-
-
Adam Mercer authored
Original: 6fd68a717ac53887e916d97b48e10fba9fbe398c
-
- 01 Apr, 2011 1 commit
-
-
- Previously these variables were marked as "precious" only in LALApps. In particular the value of LALSUITE_BUILD was lost when re-configuring any of the LAL libraries, which caused the re-configuring to fail. - Defines a new macro LALSUITE_ARG_VAR in lalsuite_build.m4 which declared LALSUITE_BUILD and LALSUITE_TOP_SRCDIR "precious", can be used to add other variables in future. - LALSUITE_ARG_VAR now called at the start of every ./configure.ac, apart from the top-level one. Original: b5375c31475f086266a9ca90bf6b6a4eec344553
-
- 23 Mar, 2011 1 commit
-
-
Adam Mercer authored
Original: ae5440ef44aef842b036a0c1f2b9b8ce13440216
-
- 21 Mar, 2011 1 commit
-
-
John Douglas Veitch authored
Original: 7385509212fb9e03dde7fc92dd67096e79bfb25b
-
- 03 Jan, 2011 4 commits
-
-
Adam Mercer authored
Original: cb0482653120bfe06c84bfa25db6cbb5d989bae3
-
Adam Mercer authored
(cherry picked from commit cfc9d637bca546357753788223172b52fe85d515) Original: e5bfeb924efbd1a9f530b45488865150bb833dec
-
Adam Mercer authored
(cherry picked from commit 317f5346023dc8bec7b35bf80882e6395ea7d116) Original: ad928ce5a83a0cea6f00908efec1fe219e3a8088
-
Adam Mercer authored
(cherry picked from commit 5e1e0861dc4ef9456f324e995c4f99756c3e1fd1) Original: d28b1e0e2f4c93d9c398a1c485a15e0456d2d830
-
- 23 Nov, 2010 2 commits
-
-
Adam Mercer authored
add the LALSUITE_OSX_VERSION_CHECK macro that contains the check for a supported OSX version, reduces code repetition. Original: 2c60bb75358b4c0aacdb560c55a477fe796e91f4
-
Adam Mercer authored
Original: c690f810dbabc88c5514caefa1a5929343c96e64
-
- 21 Jul, 2010 2 commits
-
-
Adam Mercer authored
Original: 8862769d5c760cece912a6f84a3711ef6a13c10e
-
Adam Mercer authored
Original: e3e81614413fa07fe8c1f4492f3f7c251edb9b00
-
- 09 Jul, 2010 1 commit
-
-
Adam Mercer authored
Original: 83dc99020fff45870d5bbcda5e5c65cdd61276d7
-
- 19 May, 2010 3 commits
-
-
Adam Mercer authored
Original: 8980ef50a6fa66452a3a6f40309fb0364822a71f
-
Adam Mercer authored
this adds checks to the sub-libraries, and lalapps, configure scripts that ensure that the headers and libraries, of the lal* packages, that are used for building are consistent Original: be4bb2cd22b2c6ced8f5b6eaafe997a187e2d6f2
-
Adam Mercer authored
use the macros defined in lalsuite_gccflags.m4 for setting the strict gcc flags, this was there is only a single place to modify the flags and each sub package uses consistent flags Original: 51dd0dee31ca35055acf61d683dc5645cec6a78c
-
- 17 May, 2010 1 commit
-
-
Adam Mercer authored
Original: 9121b7a1465d4739e556ec3e1d95dc4460605ed6
-
- 06 May, 2010 3 commits
-
-
Adam Mercer authored
Original: 920d943bae28e61c7e9a7e3e2d287cb557720705
-
Adam Mercer authored
this release introduces new APIs but doesn't change, or remove, existing ones. therefore this is backwards compatible, in the sense that codes compiled against previous releases will link with this release but codes compiled against this release will not link with older releases. Original: bde2797d60d21ddab425421ab93e145f4012f890
-
Adam Mercer authored
Original: d9be0af625e15ce2f9e524b464f527037217cb13
-
- 03 May, 2010 1 commit
-
-
Adam Mercer authored
Original: 20c63d041eafe2fdf3a74ad6332c96a6e6e307ce
-
- 25 Apr, 2010 1 commit
-
-
Nickolas Fotopoulos authored
Original: b715b376cf133d7d93d7ffbf626219a24fb81fd1
-
- 12 Mar, 2010 1 commit
-
-
Adam Mercer authored
Original: 097fa27bd6a87e7642daad3b04e3fd22d67aabe5
-
- 04 Mar, 2010 1 commit
-
-
Adam Mercer authored
this is the initial attempt at splitting the inspiral code off into a separate package that can be released independently. all the code and tests have been moved over but the documentation has not been integrated into the build as it needs to be transitioned over to use doxygen instead of laldoc Original: f8b792de9f3399281ee80a45ba21ed0acb583d8d
-
- 30 Dec, 2009 1 commit
-
-
Adam Mercer authored
Original: 21d66a2d6e90c77c50d0670fcd159f8c6dc2cd40
-
- 03 Dec, 2009 3 commits
-
-
Adam Mercer authored
Original: f7005fcc522f6c2c73ce78c39e71fdb6b8b2aa0b
-
Adam Mercer authored
Original: 5a125a4243c83e2c54b3794225370e4cbdea5c91
-
Adam Mercer authored
Original: 3f60b01e51f5dee277669455c63bded2aaefa5fc
-
- 30 Nov, 2009 2 commits
-
-
Adam Mercer authored
Original: 3ffbd7d3b49e970a2232521bb4db871287df88eb
-
Adam Mercer authored
Original: 85f61b5a8b554233052845c896f1270e788ccb04
-