Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-11-19 Martin QuinsonChange smpi::Colls static class into a namespace of...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Frederic Suterpower is speed
2019-11-18 Yann DuplouyAssertion to force maximum value to be greater or equal...
2019-11-18 Augustin Degommefix fortran + ARM 64 bits.
2019-11-18 Martin QuinsonEnergy plugins now throws std::logic_error when not...
2019-11-18 Martin Quinsonparsing: less asserts, more exception raising
2019-11-18 Martin Quinsonhandle flexer errors within the parsing module
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-11-17 Frederic Sutera bit of cleanup, could go further but not now
2019-11-17 Martin Quinsonreduce code dupplication
2019-11-16 Martin Quinsonsmpi: many classes died tonight, but that will save...
2019-11-14 Martin Quinsonfix ns3 builds
2019-11-14 Martin Quinsondeprecate MSG_set_function, that seems useless since...
2019-11-14 Frederic Suterstore kernel-level objects in EngineImpl
2019-11-13 Frederic Sutermake piface_ private and have get_iface() everywhere
2019-11-12 Frederic Suterdon't use a deleted container by the newly created one
2019-11-12 Martin Quinsonfix make distcheck and useless cosmetics
2019-11-12 Martin QuinsonRevert "Add the files generated by javasphinx in the...
2019-11-12 Martin Quinsonteshsuite: drop a test that is superseeded by a public...
2019-11-12 Martin Quinsonfix clang builds
2019-11-12 Yann DuplouyAdding the unit-test for xbt/random to the Manifest
2019-11-12 Frederic Suterfactoring
2019-11-12 Frederic Sutermigrate to set_host in java too
2019-11-12 Martin Quinsonfurther doc improvements
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-12 Martin Quinsontiny doc improvments
2019-11-12 Martin Quinsons4u::Actor: Merge signals on_migration_start/end into...
2019-11-12 Yann DuplouyAdding xbt::random unit test to the list of unit tests
2019-11-12 Yann DuplouyUnit tests for xbt::random
2019-11-12 Yann DuplouyFixes to xbt::random
2019-11-11 Frederic Suterdeprecate a couple of SIMIX functions
2019-11-11 Martin Quinsonfurther API doc improvement
2019-11-11 Martin QuinsonAdd the files generated by javasphinx in the git
2019-11-11 Martin Quinsondocker/build-deps: install sphinx elements from the...
2019-11-11 Martin Quinsonautodoxy: show the class name when displaying method...
2019-11-10 Martin QuinsonMeld autodoxy into a single file for sake of import...
2019-11-10 Martin Quinsongitlab-ci: define PYTHONPATH explicitly to see if it...
2019-11-10 Martin QuinsonTry to debug the autodoxy pb on framagit builders
2019-11-10 Martin QuinsonFix autodoxy warnings
2019-11-10 Martin Quinsongitlab-ci: show sphinx output on error
2019-11-10 Martin Quinsondoc: let's import existing stuff
2019-11-10 Martin Quinsonpython cosmetics: not X in Y => X not in Y
2019-11-10 Martin Quinsondoc: use sections instead of rubric
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Martin Quinsonautodoxy: bug fix (copy/paste failure)
2019-11-10 Martin Quinsonautodoxy: if the meth signature does not match but...
2019-11-10 Martin Quinsondoc: add a autodoxyvar directive
2019-11-10 Martin Quinsondoc: try to add a :show: attribute to the showfile...
2019-11-10 Martin Quinsondoc: get rid of sphinxcontrib.contentui
2019-11-10 Martin Quinsonautodoxy: properly render verbatim blocks
2019-11-10 Martin Quinsondoc: cleanups in the scripts finding the missing references
2019-11-10 Martin QuinsonA script to search the undocumented symbols
2019-11-10 Martin Quinsonautodoxy: missing file
2019-11-10 Martin Quinsonautodoxy: improve error message when the prototype...
2019-11-10 Martin Quinsonautodoxy: allow overloaded methods, and fix the templat...
2019-11-10 Martin QuinsonAdd autodoxy, a sphinx extension heavily inspired from...
2019-11-10 Martin Quinsontiny doc improvements
2019-11-10 Martin Quinsonadd some missing functions in the python binding
2019-11-10 Martin Quinsondocs: remove an unused extension of sphinx
2019-11-10 Martin Quinsondocument sg_actor_start
2019-11-10 Martin Quinsoncosmetics in the doc
2019-11-10 Arnaud Giersch[python/pep8] Use "not in" to test for membership.
2019-11-10 Arnaud Giersch[python/pep8] Avoid wildcard imports.
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-10 Arnaud GierschFix test on slow machines.
2019-11-10 Arnaud GierschCode smells spotted by static analyzers.
2019-11-10 Arnaud GierschNo, scan-build, there is no memory leak here.
2019-11-08 Arnaud GierschAdd option -t for bison.
2019-11-08 Arnaud GierschPrefer $(...) to backticks.
2019-11-05 Frederic Suteradd example of GH#139
2019-11-04 Arnaud GierschMinor cleanups.
2019-11-04 Frederic Suteruser data should stay in user space
2019-11-04 Frederic Suterdeprecate simcall_process_sleep and add some reminders...
2019-11-04 Frederic SuterC wrappers to set/get user data of the current actor
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-04 Frederic SuterSIMIX cosmetics
2019-11-03 Martin Quinsonhide some cruft from the doc
2019-11-03 Martin Quinsonmove the README.rst in examples/ as it also describes...
2019-11-03 Martin Quinsonfurther convert the example documentation to the tabbed RST
2019-11-03 Frederic Sutermake msg task extendable too
2019-11-03 Frederic Suteruser data doesn't have to be stored at kernel level
2019-11-03 Arnaud GierschRemove old cruft.
2019-11-03 Frederic Sutermake s4u::File extendable
2019-11-03 Arnaud GierschName changed for sonar property.
2019-11-02 Arnaud GierschParameter for cleanup callback won't be null.
2019-11-02 Arnaud GierschRestore handling of msg_global->process_data_cleanup.
2019-11-02 Arnaud GierschAllow const parameter for sg_actor_data().
2019-11-02 Arnaud GierschCosmetics.
2019-11-02 Arnaud GierschReduce number of direct accesses to simix_global.
2019-11-02 Arnaud GierschRemove unused parameter 'free_ctn' for xbt_dict_set...
2019-11-02 Martin Quinsonbetter factorization of how examples are displayed...
2019-11-02 Martin QuinsonCosmetics on how we present examples in C++ and python
2019-11-02 Martin Quinsonadd the python binding to Actor::is_daemon
2019-11-02 Martin Quinsonstart documenting the C API in sphinx
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-31 Arnaud GierschAdd test in activity-lifecycle turning off its own...
2019-10-31 Arnaud GierschHostImpl::turn_off(): SIMIX_process_self is maestro...
2019-10-31 Arnaud GierschUseless if().
next