Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Java doesn't work on MAC for the moment...
[simgrid.git] / acmacro /
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-12-11 mquinsonalso activate our asprintf internal implementation...
2009-10-06 mquinsonSometimes, we ignore a parameter to stick to a common...
2009-08-19 mquinsonForce -O0 when the --disable-compiler-optimization...
2009-07-01 mquinsonMake sure that the warning flags are set in maintainer...
2009-04-11 mquinsondo not use -ffast-math, it sometimes breaks lagrangian...
2008-11-07 mquinsonHey, gcc, calm down with your stupid useless warnings
2008-01-18 mquinsonAnd now, fix the other arguments of makecontext to...
2008-01-18 mquinsonFix the prototype of the context running wrapper to...
2007-10-05 mquinsonGot bored during a meeting: fix the copyright notice...
2007-08-07 mquinsonAlso detect mingw compiler as a gcc one, and also clean...
2007-08-07 mquinsonthis isn't used since at least 4 years
2007-08-01 alegrandWe would like to check the availability of some funky...
2007-07-17 mquinsondisable buggy option for gcc 3.x, but use it for gcc...
2007-06-08 mquinsonCompute correctly whether we are on 32bits
2007-06-08 mquinsonExport whether we are on 32bits or 64bits to makefiles...
2007-03-22 mquinsonRevert last change: now, we can use contextes even...
2007-01-08 mquinsonHarden the detection of broken makecontext: check that...
2006-10-25 mquinsonAdapt the architecture signatures in the UNIX configure...
2005-10-20 mquinsonlet's be optimistic and assume that things are ok when...
2005-09-05 mquinsontypo
2005-08-07 mquinsonOnly pass '-Wl,--export-dynamic' (we need to get neat...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-01 alegranddetect va_copy and provide a replacement. Code stolen...
2005-07-01 alegrandcosmetics
2005-07-01 mquinsonmove comments around so that they don't induce a syntax...
2005-07-01 mquinson-Wformat=2 chokes on the snprintf replacement because...
2005-07-01 mquinsonMake sure we have an implementation of asprintf, even...
2005-06-29 mquinsonquote correctly macro definition to make autoconf happy
2005-06-29 alegrandTrying to make context work on stupid architectures...
2005-06-28 mquinsonDon't pass -fno-loop-optimize to gcc<3.0, even on power...
2005-06-07 mquinsonconfigure documentation improvement, and document the...
2005-06-02 mquinsonCheck for the maximal size of scalar on this arch
2005-04-28 mquinsonConfigury beautification
2005-04-15 mquinsononly express our happyness when things actually went...
2005-03-08 mquinsonPass --fno-loop-optimize to powerpc computers so that...
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-01 mquinsonCheck whether printf(%s,NULL) works or segfaults
2005-02-28 mquinsonAdd a stupid value needed on ARM
2005-02-28 mquinsonWhen using gcc -maix64
2005-02-27 mquinsonAdd a dist-files target to all makefiles. It outputs...
2005-02-23 mquinsonReact healthily when flex is not there or is too old...
2005-02-11 alegrand-O3 != -03
2005-02-08 mquinsonReorder and cleanup the architecture table
2005-02-04 mquinsonStupid me, sorry
2005-02-04 mquinsonClarify doc
2005-02-04 mquinsonA proper macro to test the flex version
2005-01-27 mquinsonshut gcc of on generated code
2005-01-27 alegrandI know -O0 is not a warning flag but it is convenient...
2004-12-31 mquinsonAdd optimization flags to the game
2004-12-16 mquinsonPort to G5
2004-12-10 mquinsonInitiate port to cross compile over win32. Try to let...
2004-12-09 mquinsonfix a typo correctly [thanks Guillaume]
2004-12-09 mquinsonfix a typo [thanks Guillaume]
2004-11-16 mquinsonPort to ARM
2004-11-15 mquinsonDie on error when determining minimal type boundary
2004-11-02 mquinsonChoke on C++ style comments since it breaks on AIX
2004-09-16 mquinsonAdd the right macro to the CVS, sorry Arnaud
2004-09-14 mquinsonAdd a file needed to bootstrap (comes from the gnome...
2004-09-14 mquinsonnot much to do with the original macro => rename file
2004-09-14 mquinsondeal with AIX
2004-09-06 mquinsondetect AIX and fail for now. How frustrating
2004-08-18 mquinsoncleanup, deal with optimization flags the same way...
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-07-13 mquinsontypos
2004-07-13 mquinsonDo not test for IEEE since we cannot deal with non...
2004-07-11 mquinsonchange obsolete macros to new ones; do not #define...
2004-07-11 mquinsonrun autoupdate to get ride of obsolete macros
2004-07-08 mquinsonmv
2004-07-08 mquinsonMake sure we're on a two-compliment arch
2004-07-08 mquinsonRename architectures
2004-07-08 mquinsona little script to check the gras signature of the...
2004-07-08 mquinsonsizeof(double) == 8 && sizeof(float)==4 || pas IEEE
2004-07-07 mquinsonadd alpha
2004-07-07 mquinsonrename ppc to powerpc to be consistent with dpkg
2004-07-07 mquinsonSpeedup arch signature detection code; add sparc signature
2004-07-07 mquinsonAdd ppc arch signature
2004-04-07 mquinsonSwitch to automake 1.8
2004-03-03 mquinsonCheck the GRAS_ARCH; cosmetics
2004-01-27 mquinsonInitial revision