Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-05-28 Martin Quinsonmc: snake_case a class
2019-05-28 Martin Quinsonmc: change 3 static functions into private methods
2019-05-28 Martin Quinsonmc: move code around in the hope that it will sort...
2019-05-28 Martin Quinsonignore java from coverage
2019-05-28 Arnaud GierschMissing include (HAVE_MREMAP).
2019-05-27 Martin Quinsonmc: tricks to improve the coverage
2019-05-26 Martin Quinsonfix non-MC builds when libevent is not found
2019-05-26 Martin Quinsonfurther tidy the includes in MC
2019-05-25 Martin Quinsonmc: kill some useless includes
2019-05-24 Martin QuinsonSpecify that we use framagit as a gitlab instance
2019-05-24 Martin Quinsonnope sonar, that's not some commented code
2019-05-23 Arnaud GierschFix project_description.sh.
2019-05-23 Arnaud GierschUseless include.
2019-05-23 Martin Quinsonfix some typo in the comments, just to launch a rebuild...
2019-05-23 Martin QuinsonPlug a memleak
2019-05-22 Martin Quinsondocker: drop root priviledge in our tutorial images
2019-05-22 Martin QuinsonMore borken link fixed
2019-05-22 Martin Quinsondoc: fix some borken links
2019-05-22 Martin Quinsonlinkcheck doc: we won't fix javasphinx ourselves
2019-05-22 Augustin Degommeoops
2019-05-22 Martin Quinsonos_timer: detect when our implementation needs to be...
2019-05-22 Martin Quinsonmc: create RegionSparse, RegionDense and RegionPrivatiz...
2019-05-22 Martin QuinsonRegionSnap: only use pointers to regions for sake of...
2019-05-22 Martin Quinsonmc: privatized regions now use a vector of pointers...
2019-05-22 Martin Quinsonmc: some snake_casing on the way
2019-05-22 Martin Quinsonmc: that FIXME was easy to fix :)
2019-05-22 Augustin Degommedeactivate clock_gettime on SunOS, as it does not work...
2019-05-21 Augustin Degommetry to make rma tests faster
2019-05-21 Arnaud GierschDisable parallel ucontexts on 64bit SunOS.
2019-05-21 Arnaud GierschSave worker's context directly in TLS.
2019-05-20 Martin Quinsong++ needs this include but not clang
2019-05-20 Martin QuinsonAhem. You mean I need to actually compile with MC after...
2019-05-20 Martin Quinsonadd s4u-cloud-simple to the list of examples
2019-05-20 Martin Quinsonmc: move some files related to ELF, DWARF or unwind...
2019-05-19 Martin Quinsonargh, linkchecker needs --check-extern to be really...
2019-05-19 Martin Quinsonci@doc: fix the parameter of linkchecker
2019-05-19 Martin Quinsondoc: fix the last broken links (?)
2019-05-19 Martin Quinsonfix more dead links in the doc
2019-05-19 Martin Quinsonstupid me, that file was moved just before
2019-05-19 Martin QuinsonOnly linkcheck the pages that we just generated
2019-05-19 Martin Quinsonfix dead links on the webpage, and linkcheck it upon...
2019-05-19 Martin Quinsonwrite in the tuto that we need a recent version of SG
2019-05-19 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-19 Frederic Sutercosmetics: remove occurrences of "msg_platform.xml"
2019-05-19 Frederic Sutercosmetics do not use msg in log class names
2019-05-19 Martin QuinsonWrite in doc that some s4u objects are not smart pointers
2019-05-19 Martin QuinsonUpdate the releasing doc
2019-05-19 Frederic Suterplease sonar, pass parameters to lambda
2019-05-19 Martin Quinsonmake sure that nobody can compile s4u without simgrid...
2019-05-18 Martin Quinsonmc::Snapshot: various cleanups and refactoring
2019-05-18 Martin QuinsonAdd a link from smpirun(1) to the online doc
2019-05-18 Martin Quinsonsosp: cosmetics
2019-05-18 Arnaud GierschUse known PYTHON_EXECUTABLE.
2019-05-18 Arnaud GierschMore cleanup of tmp files (openindiana).
2019-05-18 Arnaud GierschDeobfuscation.
2019-05-18 Arnaud GierschF comes before G, and correct bug number.
2019-05-18 Arnaud GierschReturn const& for consistency.
2019-05-18 Martin Quinsonmore bugs got closed
2019-05-18 Martin QuinsonFinish the conversion to python of the hostfile generation
2019-05-17 Martin Quinsonsmpirun: use a python chunk to generate missing hostfiles
2019-05-17 Martin Quinsonsonar: explict
2019-05-17 Martin Quinsonsmall doc improvement
2019-05-17 Martin Quinsondon't mess with argv before having SimGrid taking its...
2019-05-17 Arnaud GierschFix path for native lib in jar under SunOS.
2019-05-17 Arnaud GierschCosmetics.
2019-05-17 Arnaud GierschLet the exception flow.
2019-05-17 Arnaud GierschCosmetics.
2019-05-17 Frederic Suter32-bit friendly format
2019-05-17 Frederic Suterignore some example binaries
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschDon't take buffer on stack, 4M may be too big.
2019-05-16 Arnaud GierschCopy the values of {C,CXX,F}FLAGS into smpi{cc,cxx...
2019-05-16 Arnaud GierschComplete list of closed bugs.
2019-05-16 Arnaud GierschCorrectly split os/ver on redhat-like.
2019-05-16 Martin QuinsonMerge branch 'cmake-no-pybind11-search-if-explicitly...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschMove install(TARGETS) in its proper directory.
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschFix make dist / distcheck.
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Millian Poquet[cmake] no search for pybind11 if explicitly off
2019-05-16 Arnaud GierschDisable bogus warning.
2019-05-16 Arnaud GierschDon't install empty doc/html/.
2019-05-16 Arnaud GierschAllow binary to be stripped with install/strip.
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-05-16 Martin QuinsonUse addr2line as a fallback for stacktraces when backtr...
2019-05-16 Arnaud GierschDisable LTO for pybind11 too when enable_lto=off.
2019-05-16 Arnaud GierschClose simgrid/simgrid#7 (FramaGit).
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Martin Quinsonmc: tiny simplifications and cosmetics (even some snake...
2019-05-16 Martin Quinsonmc: inline two functions
2019-05-16 Martin Quinsonmc: useless cleanups
2019-05-16 Martin Quinsonmc::Buffer: no need for mmap type now that KSM is gone
2019-05-16 Martin Quinsonmc: kill model-check/ksm option. Was not activated...
2019-05-15 Augustin Degommesay mmap is not ready for privatization in SunOS.
2019-05-15 Augustin Degommefix mess with quotes
2019-05-15 Martin Quinsonmc: simplification: do not repeat information in parameters
2019-05-15 Martin Quinsonmc: Kill a C type and use the C++ one
next