Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] cleanups now that it works with IPC::Run
[simgrid.git] / tools /
2015-10-01 Martin Quinson[tesh] cleanups now that it works with IPC::Run
2015-10-01 Martin Quinson[windows] use 'cmake -E echo' instead of 'echo'
2015-09-30 Martin QuinsonFix 'make distcheck'. Again.
2015-09-30 Martin Quinson[windows] use 'cmake -E remove_directory' instead of...
2015-09-30 Martin Quinson[windows] don't call tesh as a script as cmake fails...
2015-09-30 Martin Quinson[tesh] greatly normalize the self-tests
2015-09-30 Martin Quinsonfix a typo breaking a self tesh test
2015-09-30 Martin Quinsonkill set-signal.tesh, catch-signal.tesh already test...
2015-09-30 Martin Quinson[tesh] Write self-tests in perl (we may not have cc...
2015-09-30 Martin QuinsonAdd the Win32 bits of IPC::Run
2015-09-30 Martin Quinsonfix make distcheck
2015-09-30 Martin QuinsonReimplement tesh with IPC::Run
2015-09-29 Martin Quinson[tesh] move functions around to try to get them in...
2015-09-29 Martin Quinson[cmake] useless cleanups: better file names
2015-09-29 Martin Quinson[cmake] kill GenerateDocWin
2015-09-29 Martin Quinson[cmake] sort a bit how the documentation is generated
2015-09-29 Martin Quinsoncleanups in Java: call jar only once to add our content
2015-09-29 Martin Quinson[tesh] instead of defining get_options() and then calli...
2015-09-29 Martin Quinson[tesh] simplifies the option processing
2015-09-29 Martin Quinsondon't pass --log to tesh: the perl version ignores...
2015-09-29 Gabriel Corona[mc] Fix tesh file names in ctest testsuite
2015-09-29 Gabriel Corona[tesh] Fix usage sting in update_tesh.pl
2015-09-29 Gabriel Corona[tesh] Fix arguments in tesh file
2015-09-28 Martin Quinson[tesh] sort things a bit and rename a function
2015-09-27 Martin Quinson[tesh] don't clutter cd_cmd and setenv_cmd because...
2015-09-27 Martin Quinson[tesh] kill dead code
2015-09-27 Martin Quinson[tesh] run perltidy
2015-09-27 Martin Quinson[tesh] reduce the uglyness of that code a bit
2015-09-27 Martin Quinson[tesh] simplify the way we read the teshfile
2015-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-27 Martin QuinsonVarious cleanups in the generation of simgrid.jar
2015-09-26 Martin QuinsonRemove everything related to the pipol compilation...
2015-09-25 Martin Quinson[tesh] kill some more unused variables
2015-09-25 Martin Quinsonalso unifies the native path between cmake and java...
2015-09-25 Martin QuinsonTry to unify the native lib location between cmake...
2015-09-24 Martin Quinson[tesh] kill unused variables
2015-09-22 Martin Quinson[tesh] cleanup: don't start useless process instead...
2015-09-22 Martin Quinson[tesh] speak of SIGKILL in a portable manner (hopefully)
2015-09-22 Martin Quinson[tesh] exec the killer process after fork to make it...
2015-09-22 Martin Quinson[tesh] try to port to windows
2015-09-22 Martin QuinsonMac OSX announces itself as 'darwin' in Perl
2015-09-22 Martin Quinson[tesh] try to load a handy perl module for the windows...
2015-09-22 Martin Quinson[tesh] kill processes in a portable way
2015-09-22 Martin Quinson[cmake] don't use path globbing: it breaks on windows
2015-09-22 Martin QuinsonFurther simplify the full.jar generation (the hard...
2015-09-22 Martin QuinsonGreatly simplify the full jar generation
2015-09-22 Martin Quinsonthat condition will not happen very often, for sure :)
2015-09-22 Martin QuinsonDon't trust the shebang to work [on windows]
2015-09-22 Martin Quinsoncosmetics: mv tools/cmake/Scripts tools/cmake/scripts
2015-09-22 Martin Quinsondon't mess with the name of the dll
2015-09-20 Martin QuinsonRevert "bump our dependency on cmake and stop trying...
2015-09-20 Martin Quinson[java/win] don't mess with the simgrid-java.dll prefix...
2015-09-20 Martin Quinsonbump our dependency on cmake and stop trying to survive...
2015-09-20 Martin Quinsonallow to specify on cmake command line whether we want LTO
2015-09-20 Martin Quinson[windows] fix the detection of 32/64 bits
2015-09-19 Martin Quinson[MinGW] bypass a broken detection: we do have asprintf...
2015-09-19 Martin Quinsondon't play cleaver games with MSVC. Build simgrid.dll...
2015-09-19 Martin Quinsondon't pass gcc link options to MSVC
2015-09-19 Martin Quinson[windows] only force the definition of HAVE_VA_COPY...
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-17 Gabriel Corona[mc] Move libdw binding code in its own file
2015-09-17 Martin QuinsonDon't add git-only files in git-archive
2015-09-17 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...
2015-09-17 Martin Quinsonfix make distcheck
2015-09-17 Martin QuinsonNew XBT module: file
2015-09-14 Martin QuinsonDon't add git-only files in git-archive
2015-09-13 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...
2015-09-13 Martin Quinsonfix make distcheck
2015-09-13 Martin QuinsonNew XBT module: file
2015-09-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-13 Martin Quinson[MSVC] Disable raw contextes: inline assembler syntax...
2015-09-13 Martin Quinson[MSVC] correct support for thread-local storage
2015-09-12 Christian Heinrich[Doc] Started cleanup of examples.doc
2015-09-12 Christian Heinrich[Doc] Included image for storage doc
2015-09-12 Martin Quinson[MSVC] manually define HAVE_VA_COPY
2015-09-12 Martin Quinsonkill the useless win32/config.h
2015-09-11 Martin Quinson[MSVC] don't pass gcc flags to MSVC, try to define...
2015-09-11 Martin Quinsondon't give gcc flags to MSVC
2015-09-10 Martin Quinsonmake it so that the test pass, even if it is useless now
2015-09-10 Gabriel Corona[cmake] Use _GNU_SOURCE in order to detect asprintf
2015-09-10 Gabriel Corona[cmake] Better detection of snprintf, asprintf, etc.
2015-09-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-10 Gabriel Corona[mingw] Use __USE_MINGW_ANSI_STDIO when checking for...
2015-09-10 Gabriel Corona[mingw] Please use standard printf/scanf
2015-09-08 Martin Quinsondisable a broken test, and cleanups
2015-09-08 Martin Quinsoncreate the directory before populating it
2015-09-08 Christian Heinrich[Doc] Next major revision of the documentation
2015-09-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-07 Gabriel Corona[cmake] Remove the explicit linking on C++ standard...
2015-09-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-07 Gabriel Corona[mc] Fix another bunch of shebang with env
2015-09-07 Gabriel CoronaMerge remote-tracking branch 'origin2/master'
2015-09-07 Gabriel CoronaUse env to find script interpreters
2015-09-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-07 Gabriel Corona[mc] Fix LTO with all versions of GCC
2015-08-31 Martin Quinson[Cmake] small cleanup
2015-08-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-31 Martin Quinsondon't tell 165 times that we need CMAKE v2.6
2015-08-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-28 Martin Quinsoncmake: move some bits to a better location
next