From Fedora Project Wiki

No edit summary
No edit summary
(51 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{header|docs}}
{{header|docs}}{{Docs_beat_open}}
 
[[Category:Docs Project]]
 
[[Category:Draft documentation]]
== Ada ==
[[Category:Documentation beats]]
 
Git has been updated to 2.4.1 from 2.1.0 [https://bugzilla.redhat.com/show_bug.cgi?id=1217767 Ticket for Documentation of Git 2.4.0]
Ada is a modern programming language designed for large, long-lived applications – and embedded systems in particular – where reliability and efficiency are essential. It was originally developed in the early 1980s (this version is generally known as Ada 83) by a team led by Dr. Jean Ichbiah at CII-Honeywell-Bull in France. The language was revised and enhanced in an upward compatible fashion in the early 1990s, under the leadership of Mr. Tucker Taft from Intermetrics in the U.S. The resulting language, Ada 95, was the first internationally standardized (ISO) Object-Oriented Language. Under the auspices of ISO, a further (minor) revision was completed as an amendment to the standard; this version of the language is known as Ada 2005. Work is currently in progress on some additional features (including support for program anotations) and is expected to be completed in 2012.
Fedora 22 has includes Git 2.4.1. Git is a very popular version control and collaboration tool. The
 
previous version of Git was 2.1.0 in Fedora 21.
Fedora 16 includes the latest open-source Ada development tools.
 
* Fedora 16 includes full stack of tools for Ada Development: Compiler (gcc-gnat), Project Builder (gprbuild), IDE (GPS) and some others
* Ada bindings for most popular tools such as: GTK, Qt, zeromq, Databases (PostgreSQL, MySQL and SQLite) etc
 
 
== autoconf-archive ==
 
The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet.  Version 2011.04.12 is now included in Fedora 16.  Refer to [http://www.gnu.org/software/autoconf-archive/index.html http://www.gnu.org/software/autoconf-archive/index.html] for the project details.
 
 
== be ==
 
Bugs Everywhere is a “distributed bugtracker”, designed to complement distributed revision control systems. By using distributed revision control as a backend for bug state, we gain several convenient features:
 
* Bugs and code that live on branches are tracked together—when a branch is merged, both the code changes and bug changes that the branch contains are merged alongside each other. We no longer have to be confused about whether a fix that is applied to the development branch but not yet present in the production branch means that our bug is “fixed”.
* Users can fully modify bug state while offline, unlike with many centralized bugtrackers.
* When a user checks out your source code, she gets the current bug state for free.
* We can still provide access to a friendly web interface for users—in this model, a web interface becomes just another client that merges with the main repository.
 
Fedora 16 includes version 1.0.1.
 
 
== btparser ==
 
'''btparser''' is a backtrace parser and analyzer, which works with backtraces produced by the GNU Project Debugger. It can parse a text file with a backtrace to a tree of C structures, allowing the developer to analyze the threads and frames of the backtrace and work with them.  The project's trac page may be found at [https://fedorahosted.org/btparser/ https://fedorahosted.org/btparser/].
 
== caribou-devel ==
 
Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device.
 
The initial goal is to make an in-place on-screen keyboard suitable for people who can use a mouse but not a hardware keyboard. This on-screen keyboard may also be useful for touch screen or tablet users.  [http://live.gnome.org/Caribou http://live.gnome.org/Caribou].
 
 
== cddlib-static ==
 
cddlib is a C library implementing of the Double Description Method of Motzkin et al. for generating all vertices (i.e. extreme points)
and extreme rays of a general convex polyhedron. [http://www.ifor.math.ethz.ch/~fukuda/cdd_home/ http://www.ifor.math.ethz.ch/~fukuda/cdd_home/].
 
 
== frama-c ==
 
'''frama-c''' is a C source code analysis tool, which may be used standalone, or integrated with Emacs. '''frama-c''' includes a source browser, and can calculate simple metrics such as sloc, call depth and cyclomatic complexity for a project.  It can also generate simple call graphs.  Various assertions about the code may be tested, and the code may be validated against a number of theorems. '''frama-c''' accepts user written plugins for additional custom analyses. More information on '''frama-c''' may be found at [http://frama-c.com/ http://frama-c.com/].




== GCC Python Plugins  ==
== New Features: ==


GCC plugins that embed Python are now available, enabling developers to more easily hook into GCC's inner workings (e.g. to add new compiler warnings). See the [[Features/GccPythonPlugin | Feature Page ]] for more details.


'''git push --atomic'''


== jruby ==
New to Git in 2.4 and for Fedora is the ''atomic'' option. The '''--atomic''' option does an all - or - nothing
push update. This can be useful for automated tools. An example would be adding '''--atomic''' to the end
of a simple git push: '''git push origin --atomic''' For more information on how to do an atomic
push please visit [https://github.com/blog/1994-git-2-4-atomic-pushes-push-to-deploy-and-more https://github.com/blog/1994-git-2-4-atomic-pushes-push-to-deploy-and-more].


'''jruby''' is a Java implementation of the Ruby language, offering Ruby programmers the platform independence of Java.  Version 1.6.2 of '''jruby''' is new to Fedora 16.  The project page may be found at [http://jruby.org http://jruby.org].
'''Push to Deploy'''


Introduced in Git 2.3.0 and new to Fedora is the ability to push to deploy. This feature will allow
someone to push a branch to a git server even if the branch is checked out on that server.


== libpipeline ==
'''Inverted Grep'''


'''libpipeline''' provides a set of functions for manipulating pipelines of subprocesses in a flexible and convenient way. [http://libpipeline.nongnu.org/ http://libpipeline.nongnu.org/].
''Inverted grep'', or ''--inverted grep'' will let you search for items that do not match the pattern you
have entered. Inverted grep will give the ability to do "everything else but" searching. For example,
if you wanted to search the git log for everything the user ''grundblom'' did that ''was not grammer'' edits
You could use the command: '''git log --all --author=grundblom --invert-grep --grep=grammer'''




== osm-gps-map-devel ==
== Additional updates and enhancements: ==


'''osm-gps-map-devel''', a Gtk+ widget (and Python bindings) that when given GPS co-ordinates, draws a GPS track, and points of interest on a moving map display. Downloads map data from a number of websites, including openstreetmap.org. [http://nzjrs.github.com/osm-gps-map/ http://nzjrs.github.com/osm-gps-map/].
* Ports
 
* UI, Workflows, and Features
 
* Performance
== qwtpolar-devel ==
* Internal Implementation
 
* Development Support
'''qwtpolar-devel''' is a library for plotting polar graphs. [http://qwtpolar.sourceforge.net/ http://qwtpolar.sourceforge.net/].
For more information about Git 2.4.1, please visit the release notes at: [https://raw.github.com/git/git/master/Documentation/RelNotes/2.4.1.txt https://raw.github.com/git/git/master/Documentation/RelNotes/2.4.1.txt].
 
 
== shunit2 ==
 
'''shunit2''' is a unit test framework for shell scripts similar to PyUnit or JUnit.  [http://code.google.com/p/shunit2/ http://code.google.com/p/shunit2/].
 
 
== Static Analysis of CPython Extensions  ==
 
Fedora now ships with a gcc-with-cpychecker variant of GCC, which adds additional compile-time checks to Python extension modules written in C, detecting various common problems (e.g. reference counting mistakes).
 
 
== why-emacs ==
 
'''why-emacs''' is an Emacs add on for the Why software verification tool. [http://why.lri.fr/ http://why.lri.fr/].  Why supports a number of theorem provers including Ergo, haRVey and Zenon, as well as a number of others.
 
 
== wso2 ==
 
New to Fedora 16, the WSO2 Web Services Framework for C++ is an enterprise grade C++ library for providing and consuming Web Services in C++.  Fedora includes version 2.1.0 of the framework.  Documentation may be found at [http://wso2.org/project/wsf/cpp/2.0.0/docs/ http://wso2.org/project/wsf/cpp/2.0.0/docs/].
 
 
 
 
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]

Revision as of 00:15, 26 May 2015

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer

Git has been updated to 2.4.1 from 2.1.0 Ticket for Documentation of Git 2.4.0 Fedora 22 has includes Git 2.4.1. Git is a very popular version control and collaboration tool. The previous version of Git was 2.1.0 in Fedora 21.


New Features:

git push --atomic

New to Git in 2.4 and for Fedora is the atomic option. The --atomic option does an all - or - nothing push update. This can be useful for automated tools. An example would be adding --atomic to the end of a simple git push: git push origin --atomic For more information on how to do an atomic push please visit https://github.com/blog/1994-git-2-4-atomic-pushes-push-to-deploy-and-more.

Push to Deploy

Introduced in Git 2.3.0 and new to Fedora is the ability to push to deploy. This feature will allow someone to push a branch to a git server even if the branch is checked out on that server.

Inverted Grep

Inverted grep, or --inverted grep will let you search for items that do not match the pattern you have entered. Inverted grep will give the ability to do "everything else but" searching. For example, if you wanted to search the git log for everything the user grundblom did that was not grammer edits You could use the command: git log --all --author=grundblom --invert-grep --grep=grammer


Additional updates and enhancements:

  • Ports
  • UI, Workflows, and Features
  • Performance
  • Internal Implementation
  • Development Support

For more information about Git 2.4.1, please visit the release notes at: https://raw.github.com/git/git/master/Documentation/RelNotes/2.4.1.txt.