Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 Frederic SuterRevert "you can overwrite part of a file without mofiyi...
2015-09-25 Frederic Suteryou can overwrite part of a file without mofiying its...
2015-09-25 Frederic Sutertesh revalidation to account for file descriptor id...
2015-09-25 Frederic Suterchange the way we identify opened files. The same proce...
2015-09-25 Frederic Suterbe sure that we don't try to read bytes after the end...
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 QuinsonBe verbose about errors encountered
2015-09-24 Martin Quinsontry to please clang. No idea of why it fails on mac...
2015-09-24 Martin Quinsondon't fail miserably when raising an exception after...
2015-09-24 Martin Quinsoncosmetics: Use a C++ syntax that I know :-3
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 Quinson[appveyor] disable MSVC for now. mingw-w64 is almost...
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[appveyor] don't install before running the tests
2015-09-22 Martin Quinsonavoid a name clash on windows
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 Quinson[appveyor] MSVC seems to freeze in 64 bits
2015-09-22 Martin Quinsoncosmetics: mv tools/cmake/Scripts tools/cmake/scripts
2015-09-22 Martin Quinsonsilence some more MSVC warnings
2015-09-22 Martin Quinsondon't mess with the name of the dll
2015-09-21 Christian Heinrich[Doc] Fixed links to tutorial section.
2015-09-21 Christian Heinrich[Doc] Fixed spelling of smpi/simulate_computation
2015-09-21 Christian Heinrich[SMPI] Grammar...
2015-09-21 Gabriel Corona[mc] Add missing #include
2015-09-21 Martin Quinson[appveyor] switch to x64. Who still uses 32bits?
2015-09-21 Martin Quinsonone more strange casting to fit into LLP64 data model
2015-09-21 Martin QuinsonCorrectly cast pointers into uintptr_t to fit into...
2015-09-20 Martin QuinsonRevert "bump our dependency on cmake and stop trying...
2015-09-20 Martin Quinsondisplay more info about the local data model
2015-09-20 Martin Quinson[MSVC] try to shut some warnings in the right file
2015-09-20 Martin Quinson[travis] get a recent cmake on linux
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 Quinson[appveyor] disable LTO as symengine's mingw does not...
2015-09-20 Martin Quinsonallow to specify on cmake command line whether we want LTO
2015-09-20 Martin Quinson[appveyor] Enable Java. That's what we need on windows...
2015-09-20 Martin Quinson[windows] fix the detection of 32/64 bits
2015-09-20 Martin Quinsonmore documentation
2015-09-20 Martin Quinson[appveyor] restrict MinGW to Win32 as win_ucontext...
2015-09-19 Martin Quinson[MinGW] bypass a broken detection: we do have asprintf...
2015-09-19 Martin Quinsondisable a MSVC warning
2015-09-19 Martin Quinsonfix some 'signed/unsigned comparison' warnings
2015-09-19 Martin Quinsondon't play cleaver games with MSVC. Build simgrid.dll...
2015-09-19 Martin Quinsondon't compare signed and unsigned
2015-09-19 Martin Quinson[MSVC] convert unsigned to signed before applying unary...
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-19 Martin Quinsonstop being foolish and deal with public data the regula...
2015-09-19 Martin Quinsonreuse the mingw 'install' from symengine to our benefit
2015-09-19 Martin Quinson[MSVC] export these variables in a windows way
2015-09-18 Martin Quinson[appveyor] give a spin to MinGW, just to see
2015-09-18 Martin Quinsonfix the detection of MSVC
2015-09-18 Martin Quinson[MSVC] Give up: disable busy waiting on windows as...
2015-09-18 Martin Quinsontry to refresh mingw before using it
2015-09-18 Gabriel Corona[mc] Fix missing #include in Windows
2015-09-18 Martin Quinsonstupid bummer
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-18 Martin QuinsonI think that MSVC wants the attrib before the symbol...
2015-09-18 Martin Quinsonport XBT_ATTRIB_NORETURN to MSVC
2015-09-17 Martin Quinsons/_XBT_GNUC/XBT_ATTRIB/ as we will port them to MSVC
2015-09-17 Gabriel Corona[mc] Fix missing #include
2015-09-17 Gabriel Corona[mc] Use member hooks for surf_interface
2015-09-17 Gabriel Corona[mc] Use member hooks for VM
2015-09-17 Gabriel Corona[mc] Use member hooks for CpuTi
2015-09-17 Gabriel Corona[mc] Remove remaining bits of libdw outside of mc_libdw...
2015-09-17 Gabriel Corona[mc] Use string::compare instead of strcmp
2015-09-17 Gabriel Corona[mc] Fix initialisation of dwarf expression
2015-09-17 Gabriel Corona[mc] Move libdw binding code in its own file
2015-09-17 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
next