Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use (const) references with range-based for loops.
[simgrid.git] / src / surf / xml / surfxml_sax_cb.cpp
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-14 Arnaud GierschRemove useless memset (causes segfault).
2017-08-11 Frederic Suterstringify cluster
2017-08-11 Frederic Suterstringify Host link creation
2017-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-10 Frederic Sutermore strings
2017-08-10 Frederic Suterbprintf -> string
2017-08-10 Frederic SuterAS->Zone + stringification
2017-08-10 Frederic Suterstringification
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 Frederic Suterstop using variadic functions for surf_parse messages
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Frederic Sutersome dict related cleanups
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-07-31 Frederic Sutersimplify storage_type mess
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-24 Frederic Sutermess up with parsing and exceptions
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-13 Martin QuinsonMerge pull request #199 from Takishipp/clear_fct
2017-07-12 Martin QuinsonMerge pull request #198 from Takishipp/clear_fct
2017-07-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-11 Martin Quinsoncode simplification: nobody use that extensibility...
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-26 Martin Quinsonno need for a backtrace if the file does not exist
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-17 Martin Quinsonmake this error message reproducible
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-16 Martin Quinsongreatly improve an error message
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-05-29 Martin Quinsontiny doc update and cosmetics
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-22 Martin QuinsonRemove attribute content_type of <storage_type>: was...
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-19 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-19 Frederic Suterbugs, smells and cosmetics of the day
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-05 Martin QuinsonUpdate all our XML files + next XML version will be...
2017-05-05 Martin Quinsonintroduce a few synonyms in XML to allow the use of...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-03-28 Frederic Suterleak plug and test AS properties
2017-03-26 Frederic Suterdict to map for storage model properties
2017-03-12 Martin Quinsonplug a memleak
2017-03-09 Frederic Suterdynar--
2017-03-06 Frederic Suterboostify parsers
2017-03-02 Martin Quinsonsonar is picky, so let's be verbose
2017-03-02 Frederic Suterback() doesn't help so save it. set a link to nullptr
2017-03-02 Frederic Suteralso get the popped value (to see if it solves issues)
2017-03-02 Frederic Suterdynar--(x3)
2017-03-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-01 Frederic Suterallow users to create clusters with pstates
2017-02-24 Martin Quinsonplease sonar
2017-02-24 Martin Quinsonfinish the transition from C structures to C++ objects
2017-02-24 Frederic Suterwoops
2017-02-24 Frederic SuterWIP stop using const char* in C++ layers
2017-02-24 Martin Quinsonplug some other memleaks
2017-02-24 Martin Quinsoncosmetics while digging for a memleak
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2017-01-31 Martin Quinsonfinish the transition netcards->netpoints in the code
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-02 Martin Quinsonremove the s_sg_platf_router_cbarg_t structure
2017-01-01 Martin Quinsonignore the lat parameter of peer tag
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-12 Martin Quinsonmove some storage-related content out of routing into...
2016-12-11 Martin Quinsonrename a field for cosmetics
2016-12-04 Martin QuinsonDeprecate xbt_dict_new()
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-10-15 Martin Quinsonfactorize some code between NS3 cluster creation and...
2016-08-19 Martin Quinsonstore the links directly, not the names
2016-08-19 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-19 Frederic Suterplug memleak
2016-08-18 Martin QuinsonMerge pull request #108 from adfaure/master
2016-08-18 Frederic Sutercosmetics
2016-08-18 Frederic Suteryet another dynar to disappear
2016-08-14 Martin Quinsonreduce the amount of mallocs (and plug a memleak)
2016-08-12 Frederic Suterdynar to std::vector for pstates
2016-08-05 Martin Quinsonadd Exa- and Peta- units to XML
2016-07-29 Frederic Suterthis code is full of void
2016-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-18 degommeFix bug : limiter_link was not read as a bandwidth...
2016-06-17 degommeAdd Dragonfly topology. Use XC30's Cray description...
2016-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-13 Martin QuinsondePERLify a bit the routing
2016-06-09 Christian Heinrich[SURF] NULL -> nullptr substitution
2016-05-30 Gabriel CoronaFix a leak in XML parsing
2016-04-20 Martin QuinsonPlug 2 memleaks
2016-04-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-18 Gabriel CoronaRevert "What's not malloced cannot be leaked"
next