Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc/compare: const/ref
[simgrid.git] / src /
2019-07-11 Arnaud Gierschmc/compare: const/ref
2019-07-11 Arnaud Gierschmc: const seems wrong here.
2019-07-11 Arnaud Gierschmc/compare: factorize code.
2019-07-11 Arnaud Gierschmc/compare: cosmetics.
2019-07-11 Arnaud Gierschmc/compare: change heap comparision functions to return...
2019-07-11 Arnaud Gierschmc/compare: define is_on_heap(const void*).
2019-07-11 Arnaud Gierschmc/compare: const casts.
2019-07-11 Arnaud Giersch[sonar] Handle default case in switch statements.
2019-07-11 Arnaud GierschMove extended hash to xbt/utility.
2019-07-11 Frederic Suteradd a sg_actor_self_execute function
2019-07-11 Martin Quinsonmc/compare: another round of tiny cleanups
2019-07-11 Arnaud Gierschmc/compare: dead stores.
2019-07-10 Martin Quinsonmc/compare: fix another copy/paste error
2019-07-10 Martin Quinsonmc: reduce the visibility of <dwarf.h> by a tiny bit
2019-07-10 Martin Quinsonmc/compare: some more tiny cleanups
2019-07-10 Arnaud GierschMC/compare: compare_heap_area_without_type becomes...
2019-07-10 Arnaud GierschCosmetics.
2019-07-10 Arnaud GierschReindent.
2019-07-10 Arnaud GierschKill Poor man's TCO.
2019-07-10 Arnaud GierschMC/compare: mmalloc_compare_heap becomes mmalloc_heap_e...
2019-07-10 Arnaud GierschMC/compare: cleanup++
2019-07-10 Arnaud GierschMC/compare: first round of cleanups.
2019-07-10 Martin QuinsonRemove option model-checker/hash; This is always activa...
2019-07-10 Martin Quinsonmc/compare: kill dead code
2019-07-10 Martin Quinsonsimplify smpirun script (and kill some perl)
2019-07-10 Frederic Suterplease users
2019-07-10 Frederic Suteremptty said it is better like this. Obey!
2019-07-10 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-07-10 Frederic Suteruntested C interface to Condition Variables
2019-07-10 Arnaud GierschImprove crash detection; still not working correctly.
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/30
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/29
2019-07-10 Arnaud GierschMisc sonar threats.
2019-07-09 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/28
2019-07-09 Martin Quinsonfix NS3 build + avoid vector copies
2019-07-09 Martin Quinsonload the header needed by this file
2019-07-09 Arnaud GierschHide system-dependent message.
2019-07-09 Arnaud GierschKill obsolete Fortran bindings for smpi/dvfs.
2019-07-09 Loic Guegan- Update xml DTD to handle WIFI sharing policy
2019-07-09 Loic GueganWifi model interface:
2019-07-09 Martin Quinsonimprove verification of crashing programs
2019-07-09 Arnaud GierschRevert "Reduce dependency on ptrace."
2019-07-09 Arnaud GierschReduce dependency on ptrace.
2019-07-09 Arnaud GierschSpecify visibility (hide warning).
2019-07-08 Martin QuinsonDon't use null objects v3.23.2
2019-07-08 Martin Quinsonfix the build on appveyor since travis has no artifacts
2019-07-05 Loic GueganRefactoring of commit 1ebb8e111d904fea559e48ec193c1f7c5...
2019-07-04 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-07-04 Loic GueganMerge branch 'master' of framagit.org:simgrid/simgrid
2019-07-04 Loic GueganRevert "Extend Link interface in order to handle links...
2019-07-04 adegommeAdd windows to travis (#327)
2019-07-04 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-07-04 Arnaud GierschFix build on CI.
2019-07-04 Arnaud GierschJust keep the same exception_ptr (no copy).
2019-07-04 Loic Guegan- Add wifi link
2019-07-04 Loic GueganExtend Link interface in order to handle links with...
2019-07-04 Arnaud Giersch[sonar] Add @deprecated in javadoc.
2019-07-03 Martin Quinsondoc: copy/paste error
2019-07-03 Arnaud Giersch[sonar] Replace "std::function" by a template parameter.
2019-07-03 Arnaud Giersch[sonar] Move all #include directives before any code...
2019-07-03 Arnaud Giersch[sonar] Inherit from std::exception.
2019-07-03 Arnaud Giersch[sonar] Mark deprecated method as "@Deprecated".
2019-07-02 Arnaud GierschCosmetics: namespace simgrid is implicit.
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschDefine and throw simgrid::TracingError.
2019-07-02 Arnaud GierschDefine and throw simgrid::VmFailureException.
2019-07-02 Arnaud GierschThrow std::out_of_range.
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud GierschReplace some calls to THROWF.
2019-07-02 Arnaud GierschCatch specialized exceptions instead of generic xbt_ex.
2019-07-02 Arnaud GierschCosmetics: improve indentation.
2019-07-02 Arnaud GierschDefine proper exceptions subclasses.
2019-07-02 Arnaud Giersch[sonar] Replace usage of "printf" by a logger.
2019-07-02 Arnaud Giersch[sonar] Move include before any code.
2019-07-02 Arnaud GierschKill unused static functions (dead code).
2019-07-02 Arnaud GierschJust let the exception flow.
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-07-02 Arnaud GierschDrop xbt_dynar_sort_strings().
2019-07-02 Arnaud GierschUseless casts.
2019-06-27 Arnaud GierschCorrectly terminate a Comm which is failing immediately.
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-24 Arnaud GierschCorrectly cancel communications when a link is turned...
2019-06-21 Arnaud Giersch[sonar] Regexps are overkill here.
2019-06-21 Augustin Degommeunused
2019-06-21 Augustin Degommeremove spurious ;
2019-06-21 Augustin Degommeadd haiku support. Because why not.
2019-06-19 Loic GueganMerge branch 'master' of framagit.org:simgrid/simgrid
2019-06-19 Loic Gueganlmm tests:
2019-06-18 Martin Quinsondefaults values to lmm::System::variable_new
2019-06-17 Martin QuinsonVarious doc fixups
2019-06-15 Martin QuinsonCosmetics around ns-3
2019-06-15 Martin Quinsonsonar: ignore more issues, hide commented code, add...
2019-06-14 Arnaud GierschAdd method to free all variables at once.
2019-06-14 Arnaud GierschThis void* for Constraint::id_ is a Resource*.
2019-06-14 Arnaud GierschFix null pointer dereference.
2019-06-14 Martin Quinsonkill dead code
2019-06-14 Martin Quinsontiny doc improvements
2019-06-14 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-06-11 Martin QuinsonMC: cosmetics
next