- 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 2 commits
-
-
Adam Mercer authored
(cherry picked from commit d1a606b73411c22d9338af43c4898999af3e57b7) Original: 898a9f6f538ec18e52c0197fc503ec0703e446a0
-
Adam Mercer authored
Original: 27e380df63e2fce9285edaf33c2caf1cd7ecfc69
-
- 29 Nov, 2011 3 commits
-
-
Adam Mercer authored
Original: e16112b5f0ba8bdb0f86eebb33de3a442e2e949c
-
Adam Mercer authored
Original: 1bfa9676d0b1378ea4e80358ba24a98ffab17d8a
-
Adam Mercer authored
Original: 8fb6340716a8e96ff323b3547e30289529d34305
-
- 28 Nov, 2011 1 commit
-
-
Adam Mercer authored
Original: eee8a32b1a3dfc567100c814ae6da7b731cf086a
-
- 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
-
- 04 Oct, 2011 1 commit
-
-
Original: 2ac2f016b73bc2e4d4f16ee447a49403a3200ba4
-
- 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
-
- 16 Sep, 2011 1 commit
-
-
Adam Mercer authored
Original: 98ee504925cce2a27bafdd7a439bb422e4a99263
-
- 18 Aug, 2011 1 commit
-
-
Original: 38d5fb81903892ca1e5490e92e3d6a141c5f0d89
-
- 13 Jun, 2011 4 commits
-
-
Adam Mercer authored
Original: cc671dde5f89d33d4c68752c79a127c43781ddd2
-
Adam Mercer authored
Original: 82f98951b2143177c8c6675b957e79ba42739d6e
-
Karl Wette authored
Original: e2c16888e109063cfddc6ec7c15f65a370942cb4
-
Karl Wette authored
- lalxml/misc/lalsuite_swig.m4 --> gnuscripts/lalsuite_swig.m4 lalxml/swig/* --> lal/swig/* - call LALSUITE_WITH_SWIG from lalxml/configure.ac - @INCLUDE@ lalxml/swig/swig-header.mk from src/Makefile.am, where $(lalxmlinclude_HEADERS) lists the LALXML headers Original: 7d45bf70b6a43d284cf7c093099f51b86b1e41e4
-
- 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: e5f7eb34e0958b1cbcf2a41d772f4f77b3e23c1b
-
Adam Mercer authored
(cherry picked from commit aca674d5946777c6ace4c0bc8bb14ba398caa8e7) Original: aac47d3faa39a49cf8943ddd70a6679eab6c19d1
-
Adam Mercer authored
(cherry picked from commit 8d1faab9e7b8d0fce7c9c83df4b174bbdbf68a2b) Original: e6ce7f6fd3f32316ba3f781cde2a3085087022ab
-
Adam Mercer authored
(cherry picked from commit 03cc050bd11cc1e27726eab7acc919d3535a78c4) Original: 57c64fabbf8c20e1cab2ed7652a92536bdd69867
-
- 08 Dec, 2010 2 commits
-
-
Adam Mercer authored
Original: df6108628193912ccc70bffe593bb62d164dad74
-
Adam Mercer authored
move pulsar specific functions from lalxml into lalpulsar so that lalxml is an optional dependency of lalpulsar Original: 92c62bbfaa5820f2ad5abe57794aaf4d7b47960f
-
- 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 2 commits
-
-
Adam Mercer authored
Original: 920d943bae28e61c7e9a7e3e2d287cb557720705
-
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
-