Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-06-06 Martin Quinsonremove an old windows cruft
2019-06-06 Martin QuinsonImprove how we search for pybind11
2019-06-06 Martin Quinsonback to unstable work
2019-06-06 Martin QuinsonMerge branch 'stable'
2019-06-06 Martin Quinsonfixups in the releasing process
2019-06-06 Martin Quinsongitlab-ci: use release as a testing script to reduce...
2019-06-06 Martin QuinsonJenkins host name changed since last dot release
2019-06-06 Martin Quinsonprepare the release of 3.22.4 v3.22.4
2019-06-06 Martin Quinsonkill some remaining bits that tested lmm::lagrange
2019-06-05 Martin QuinsonLMM: rename sharing_weight into sharing_penalty for...
2019-06-05 Martin QuinsonBuild nice python source packages
2019-06-05 Martin QuinsonRename cmake option 'minimal_java' into 'minimal-bindings'
2019-06-04 Martin Quinsonci: don't check external links because of the false...
2019-06-04 Martin Quinsonbuilding the pages needs to rebuild python beforehand
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-06-04 Martin Quinsonbug fixed++
2019-06-04 Martin QuinsonHide the destructor of resource::Model
2019-06-04 Martin Quinsonsonar: kill unused parameter
2019-06-03 Martin QuinsonMC: kill an unused field and a useless method
2019-06-03 Martin QuinsonMC: kill an unused field
2019-06-03 Martin QuinsonSimplify mc::Region::read()
2019-06-03 Martin QuinsonCleanups in class mc::Region
2019-06-03 Martin Quinsonlmm: cosmetics in documentation (reduce redundency)
2019-06-03 Martin Quinsonfinish the removal of lagrange-related things
2019-06-03 Martin Quinsonlmm: rename some fields for clarity
2019-06-03 Martin QuinsonRemove the lagrange-based models
2019-06-03 Martin Quinsonlmm::{Variable,Constraint}: Obey our coding conventions...
2019-06-03 Martin QuinsonAvoid a >>unused parameter ‘host’<< error on user code
2019-06-03 Arnaud GierschReduce code duplication.
2019-06-03 Arnaud GierschCosmetics.
2019-06-03 Arnaud GierschDon't leave an empty catch block.
2019-06-03 Arnaud GierschUnused parameters argc/argv.
2019-06-03 Arnaud Giersch[sonar] Replace private inheritance with a private...
2019-06-03 Arnaud GierschAdd gemm.c to sonar exclusions, this code is not ours.
2019-06-01 Martin Quinsonfix MC builds on gcc
2019-06-01 Martin Quinsonfix lua builds
2019-05-31 Martin QuinsonMC: rename some files
2019-05-31 Martin QuinsonMC: finish emptying an old C file
2019-05-31 Martin QuinsonMC: inline a function that is now trivial
2019-05-31 Martin Quinsonrename a file
2019-05-31 Martin Quinsonfix build on stable debian
2019-05-31 Martin Quinsonfix make dist, stupid f*** bummer
2019-05-31 Martin Quinsonpoint to the right sonar repo
2019-05-31 Martin Quinsoncleanup after the split of kernel/resource/profile...
2019-05-31 Martin QuinsonMC::Region: Also remove the permanent_addr thingy
2019-05-31 Martin Quinsonmc: cosmetics
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-30 Martin Quinsonfix make dist
2019-05-30 Martin Quinsonfix gitlab-ci.yml
2019-05-30 Martin Quinsoninline a function
2019-05-30 Martin Quinsonkill the RegionSparse subclass now that there is no...
2019-05-30 Martin QuinsonMC: cosmetics (fight the mc_model_checker singleton)
2019-05-30 Martin QuinsonMC: remove support for flat storage of regions
2019-05-30 Martin Quinsonci: don't rebuild specifically to build and linkcheck...
2019-05-30 Martin QuinsonMC::remote: snake case
2019-05-29 Martin Quinsonmc: Also remove the process_index
2019-05-29 Martin QuinsonKill the support for privatized SMPI in MC mode
2019-05-29 Augustin DegommeUpdate sonar-project.properties key
2019-05-29 Martin Quinsonsonar: move the simgrid project in the simgrid organization
2019-05-28 Martin QuinsonDon't pretend we can move a parallel exec
2019-05-28 Martin Quinsonmc: snake_case the checkers
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
next