2017-02-24 |
Martin Quinson | cosmetics in ChangeLog |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Quinson | please sonar |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Quinson | please sonar by moving includes at the top |
commit | commitdiff | tree | snapshot |
2017-02-24 |
degomme | Update changelog |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Quinson | plug some other memleaks |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Quinson | plug a bunch of memleaks |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Quinson | cosmetics while digging for a memleak |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Quinson | plug a memleak. I should beter kill that XBT container... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Quinson | plug an obvious memleak |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Martin Quinson | tesh: better handling of very large sorted output |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Martin Quinson | fix a suppurious failure on sanitizers |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Martin Quinson | save some useless calls when there is no request to... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Martin Quinson | cosmetics for sonar |
commit | commitdiff | tree | snapshot |
2017-02-23 |
degomme | Avoid unsafe things |
commit | commitdiff | tree | snapshot |
2017-02-23 |
degomme | save some more lines |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Frederic Suter | smells and bugs |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Martin Quinson | Also hash the first char, and please sonar by splitting... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Martin Quinson | change a 'use after free' into a leak. For now |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Martin Quinson | cosmetics to please sonar |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Martin Quinson | try to get some coverage info for sonar on travis |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Augustin Degomme | oops |
commit | commitdiff | tree | snapshot |
2017-02-22 |
degomme | At this point of the program simgrid values are not... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
degomme | somehow off_t is not enough there, and ends up being... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
degomme | This should be an off_t (breaks some 32 bits systems) |
commit | commitdiff | tree | snapshot |
2017-02-22 |
degomme | Speedup mpich tests by trying less sizes. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
degomme | Try to get rid of some old and weird way of doing thing... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
degomme | MacOS mappings were 1 byte off, preventing extension... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Martin Quinson | comment to explain what's going on |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Martin Quinson | doh, I broke SMPI |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Martin Quinson | put MsgActorExt in a namespace |
commit | commitdiff | tree | snapshot |
2017-02-21 |
degomme | Protect access to remote process list of rma requests... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Frederic Suter | document changes related to issue #138 |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Martin Quinson | sonar: reinterpret_cast is OK in jMSG |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Martin Quinson | Revert "Let our examples compile with java 1.6, or... |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Martin Quinson | please sonar |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Martin Quinson | mark s4u::Link as public for windows (+cosmetics) |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Martin Quinson | static inline are the modern macros |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Martin Quinson | kill some other occurences of the fifo |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Martin Quinson | use the C++ API from the flatifier (as an example of... |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Martin Quinson | document my last changes |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Frederic Suter | forgot one include |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Frederic Suter | xbt_fifo are no longer used, remove the code |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Frederic Suter | Friday smell chase |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Frederic Suter | do not test equality on double |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Frederic Suter | dead store-- + rewrite of hash function |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Frederic Suter | please sonar there |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Augustin Degomme | typo -- |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Augustin Degomme | warning --, and ignore map_populate when not implemente... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | Implement a new algorithm for SMPI_SHARED_MALLOC: global |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | sanitize the option smpi/shared-malloc, and improve... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | xbt_fifo -> std::list |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | empty statements... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | Merge branch 'master' of git+ssh://scm.gforge.inria... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | woops |
commit | commitdiff | tree | snapshot |
2017-02-16 |
degomme | Avoid doing things when there is nothing to do. |
commit | commitdiff | tree | snapshot |
2017-02-16 |
degomme | Avoid potential invalid reads |
commit | commitdiff | tree | snapshot |
2017-02-16 |
degomme | Handle MPI_UNSIGNED_LONG_LONG in this algorithm |
commit | commitdiff | tree | snapshot |
2017-02-16 |
degomme | Avoid overflowing in the MPI_Prod version by using... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | sign the parameters |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | Merge branch 'master' of git+ssh://scm.gforge.inria... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | fifo2dynar |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Luka Stanisic | Sometimes (most notably in StarPU-MPI case) the issuer... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | a bit of cleaning |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | cosmetics |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | yet another bitwise pickyness + hey that's a foreach |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | match new with delete, not with free |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Frederic Suter | fix newly introduced bugs |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | simplify code by using default values for the fields |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | reindent |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | further untangle the msg_process creation by using... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | start to untangle the MSG actor creation mess |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | even more C++ style |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | actually, there is no need for the MsgActor to remember... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | obey our coding standards + kill dead code |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | kill dead code |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | please sonar and cosmetics |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | sonar: fix a regex |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Martin Quinson | rename simdata_process_t into MsgActorExt |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | not even for debugging purposes :) |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | kill some useless getter simcalls |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | reindent |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | don't hide the C++, deal with it |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | move two severly misnamed identifiers to make them... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | make MSG use the Host extension mechanism (at least) |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | make the Actors extendable (that was easy) |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | cosmetics: reinterpret_cast does not mandate any interm... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | sonar: ignore more generated files |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Frederic Suter | used unsigned long long to have more than 50 bits |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Frederic Suter | use bitfields as bitfields |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Frederic Suter | Merge branch 'master' of git+ssh://scm.gforge.inria... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | make the C and Fortran interfaces of SMPI as extern... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | exclude some more sonar checks on generated files |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | make some C functions as such to please sonar |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | new callback: s4u::onTimeAdvance |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | new signal s4u::Host::onSpeedChange: when pstate is... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | put all of the host_energy plugin in one file only |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | Make room for the upcoming network energy plugin |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | add NetworkAction::links(), similar to CpuAction::cpus... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Martin Quinson | kill dead code |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Frederic Suter | fix tiny typo |
commit | commitdiff | tree | snapshot |
next |