Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation fixup and light reindentation
[simgrid.git] / configure.ac
2008-04-14 mquinsonThis file was renamed
2008-04-10 mquinsonrename some ucontext files to context_sysv so that...
2007-11-16 mquinsonadd a stub for the java factory initier for the cases...
2007-11-06 mquinsonadd gras prop tests to the make check
2007-10-28 mquinsonAdd the SVN revision to the VERSION string so that...
2007-10-27 mquinsoncosmetics
2007-10-27 mquinsonCheck for sem_init
2007-10-27 mquinsonCheck for pthread_mutex_timedlock()
2007-10-23 mquinson* Check that sem_timedwait is available (since it's...
2007-10-05 mquinsonOther useless copyright notice updates
2007-09-26 alegrandRevert "ucontext and java are incompatible."
2007-09-26 alegranducontext and java are incompatible.
2007-09-26 alegrandcosmetics.
2007-09-26 mquinson* One makefile to deal with all the AMOK examples
2007-09-25 mquinsonI must be a code cleanup freak, sorry
2007-09-25 alegrandThese Makefiles should always be generated to ensure...
2007-09-18 mquinsonTypo in botbuild detection
2007-09-18 mquinsonAdd a compilation mode suited to build daemons. It...
2007-09-12 mquinsonFinalize the conversion of GRAS tests to TESH
2007-09-11 mquinsonAdd a teshsuite directory, very similar to the testsuit...
2007-09-05 alegrandcleanup
2007-09-04 mquinsonWindows users (at least, MSVC ones) need a def file
2007-08-08 marklssmpicc/smpirun no longer require special envirnment...
2007-08-07 marklsadded SMPI_DEP to configure.ac and src/Makefile.am
2007-08-06 mquinsonfix win build
2007-08-05 mquinsonStop C file inclusion madness and do include the files...
2007-08-03 mquinsonCleanup the way we specify that we are compiling on...
2007-08-03 alegrandCleaning stuff.
2007-08-02 alegrandMaking gtnets and csdp detection and compilation working.
2007-08-02 velhoNow configure receives the csdp path as parameter when...
2007-08-02 mquinsonUsing shell comments to rip out M4 macros is dangerous...
2007-08-01 alegrandImprove gtnets and sdp detection.
2007-07-17 velhoRemoving the burden of generating .tesh files of configure.
2007-07-16 velhoNew directory hierarchy for examples/msg added.
2007-07-16 alegrandStop bugging me with java when I don't want it.
2007-07-16 alegrandShut automake's mouth up.
2007-07-16 mquinsonAllow users to disable Java binding, even if the config...
2007-07-11 mquinsonxbt/synchro.h test case, unfortunately showing some...
2007-07-11 mquinsonTest case for the gras_agent_spawn function
2007-07-10 mquinsontypos preventing the java disabling from working
2007-07-10 mquinsonWindows don't have any pthread implementation...
2007-07-09 mquinsonWe also need jni.h to compile (naturally) + move java...
2007-07-08 mquinson(kinda) working java wrappers by Malek and me
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-29 mquinsonMake sure that amok test files (which are not converted...
2007-06-22 mquinsonstop looking for the useless fortran compiler
2007-06-12 mquinsonAdd gtnets to the dependencies of the libsimgrid.so...
2007-06-08 mquinsonGet the P2P gras examples out of the picture: they...
2007-06-08 mquinsonsplit the MSG tesh test in several files, and get them...
2007-05-02 mquinsonDamn, forgot to remove that debugging output before...
2007-05-02 mquinsontweak a bit gtnets integration in autotools mecanism
2007-05-02 kayof*** empty log message ***
2007-04-26 mquinsonMore verbose warning (long overdue commit)
2007-03-26 alegrandUse tesh!!! It really works great! Thanks Martin!
2007-03-23 mquinsonAdd tesh[t], the TEsting SHell Tool
2007-03-22 mquinsonLet's go for the next release
2007-03-16 mquinsonRELEASE \!
2007-03-12 mquinsonMake sure libsimgrid depend on libpthreads only when...
2007-03-12 mquinsonAdd --with-pthreads as synonym for --with-pthread since...
2007-03-09 mquinsondon't use either pthread or winthread to implement...
2007-03-08 mquinsonbump version number
2007-03-08 mquinsonCheck for getline() to provide a replacement when not...
2007-03-08 mquinsonlibraries now unconditionnally depend on the pthread...
2007-02-28 alegrandStupid me! Now the enable-simix option works.
2007-02-28 alegrandMaking --enable-simix work.
2007-02-28 alegrandMaking room for simix.
2007-02-14 velhoC files also need to know whether they're compiling...
2007-01-18 alegrandCompile sdp.c only if we have found a working libsdp.
2007-01-08 mquinsonRemove a AC_MSG_CHECKING not paired with any AC_MSG_RES...
2007-01-05 mquinsonIf the user wants to force the use of ucontext on a...
2006-10-01 mquinsonAdd gras_stub_generator to the gramine
2006-09-26 mquinsonconstruct a build identifier string, and use it to...
2006-09-26 mquinsonSave the arguments passed to the configure so that...
2006-09-26 mquinsonImplement GRAMINE
2006-09-25 mquinsonSplit the AC_CONFIG_FILES macro call to ease a future...
2006-08-28 mquinsonExplain libtool that we __declspec(dllexport) all our...
2006-08-10 mquinsonRevert last change. context in SG mean the API we have...
2006-08-10 mquinsonDo not check our context code on hosts where configure...
2006-07-14 alegrandSetting up the 3.1.1 version. We have to fix portabilit...
2006-07-14 alegrandLast-minute modifications before release.
2006-07-12 mquinsonMove simple token-ring to a subdir
2006-07-10 thieryAdd SimDag test
2006-07-06 mquinsonalso display CPPFLAGS
2006-07-04 mquinsonCheck for signal mechanism
2006-06-26 alegrandCosmetics + adding simdag to the main compilation branch.
2006-06-08 mquinsonadd a flag to get the pthreads directly, I'm sick of...
2006-05-30 mquinsonNext version will be 3.1
2006-05-21 mquinsonadd the parallel matrix multiplication example (plus...
2006-05-19 mquinsonAdd a big fat warning to users seeming to use the CVS...
2006-05-19 mquinsoncosmetics: rename alltoall to all2all
2006-04-24 alegrandUse absolute dir for testsuite as relative paths result...
2006-04-07 mquinsoncheck whether what we need to display neat backtraces...
2006-04-06 mquinsonMake sure those scripts are runable
2006-04-06 mquinsonAdd can
2006-04-04 mquinsonwelcome, saturate testcase
2006-03-30 mquinsonHere come the proper GRAS RPC
2006-03-17 mquinsonComplete the compilation infrastructure wrt the last...
2006-03-15 mquinsonadd the ongoing internship code
2006-02-03 mquinsonMake doxygen mandatory in maintainer mode since we...
2005-10-21 alegrandOn the 3.0.2 tracks...
next