Difference between revisions of "Code"

From Mu2eWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
* [[GitIntro]] code management preliminaries for newcomers
 
* [[GitIntro]] code management preliminaries for newcomers
 
* [[OfflineStatus]] which branch or tag of Mu2e Offline you should start from
 
* [[OfflineStatus]] which branch or tag of Mu2e Offline you should start from
* [[GitHubWorkflow|git]] - code repository checkout and commit procedures
+
* [[GitHubWorkflow]] - code repository checkout and commit procedures
* [[Muse]] - Mu2e code setup and build system
+
* [[Muse]] - Mu2e code setup and build scripts
 
* [[scons]] - internal commercial build tool, called by Muse
 
* [[scons]] - internal commercial build tool, called by Muse
* [[CodeDebugging|Debugging]]
+
* [[CodeDebugging|Debugging]] code debuggin tools and tips
 
* [http://cdcvs.fnal.gov/lxr/mu2eofflinesoftware/index.html LXR] - cross-linked code browser
 
* [http://cdcvs.fnal.gov/lxr/mu2eofflinesoftware/index.html LXR] - cross-linked code browser
 
* [https://www.github.com/Mu2e Mu2e github organization]
 
* [https://www.github.com/Mu2e Mu2e github organization]
* [[UPS|UPS]] - notes on using the UPS product setup
+
* [[UPS|UPS]] - using the Fermilab UPS product setup
 
* [[Redmine]] - a few pieces of code are still in the redmine git repository
 
* [[Redmine]] - a few pieces of code are still in the redmine git repository
 
* [[CVS]] - a few pieces of code are still in the CVS repository
 
* [[CVS]] - a few pieces of code are still in the CVS repository

Revision as of 20:57, 13 May 2021

Building code

  • GitIntro code management preliminaries for newcomers
  • OfflineStatus which branch or tag of Mu2e Offline you should start from
  • GitHubWorkflow - code repository checkout and commit procedures
  • Muse - Mu2e code setup and build scripts
  • scons - internal commercial build tool, called by Muse
  • Debugging code debuggin tools and tips
  • LXR - cross-linked code browser
  • Mu2e github organization
  • UPS - using the Fermilab UPS product setup
  • Redmine - a few pieces of code are still in the redmine git repository
  • CVS - a few pieces of code are still in the CVS repository

Configuring executables

Modules, Products, and Services

Code Management

Standards and Practices

External Packages