Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tests whether the file could be opened and removes the temporary file at the end
[simgrid.git] / src / bindings /
2020-04-02 Frederic Suteroops MSG_init() does more than simgrid_init()
2020-04-02 Frederic Suterreduce dependency on msg.h
2020-04-01 Frederic Suterless MSG and less process
2020-03-30 Frederic Suterlast call to MSG_hosts_as_dynar -> deprecate !
2020-03-30 Frederic Suteruseless stuff: do not use MSG in java bindings when...
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-06 Frederic Suterdo not use sg_hosts_as_dynar in C++
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-04 Martin Quinsonpython: fix a breakage seen on the robot building the...
2020-02-02 Martin Quinsonno need to link the python doc to the C++ one with...
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-26 Frederic SuterMerge branch 'master' into depencencies
2020-01-24 Arnaud GierschDon't decrease reference count here. WHY?
2020-01-24 Arnaud GierschIncreasing reference count seems to help. WHY?
2020-01-24 Arnaud GierschUse GilScopedRelease when a simmcall can occur.
2020-01-24 Arnaud GierschUse GilScopedAcquire to create a new Python thread...
2020-01-24 Arnaud GierschRelease the GIL when calling Engine::run.
2020-01-24 Arnaud GierschDefine GilScopedAcquire and GilScopedRelease.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-23 Arnaud GierschKill unused variable.
2020-01-23 Arnaud GierschChain declarations for the 'this_actor' submodule,...
2020-01-23 Arnaud GierschGet rid of superfluous lambdas.
2020-01-23 Arnaud GierschRewrite some type casts.
2020-01-23 Arnaud GierschRemove useless return type for lambdas.
2020-01-23 Arnaud GierschMinor cosmetic changes.
2020-01-23 Arnaud GierschFull reindent for simgrid_python.cpp (no other change).
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud GierschSonar consts of the day.
2019-12-28 Arnaud Giersch[sonar] Constify pointer parameters in src/msg/.
2019-12-28 Arnaud Giersch[sonar] More const for pointer and reference local...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type jboolean for boolean variables.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-17 Frederic Sutersave a vector, kill a dynar!
2019-12-16 Frederic Sutermornign cleanups
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-12-06 Frederic Suterinclude version.h for python bindings too
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Frederic Sutermigrate to set_host in java too
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-11 Frederic Suterdeprecate a couple of SIMIX functions
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Martin Quinsonadd some missing functions in the python binding
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-02 Martin Quinsonadd the python binding to Actor::is_daemon
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-19 Martin QuinsonMerge branch 'noRngStream' into 'master'
2019-10-19 Yann DuplouyRemoving RngStream
2019-10-17 Arnaud Giersch[sonar] Capitalize constant name.
2019-10-12 Arnaud Giersch[sonar] Factor common expression and don't duplicate...
2019-10-12 Arnaud Giersch[sonar] Remove unused "import".
2019-10-12 Arnaud Giersch[sonar] Use try-with-resource to correctly close the...
2019-10-11 Arnaud GierschMSG_task_receive_ext_bounded was indeed deprecated...
2019-10-11 Arnaud GierschUgly hack to remove temporary files on Windows.
2019-10-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-10-10 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-09 Arnaud GierschPrefer stderr to stdout.
2019-10-09 Martin QuinsonMerge branch 'master' into rework-energy-plugin-2.0
2019-10-09 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-10-09 Martin Quinsonjava: automatically close the streams on error to pleas...
2019-10-07 Martin Quinsonjava: obey to sonar, use nio.file.delete for better...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-13 Martin Quinsonmove some global signals to the Engine
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-27 Arnaud GierschWorkaround build error seen with clang 10 on freebsd.
2019-08-15 Martin Quinsonfix java build
2019-07-11 Arnaud GierschUseless casts.
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/29
2019-07-09 Loic GueganWifi model interface:
2019-07-08 Martin Quinsonfix the build on appveyor since travis has no artifacts
2019-07-04 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-07-04 adegommeAdd windows to travis (#327)
2019-07-04 Arnaud Giersch[sonar] Add @deprecated in javadoc.
2019-07-03 Arnaud Giersch[sonar] Move all #include directives before any code...
2019-07-03 Arnaud Giersch[sonar] Mark deprecated method as "@Deprecated".
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-06-21 Arnaud Giersch[sonar] Regexps are overkill here.
2019-06-17 Martin QuinsonVarious doc fixups
2019-06-15 Martin Quinsonsonar: ignore more issues, hide commented code, add...
2019-06-08 Martin Quinsonsonar: overriding functions should not return a subclass
2019-06-08 Martin QuinsonRemove a useless FIXME
2019-06-01 Martin Quinsonfix lua builds
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Arnaud GierschLet the exception flow.
next