Difference between revisions of "Devops"

From Lost In Wonderlands
Jump to: navigation, search
(Software configuration management)
(Build)
 
(12 intermediate revisions by the same user not shown)
Line 40: Line 40:
 
* CLion, https://www.jetbrains.com/clion/
 
* CLion, https://www.jetbrains.com/clion/
 
* GoLang, https://www.jetbrains.com/go/?fromMenu&utm_expid=.qV9Irwa4SS-xPJHMhpNehw.0&utm_referrer=https%3A%2F%2Fwww.jetbrains.com%2Fpycharm%2F%3FfromMenu
 
* GoLang, https://www.jetbrains.com/go/?fromMenu&utm_expid=.qV9Irwa4SS-xPJHMhpNehw.0&utm_referrer=https%3A%2F%2Fwww.jetbrains.com%2Fpycharm%2F%3FfromMenu
* Visual Studio
+
* [[VisualStudio]]
** https://visualstudio.microsoft.com/fr/?rr=https%3A%2F%2Fwww.qwant.com%2F
+
** https://fr.wikipedia.org/wiki/Microsoft_Visual_Studio#Visual_Studio_pour_Mac
+
* https://fr.wikipedia.org/wiki/Visual_Studio_Code
+
** https://fr.wikipedia.org/wiki/Microsoft_Visual_Studio#Visual_Studio_pour_Mac
+
**https://code.visualstudio.com
+
 
* XCode, https://developer.apple.com/xcode/
 
* XCode, https://developer.apple.com/xcode/
 
* Qt Creator
 
* Qt Creator
Line 59: Line 54:
  
 
=== Dependency , Dependency Managers, Packages Manager ===
 
=== Dependency , Dependency Managers, Packages Manager ===
 +
 +
 +
list on github for packages and dependency manager
 +
* https://github.com/showcases/package-managers
 +
 +
=== Dependency managers ===
 +
 
* https://devopedia.org/dependency-manager
 
* https://devopedia.org/dependency-manager
 
* https://devopedia.org/dependency-injection
 
* https://devopedia.org/dependency-injection
Line 67: Line 69:
 
* http://wiki.c2.com/?ContextIndependence
 
* http://wiki.c2.com/?ContextIndependence
  
list on github for packages and dependency manager
 
* https://github.com/showcases/package-managers
 
  
 
* Gradle
 
* Gradle
Line 82: Line 82:
 
* Carthage
 
* Carthage
 
** https://github.com/Carthage/Carthage
 
** https://github.com/Carthage/Carthage
 +
 +
 +
=== Packages managers ===
 +
list of packages managers
 +
* https://en.wikipedia.org/wiki/List_of_software_package_management_systems
 +
 +
== Software configuration management ==
 +
* https://en.wikipedia.org/wiki/Software_configuration_management
  
 
== Devops Engines ==
 
== Devops Engines ==
Line 87: Line 95:
 
* jenkins
 
* jenkins
 
* https://github.com/wakaleo/game-of-life
 
* https://github.com/wakaleo/game-of-life
 +
* https://fastlane.tools/
  
 
== SourceCodeMagamentSystems ==
 
== SourceCodeMagamentSystems ==
Line 96: Line 105:
 
* [[GNU/make]]
 
* [[GNU/make]]
 
* [[CMake]]
 
* [[CMake]]
 +
** https://cmake.org/cmake-tutorial/
 +
** https://alexandre-laurent.developpez.com/tutoriels/cmake/
 +
** https://riptutorial.com/fr/cmake
 +
** https://www.johnlamp.net/cmake-tutorial-1-getting-started.html
 +
** https://www.internalpointers.com/post/modern-cmake-beginner-introduction
 +
** https://riptutorial.com/cmake
 +
** https://www.kdab.com/wp-content/uploads/stories/KDAB-whitepaper-CMake.pdf
 +
** https://www.qt.io/blog/qt-6-build-system
 +
**
 +
* [[Ninja]]
 +
** https://ninja-build.org/
 +
* [[GN]]
 +
** https://docs.google.com/presentation/d/15Zwb53JcncHfEwHpnG_PoIbbzQ3GQi_cpujYwbpcbZo/edit#slide=id.g119d702868_0_12
 +
** https://docs.google.com/presentation/d/15Zwb53JcncHfEwHpnG_PoIbbzQ3GQi_cpujYwbpcbZo/edit#slide=id.g4eba7c1434_142_5
 +
** https://chromium.googlesource.com/chromium/src/tools/gn/+/48062805e19b4697c5fbd926dc649c78b6aaa138/README.md
 +
** https://gn.googlesource.com/gn/+/master/docs/reference.md#var_sources
 +
** https://gn.googlesource.com/gn/+/master/docs/quick_start.md#Test-the-binary
 +
** https://gn.googlesource.com/gn/+/master/docs/language.md#Build-configuration
 +
* [[Tup]]
 +
* [[redo]]
 +
* [[jam]]
 
* [[Ant]]
 
* [[Ant]]
 
* [[Maven]]
 
* [[Maven]]
Line 106: Line 136:
  
 
== StaticCodeAnalysers ==
 
== StaticCodeAnalysers ==
 +
* https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis
 +
* PMD, https://pmd.github.io/
 +
* https://en.wikipedia.org/wiki/Klocwork
 +
* https://en.wikipedia.org/wiki/Coverity
 +
* *https://scan.coverity.com/
 +
* Find Bugs,http://findbugs.sourceforge.net/
 +
 +
== Code Source Antii Plagiarism tools ==
 +
* https://en.wikipedia.org/wiki/Plagiarism_detection
 +
* Protext IP , Black Duck Software
 +
* Flexera, https://blog.flexerasoftware.com/
  
 
== UnitTesting ==
 
== UnitTesting ==

Latest revision as of 16:45, 21 October 2020

Devops

See Also


Theories Links

IDEs


Visual Programming IDE

Dependency , Dependency Managers, Packages Manager

list on github for packages and dependency manager

Dependency managers



Packages managers

list of packages managers

Software configuration management

Devops Engines

SourceCodeMagamentSystems

AutomaticSourceCodeReviews

Build

BuildChecking

StaticCodeAnalysers

Code Source Antii Plagiarism tools

UnitTesting

Tools link

BugTackingSystems

DebuggingUtilities

Books