Difference between revisions of "Devops"

From Lost In Wonderlands
Jump to: navigation, search
(IDEs)
(Build)
 
(8 intermediate revisions by the same user not shown)
Line 95: Line 95:
 
* jenkins
 
* jenkins
 
* https://github.com/wakaleo/game-of-life
 
* https://github.com/wakaleo/game-of-life
 +
* https://fastlane.tools/
  
 
== SourceCodeMagamentSystems ==
 
== SourceCodeMagamentSystems ==
Line 104: 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 114: 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