Skip to content
Snippets Groups Projects
  1. Dec 17, 2013
  2. Dec 16, 2013
  3. Dec 13, 2013
  4. Dec 12, 2013
  5. Dec 11, 2013
  6. Dec 10, 2013
  7. Dec 09, 2013
  8. Dec 06, 2013
  9. Dec 05, 2013
    • Danilo Piparo's avatar
      Aclic: generate rootmaps with rootcint if they are requested · d020f117
      Danilo Piparo authored
      the rootmapfile was created within the TSystem::CompileMacro function
      assuming the "old" rootmapfile format. This upgrade allows to have
      a single producer of rootmapfiles: rootcling.
      d020f117
    • Danilo Piparo's avatar
      Remove check for existing dictionary headers · da280e22
      Danilo Piparo authored
      given that dictionary headers are not created anymore since ~1month
      da280e22
    • Danilo Piparo's avatar
      Use rootcling to generate rootmaps during the root build · 64e9dbe5
      Danilo Piparo authored
      To achieve this goal the following changes were applied:
      1) rlibmap is reduced to a no-op with a nice deprecation message.
      The return value is zero not to break build systems which may
      rely on it. This will be transformed to an error in beta 2.
      rlibmap will be removed in beta 3.
      2) The build systems were updated in order to leverage rootcling
      for the rootmap generation, basically adding 2 flags, -rmf and -rml.
      3) Rootcling has a new option, -r which is on the same footing of
      -f but it tells the system to ignore the dictionary generation.
      When -r is present rootcling becomes a tool to generate rootmaps
      (and capability files).
      
      At the moment the makefile build does not properly account for
      rootmaps as targets, i.e. a deleted/modified rootmap will trigger
      a no-op rlibmap. A forthcoming commit will fix this behaviour.
      64e9dbe5
  10. Dec 04, 2013
  11. Dec 03, 2013
  12. Dec 02, 2013
  13. Nov 29, 2013
Loading