About: Codebase

An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In software development, a codebase (or code base) is a collection of source code used to build a particular software system, application, or software component. Typically, a codebase includes only human-written source code files; thus, a codebase usually does not include source code files generated by tools (generated files) or binary library files (object files), as they can be built from the human-written source code. However, it generally does include configuration and property files, as they are the data necessary for the build.

Property Value
dbo:abstract
  • الكود الأساسي وصف يطلق على الحزمة الكاملة من الملفات المصدرية التي تنتج برنامجًا كاملا. يكون غالبًا الكود الأساسي مخزنًا ومدارًا في نظام تحكم بالمصدر مثل غت وسبفيرجن. (ar)
  • Der Begriff Codebasis (englisch codebase) im Bereich der Softwaretechnik bezeichnet die Gesamtheit der zu einem Projekt gehörenden Quelltextdateien sowie eventuell dazugehöriger Konfigurationsdateien. Darunter fallen aber auch diverse Dateien anderer Art, welche für den Vorgang des Kompilierens benötigt werden, z. B. sog. Makefiles. Hinreichend große Codebasen werden i. d. R. mittels Versionierungssystemen verwaltet. Im Falle von quelloffener Software sind die Codebasen meist in Form von entsprechenden Repositories öffentlich zugänglich. Der Begriff eignet sich aber auch dazu, um eine Aussage über die Beziehung bzw. Historie verschiedener, dennoch ähnlicher, Projekte zu machen. So spricht man z. B. im Falle einer Abspaltung (Fork) davon, dass es eine gemeinsame Codebasis gibt, während es im Falle einer unabhängigen Entwicklung eine eben solche nicht gibt. Die Größe einer Codebasis wird in Lines of Code angegeben. (de)
  • In software development, a codebase (or code base) is a collection of source code used to build a particular software system, application, or software component. Typically, a codebase includes only human-written source code files; thus, a codebase usually does not include source code files generated by tools (generated files) or binary library files (object files), as they can be built from the human-written source code. However, it generally does include configuration and property files, as they are the data necessary for the build. A codebase is typically stored in a source control repository in a version control system. A source code repository is a place where large amounts of source code are kept, either publicly or privately. Source code repositories are used most basically for backups and versioning, and on multi-developer projects to handle various source code versions and to provide aid in resolving conflicts that arise from developers submitting overlapping modifications. Subversion, Git and Mercurial are examples of popular tools used to handle this workflow, which are common in open source projects. For smaller projects, its code may be kept as a non-managed set of files (even the Linux kernel was maintained as a set of files for many years). (en)
  • Le terme codebase, ou code base est utilisé en développement de logiciel pour désigner l'ensemble du code source utilisé pour construire un logiciel ou un composant. En général, le codebase n'inclut que des fichiers sources écrits par des humains et non, par exemple, des fichiers sources générés par d'autres outils ou par des programmes. Le codebase d'un projet est habituellement versionné grâce à un système de gestion de versions. Il se trouve alors conservé au milieu d'une quantité importante de code source (public ou privé). Ces systèmes sont souvent utilisés dans des projets faisant intervenir plusieurs développeurs afin de gérer les versions successives du code source. Git est un système de gestion de versions populaire pour gérer ce workflow et est largement utilisé dans les projets open source. Dire que plusieurs codebases sont distincts signifie que leurs implémentations sont indépendantes (elles ne partagent pas de code source) et que historiquement ces implémentations ne dérivent pas d'un codebase commun. Dans le cas de standards, ceci prouve une interopérabilité puisque deux programmes indépendants peuvent implémenter un même standard.[pas clair] (fr)
  • El término codebase (pronunciado [kodbejs]), o base de código, es usado en el desarrollo de software con el significado de la colección completa de código fuente usada para construir una aplicación o componente particular. Típicamente, el codebase incluye solamente los archivos del código fuente escritos por humanos y no los archivos del código fuente generados por otras herramientas o archivos de biblioteca binaria. Sin embargo, incluye generalmente archivos de configuración y de propiedades. El codebase para un proyecto es típicamente almacenado en un repositorio de control de fuentes. Un repositorio del código fuente es un lugar en donde son guardadas grandes cantidades de código fuente, tanto públicamente como privadamente. Son frecuentemente usados por proyectos de multi-desarrolladores para manejar, de una manera organizada, varias versiones y los conflictos que se presentan con los desarrolladores sometiendo modificaciones conflictivas. Subversion y Mercurial son herramientas populares usadas para manejar este flujo de trabajo, y son comunes en proyectos de fuente abierta. Refiriéndose a múltiples codebases como "distintos" se declara que hay implementaciones independientes sin código fuente compartido y que históricamente, estas implementaciones no evolucionaron de un proyecto común. En el caso de estándares, esto puede ser una manera de demostrar interoperabilidad mostrando dos piezas independientes de software que implementan un estándar dado. (es)
  • Il termine codebase, o code base, è usato nello sviluppo del software per indicare l'intera collezione di codice sorgente usata per costruire una particolare applicazione o un particolare componente. Tipicamente, il codebase include solo file di codice sorgente scritto a mano, e non ad esempio file di codice sorgente generati da altri tool o file binari di libreria. Tuttavia, generalmente il codebase include file di configurazione e delle proprietà. Il codebase per un progetto è tipicamente contenuto in un repository di controllo sorgente. Un repository di codice sorgente è un luogo dove viene custodita una gran quantità di codice sorgente, sia pubblico che privato. Spesso vengono usati per progetti a cui partecipano più sviluppatori per tenere in memoria varie versioni del programma e in modo tale che gli sviluppatori carichino i vari aggiornamenti di codice in un flusso organizzato. Tra gli strumenti software più utilizzati per gestire tali flussi di dati ricordiamo Git e Subversion. (it)
  • コードベース(英: codebase)は、ソフトウェア開発では、特定のソフトウェアシステム、アプリケーション、ソフトウェアコンポーネントなどを構築するために使用されるソースコードの集まりのこと。通常、コードベースには人間が作成したソースコードファイルのみが含まれ、ツールによって生成されたソースコードファイル(生成されたファイル)またはバイナリライブラリファイル(オブジェクトファイル)は含まれない。これらは人間が作成したソースコードから構築できるためである。構成ファイルとプロパティファイルはビルドに必要なデータであるため、コードベースに含まれる。 コードベースは通常、バージョン管理システムのソース管理リポジトリに保存される。小規模なプロジェクトの場合は、単純なファイルの集まりとして保持される場合がある(Linuxカーネルでさえ長年にわたってファイルの集まりとして維持されていた)。 ソースコードリポジトリは、公的または私的に大量のソースコードが保管される場所であり、バックアップとバージョン管理に使用され、複数人の開発者によるプロジェクトでは、さまざまなソースコードバージョンを処理し、開発者が重複する変更を送信することで発生する競合を解決するのに役立つ。 Subversion、Git、Mercurialは、このワークフローを処理するために使用される一般的なツールの例であり、オープンソースプロジェクトでも一般的である。 (ja)
  • 소프트웨어 개발에서 코드베이스(codebase)는 특정 , 응용 소프트웨어, 소프트웨어 구성 요소를 빌드하기 위해 사용되는 소스 코드의 모임이다. 일반적으로 코드베이스에는 사람이 쓴 소스 코드 파일만 포함한다. 그러므로 코드베이스는 일반적으로 도구나 바이너리 라이브러리 파일에 의해 생성된 소스 코드 파일을 포함하지는 않으며 사람이 작성한 소스 코드로부터 빌드될 수 있다. 그러나 구성 및 속성 파일을 포함하지 않는 것이 보통인데, 이것들은 빌드에 필수적인 데이터이기 때문이다. 코드베이스는 일반적으로 버전 관리 시스템의 소스 컨트롤 저장소에 저장된다. 더 작은 프로젝트의 경우 단순한 파일들로 유지된다.(리눅스 커널이 수년 간 파일들로 유지되고 있었듯이) (ko)
  • Кодовая база (в программировании, англ. code base) — исходный код (текст), необходимый для сборки отдельной программы или её компонента. Кодовая база обычно включает исходный код, написанный программистами, не содержит код, созданный автоматически специализированными инструментами, не содержит двоичные файлы библиотек, может содержать файлы конфигурации. Исходный код обычно хранится в репозиториях систем управления версиями. (ru)
  • 在软件开发中,代码库(英語:code base或codebase)是用于构建特定软件系统、应用程序或软件组件一组的源代码。 通常,代码库仅包含人工编写的源代码文件;代码库通常不包含由工具生成的源代码文件或二进制文件(目标文件),因为它们可以从人工编写的源代码构建生成,没有必要加入代码库。但是,代码库通常包括配置文件和属性文件,因为这些文件是构建时所必不可少的数据。 代码库通常存储在版本控制系统中的仓库(repository)中。对于较小的项目,可以将其保存为一组简单的文件(甚至连Linux内核都通过这种形式维护了很多年)。仓库是一个公共或私有的保存大量源代码的地方。大多数仓库会用作备份、版本控制,在多人开发的项目中会帮助处理各种代码版本问题,如:开发者同时修改源码导致的冲突。现今,流行使用Subversion,Git和Mercurial等工具构建仓库(repository)并处理上述的事情,在开源项目十分流行。 (zh)
