Development

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Packaging and installation: Added Quick Install Maker)
(14 intermediate revisions by 2 users not shown)
Line 14: Line 14:
 
* [[Apache Maven POM file]]
 
* [[Apache Maven POM file]]
 
* [[Autotools]]
 
* [[Autotools]]
 +
* [[Cabal]]
 
* [[CMake]]
 
* [[CMake]]
 
* [[Imake|Imakefile]]
 
* [[Imake|Imakefile]]
Line 36: Line 37:
  
 
== Interface ==
 
== Interface ==
 +
See also [[Resources]].
 
* [[Nib file]] (Mac OS X development; windowed interfaces) (.nib)
 
* [[Nib file]] (Mac OS X development; windowed interfaces) (.nib)
 +
* [[QML]]
 
* [[Storyboard file]] (iOS development) (.storyboard)
 
* [[Storyboard file]] (iOS development) (.storyboard)
 
* [[Xib file]] (Mac OS X / iOS development; replaced Nib files) (.xib)
 
* [[Xib file]] (Mac OS X / iOS development; replaced Nib files) (.xib)
Line 55: Line 58:
 
* [[IIK]] (Incremental link file)
 
* [[IIK]] (Incremental link file)
 
* [[MAP]] (Memory map link information)
 
* [[MAP]] (Memory map link information)
 +
 +
== Packaging and installation ==
 +
See also [[Archiving#Program/App/Applet/Installer|specialized archive formats]] and the "Build Automation" and "Project" sections of this page.
 +
* Inno Setup
 +
** [[Inno Setup ISL]]
 +
** [[Inno Setup Script]]
 +
* [[Install Maker]]
 +
* [[NSIS Script]]
 +
* [[Quick Install Maker]]
  
 
== Project ==
 
== Project ==
Line 85: Line 97:
 
== Revision control systems / code repositories ==
 
== Revision control systems / code repositories ==
 
* [[Concurrent Versions System]] (CVS)
 
* [[Concurrent Versions System]] (CVS)
 +
* [[Fossil checkout database]]
 +
* [[Fossil repository database]]
 
* [[Git]]
 
* [[Git]]
 
** [[Github]]
 
** [[Github]]
Line 94: Line 108:
  
 
== Specialized ==
 
== Specialized ==
 +
* [[Cre8or]] (.cr8)
 
* [[Game Maker]] (.gm6, .gmk)
 
* [[Game Maker]] (.gm6, .gmk)
 
* [[RBJ (Redcode oBJect)]]
 
* [[RBJ (Redcode oBJect)]]
 +
* Tiled
 +
** [[Tiled JSON]]
 +
** [[Tiled TMX]]
 +
** [[Tiled TSX]]
 
* [[UltraEdit wordfile]] (.uew)
 
* [[UltraEdit wordfile]] (.uew)
  
 
== Uncategorized ==
 
== Uncategorized ==
 +
* [[Buildinfo]] [https://wiki.debian.org/ReproducibleBuilds/BuildinfoFiles]
 +
* [[Ghidra]]
 
* [[SOURCE DATE EPOCH|SOURCE_DATE_EPOCH]]
 
* [[SOURCE DATE EPOCH|SOURCE_DATE_EPOCH]]
  
Line 105: Line 126:
 
* [http://www.bluecloudsolutions.com/blog/money-apps-turn-1k-200k-portfolio/ Somebody's "How To Make Money With Apps" article] (that, unintentionally, gives insights into why smartphone apps suck so much these days)
 
* [http://www.bluecloudsolutions.com/blog/money-apps-turn-1k-200k-portfolio/ Somebody's "How To Make Money With Apps" article] (that, unintentionally, gives insights into why smartphone apps suck so much these days)
 
* [http://boingboing.net/2014/04/24/band-releases-album-as-linux-k.html Band releases album as Linux kernel module]
 
* [http://boingboing.net/2014/04/24/band-releases-album-as-linux-k.html Band releases album as Linux kernel module]
 +
* [https://github.com/MattPD/cpplinks/blob/master/executables.md C++ links: executables]

Revision as of 08:16, 20 April 2020

File Format
Name Development
Ontology

{{{caption}}}

File formats concerning compilers, interpreters, linkers, IDEs, etc.

See also: Source code, Executables

Contents

Build Automation

(see also Project below)

Cloud platforms

Compiling

  • BSC (Browser code file)
  • IDB (State file)
  • MIDL (Microsoft Interface Definition Language)
  • ODL (Object Description Language)
  • SBR (Visual Studio source browser intermediate file)

Debug

Interface

See also Resources.

  • Nib file (Mac OS X development; windowed interfaces) (.nib)
  • QML
  • Storyboard file (iOS development) (.storyboard)
  • Xib file (Mac OS X / iOS development; replaced Nib files) (.xib)

Intermediate

For bytecode formats, see Executables#Virtual machine code.

Linking

  • IIK (Incremental link file)
  • MAP (Memory map link information)

Packaging and installation

See also specialized archive formats and the "Build Automation" and "Project" sections of this page.

Project

Remote procedure calls

Resource

See Resources.

Revision control systems / code repositories

Runtime environments

Specialized

Uncategorized

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox