Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer nullptr and bool literals.
[simgrid.git] / src / bindings / lua / lua_host.cpp
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-02-06 Frederic Suterdo not use sg_hosts_as_dynar in C++
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-02-27 Arnaud GierschAvoid null pointer dereference.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-01-10 Arnaud Giersch[sonar] Misc issues in bindings/lua.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files (src/bindings/).
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-01 Martin Quinsonfix NS3 and lua builds
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-23 Martin Quinsonfix lua build
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-06-09 Christian Heinrich[BINDINGS] NULL -> nullptr substitution
2016-03-27 Martin Quinsoncosmetics in lua
2016-03-27 Martin Quinsonhave the AS factory return the created AS
2016-03-27 Martin Quinsoncosmetics in lua platform creation
2016-02-28 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-27 Frederic Suterfixing logs after category removal
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-07 Martin QuinsonProtect every lua header with extern 'C'
2016-02-07 Martin Quinsoncompile Lua bindings as C++ code