Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2010-05-21 navarropChanges path to find cmake files.
2010-05-21 navarropReorganize cmake directory.
2010-05-21 cristianrosaImprove support for WaitAny transitions, not usable...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-20 cristianrosaCompile fix, size_t != int in 64 bits
2010-05-20 navarropAdd stdarg.h for va_list.
2010-05-20 navarropCosmetics and again windows compilation.
2010-05-20 schnorrbug fixes: correct use of xbt dictionaries and arrays
2010-05-20 schnorrcorrect duplication of a variable
2010-05-19 mquinsonfix a bunch of issues found by make distcheck
2010-05-19 navarropDelete error in windows.
2010-05-19 navarropAgain for windows.
2010-05-19 navarropPrepare to windows.
2010-05-19 navarropKill old README, now in the FAQ.
2010-05-19 navarropBe compatible with all plateforms.
2010-05-18 navarropRename some variales and cosmetics.
2010-05-18 navarropGenerate files correctely with gras_stub_generator.
2010-05-18 cristianrosaFix problem on merge from svn
2010-05-18 cristianrosaImport portability macro in mmalloc
2010-05-18 mquinsonImport portability macros in mmalloc
2010-05-18 mquinsonOngoing work to port GRAS to smx_network. Not working yet
2010-05-18 navarropAdd option enable_modele-checking.
2010-05-18 navarropClean old command install-simgrid.
2010-05-18 navarropPrint install doc IGNORED if it is necessary.
2010-05-18 navarropThis commit 590f9c7e65ce6a64705272d79443599877d5cb72...
2010-05-18 mquinsonDamn, once again, I forgot do document my changes
2010-05-18 mquinsonA working 'make install' target
2010-05-18 mquinsonfurther cleanups to the cmake files. We now have a...
2010-05-18 mquinsonDocument last changes
2010-05-17 mquinsonLittle cleanups to the install target. Still a long...
2010-05-17 mquinsoninstall MSG_colorize.pl under the name simgrid-colorizer
2010-05-17 mquinsonInstall the libraries carefully so that we have a link...
2010-05-17 mquinsonRebuild the jar file only on need. The examples are...
2010-05-17 cristianrosaInitial FAQ section for using the model-checking mode.
2010-05-17 cristianrosaAdd dead-lock detection to MC
2010-05-17 cristianrosaImprove comments on examples
2010-05-17 cristianrosaAdd new example: "Shared buffer between asynchronous...
2010-05-17 cristianrosaImprove independence detection of transitions (more...
2010-05-17 cristianrosaBugfix: Do not copy the communication data in the model...
2010-05-17 navarropNo error if there is no file into doc/html.
2010-05-17 navarropAdd verification before install doc. Cosmetics.
2010-05-14 cristianrosaFree MC memory on exit SVN
2010-05-14 cristianrosaBugfix: destroy all the sets when destroying a setset...
2010-05-12 cristianrosaBugfix: delete the set of created transitions, otherwis...
2010-05-12 cristianrosaBugfix: do not assume that the object still exists...
2010-05-12 cristianrosaBugfix: delete the tasks after using them
2010-05-12 cristianrosaBugfix: fix memory leak related to transition creation...
2010-05-11 cristianrosaBugfix:delete unused variables in order to compile
2010-05-11 cristianrosaAdd new example to test MC_random function
2010-05-11 cristianrosaAdd int MC_random(int min, int max) function that will...
2010-05-10 suterAdd a small example for SD_workstation_get_current_task
2010-05-10 suterAdd a SD_workstation_get_current_task function
2010-05-10 suterIn SD_SEQUENTIAL_ACCESS_MODE, when we check if all...
2010-05-10 mquinsonMSG_task_isend/irecv and MSG_comm_test/wait added in...
2010-05-10 mquinsonImprove error message since this can also be caused...
2010-05-10 cristianrosaImprove the transition's dependence detection in MC
2010-05-10 cristianrosaDo not use the src_buff and dst_buff to flag that the...
2010-05-10 cristianrosaDelay the copy of the data of the communication actions...
2010-05-10 cristianrosaBugfix: make mmalloc build in x64
2010-05-10 mquinsonfactorize error testing in waitany with the one done...
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-08 cristianrosaBugfix: initialize the model checker memory subsystem...
2010-05-07 piniThe eager limit size itself is part of the RDV protocol.
2010-05-07 navarropEnable mac compilation with MMAP.
2010-05-07 mquinsonwell, yes, we need to distribute mmalloc.h (even if...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-07 navarropAdd mc bins to ignored files.
2010-05-07 navarropAdd tests for msg/mc.
2010-05-07 navarropAdd all needs to include mc with cmake.
2010-05-07 mquinsonnow that mmalloc doesn't break tesh anymore nor nothing...
2010-05-07 mquinsonDamnit malek. In C, arguments are passed by value,...
2010-05-07 mquinsoncosmetics (kill unused var, and kill/improve debug...
2010-05-07 mquinsonlet malloc(0) work (and kill debug outputs)
2010-05-07 mquinsonDo not share anonymous pages accross forks, damnit...
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-06 mquinsonImprove the integration of mmalloc and mc_memory into...
2010-05-06 mquinsonStupid me, xbt_init is called by each GRAS process
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-05-05 mquinsonSome MSG examples mainly useful to test the model-checker
2010-05-05 mquinsonignore binaries in examples of tracing
2010-05-05 mquinsonWe are preparing v3.5
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-05-05 mquinsontypo
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet
2010-05-05 mquinsonUnify the copyright headers of mmalloc with the rest...
2010-05-05 mquinsonchange mmalloc.h into a public header
2010-05-05 mquinsonWe don't intend to support pre-ansi platforms, so clean...
2010-05-05 mquinsonAdd mmalloc to cmake
2010-05-05 mquinsonAdd setset to cmake build chain
2010-05-05 mquinsonUpdate mmalloc to compile with paranoid flags used...
2010-05-05 mquinsonalign detection of lua in autotools with what's done...
2010-05-05 mquinsonNew module: mmalloc (mapped malloc)
2010-05-05 mquinsonNew data container: setset (set of sets of elements)
2010-05-05 mquinsonBug fix in xbt_dynar_shrink(): use the right element...
2010-05-05 mquinsonNew function: xbt_fifo_get_last_item()
2010-05-05 mquinsonNew function: xbt_dict_cursor_set_data()
2010-05-05 mquinsonupdate the release number in autotools
2010-05-05 mquinsona script to build a zip archive of the windows port...
2010-05-05 navarropTry to be compatible with mac command.
next