Skip to content
Snippets Groups Projects
  1. Sep 23, 2024
  2. Aug 14, 2024
  3. Aug 06, 2024
  4. Aug 05, 2024
  5. Aug 04, 2024
  6. Aug 02, 2024
    • Marco Filho's avatar
      Add function to convert to pascalCase · 7225a6b0
      Marco Filho authored
      In EPICS community, it's common to use pascalCase to define files and
      classes names.
      
      I didn't want to create a cookiecutter that wouldn't follow the
      convention, so I create this simple script to try and create a variable
      name that is the project name but in pascalCase.
      
      If it can't recognize the pattern, it just gives up and uses the
      CamelCase anyway (that is, if the initial project name was in CamelCase
      at all).
      7225a6b0
    • Marco Filho's avatar
      Add initial extension template · 9b255911
      Marco Filho authored
      It's a simple commit, but took me some time to figure out how to use
      this.
      
      It will be needed to convert the project name to pascal case conventions
      followed by EPICS community in driver classes and files.
      
      I had a simple conversion algorithm ready but it unfortunately got lost
      in the process of learning how to use this simple_extensions
      thing.
      9b255911
    • Marco Filho's avatar
      Add initial README.md · 5f998d20
      Marco Filho authored
      If project repo url is defined, it will be put in README.
      5f998d20
    • Marco Filho's avatar
      Add initial configure folder. · eb74d24a
      Marco Filho authored
      Nothing much different from ADSimDetector. Just left some indications on
      where to put EPICS_BASE and modules paths in RELEASE file in case
      someone wants to compile this outside areaDetector main path.
      eb74d24a
    • Marco Filho's avatar
      Add initial cookiecutter file · bb94b797
      Marco Filho authored
      bb94b797
    • Marco Filho's avatar
      Initial commit. Add README.md · 7f088394
      Marco Filho authored
      7f088394
Loading