dbo:wikiPageID
  • 2111762 (xsd:integer)
dbo:wikiPageLength
  • 6782 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1107815120 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • الكود الأساسي وصف يطلق على الحزمة الكاملة من الملفات المصدرية التي تنتج برنامجًا كاملا. يكون غالبًا الكود الأساسي مخزنًا ومدارًا في نظام تحكم بالمصدر مثل غت وسبفيرجن. (ar)
  • 소프트웨어 개발에서 코드베이스(codebase)는 특정 , 응용 소프트웨어, 소프트웨어 구성 요소를 빌드하기 위해 사용되는 소스 코드의 모임이다. 일반적으로 코드베이스에는 사람이 쓴 소스 코드 파일만 포함한다. 그러므로 코드베이스는 일반적으로 도구나 바이너리 라이브러리 파일에 의해 생성된 소스 코드 파일을 포함하지는 않으며 사람이 작성한 소스 코드로부터 빌드될 수 있다. 그러나 구성 및 속성 파일을 포함하지 않는 것이 보통인데, 이것들은 빌드에 필수적인 데이터이기 때문이다. 코드베이스는 일반적으로 버전 관리 시스템의 소스 컨트롤 저장소에 저장된다. 더 작은 프로젝트의 경우 단순한 파일들로 유지된다.(리눅스 커널이 수년 간 파일들로 유지되고 있었듯이) (ko)
  • Кодовая база (в программировании, англ. code base) — исходный код (текст), необходимый для сборки отдельной программы или её компонента. Кодовая база обычно включает исходный код, написанный программистами, не содержит код, созданный автоматически специализированными инструментами, не содержит двоичные файлы библиотек, может содержать файлы конфигурации. Исходный код обычно хранится в репозиториях систем управления версиями. (ru)
  • 在软件开发中,代码库(英語:code base或codebase)是用于构建特定软件系统、应用程序或软件组件一组的源代码。 通常,代码库仅包含人工编写的源代码文件;代码库通常不包含由工具生成的源代码文件或二进制文件(目标文件),因为它们可以从人工编写的源代码构建生成,没有必要加入代码库。但是,代码库通常包括配置文件和属性文件,因为这些文件是构建时所必不可少的数据。 代码库通常存储在版本控制系统中的仓库(repository)中。对于较小的项目,可以将其保存为一组简单的文件(甚至连Linux内核都通过这种形式维护了很多年)。仓库是一个公共或私有的保存大量源代码的地方。大多数仓库会用作备份、版本控制,在多人开发的项目中会帮助处理各种代码版本问题,如:开发者同时修改源码导致的冲突。现今,流行使用Subversion,Git和Mercurial等工具构建仓库(repository)并处理上述的事情,在开源项目十分流行。 (zh)
  • In software development, a codebase (or code base) is a collection of source code used to build a particular software system, application, or software component. Typically, a codebase includes only human-written source code files; thus, a codebase usually does not include source code files generated by tools (generated files) or binary library files (object files), as they can be built from the human-written source code. However, it generally does include configuration and property files, as they are the data necessary for the build. (en)
  • El término codebase (pronunciado [kodbejs]), o base de código, es usado en el desarrollo de software con el significado de la colección completa de código fuente usada para construir una aplicación o componente particular. Típicamente, el codebase incluye solamente los archivos del código fuente escritos por humanos y no los archivos del código fuente generados por otras herramientas o archivos de biblioteca binaria. Sin embargo, incluye generalmente archivos de configuración y de propiedades. (es)
  • Der Begriff Codebasis (englisch codebase) im Bereich der Softwaretechnik bezeichnet die Gesamtheit der zu einem Projekt gehörenden Quelltextdateien sowie eventuell dazugehöriger Konfigurationsdateien. Darunter fallen aber auch diverse Dateien anderer Art, welche für den Vorgang des Kompilierens benötigt werden, z. B. sog. Makefiles. Hinreichend große Codebasen werden i. d. R. mittels Versionierungssystemen verwaltet. Im Falle von quelloffener Software sind die Codebasen meist in Form von entsprechenden Repositories öffentlich zugänglich. (de)
  • Le terme codebase, ou code base est utilisé en développement de logiciel pour désigner l'ensemble du code source utilisé pour construire un logiciel ou un composant. En général, le codebase n'inclut que des fichiers sources écrits par des humains et non, par exemple, des fichiers sources générés par d'autres outils ou par des programmes. (fr)
  • Il termine codebase, o code base, è usato nello sviluppo del software per indicare l'intera collezione di codice sorgente usata per costruire una particolare applicazione o un particolare componente. Tipicamente, il codebase include solo file di codice sorgente scritto a mano, e non ad esempio file di codice sorgente generati da altri tool o file binari di libreria. Tuttavia, generalmente il codebase include file di configurazione e delle proprietà. (it)
  • コードベース(英: codebase)は、ソフトウェア開発では、特定のソフトウェアシステム、アプリケーション、ソフトウェアコンポーネントなどを構築するために使用されるソースコードの集まりのこと。通常、コードベースには人間が作成したソースコードファイルのみが含まれ、ツールによって生成されたソースコードファイル(生成されたファイル)またはバイナリライブラリファイル(オブジェクトファイル)は含まれない。これらは人間が作成したソースコードから構築できるためである。構成ファイルとプロパティファイルはビルドに必要なデータであるため、コードベースに含まれる。 (ja)
rdfs:label
  • كود أساسي (ar)
  • Codebasis (de)
  • Codebase (en)
  • Base de código (es)
  • Codebase (fr)
  • Codebase (it)
  • 코드베이스 (ko)
  • コードベース (ja)
  • Кодовая база (ru)
  • 代码库 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is gold:hypernym of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License