aboutsummaryrefslogtreecommitdiff
path: root/docs/C - Misc. tutorials.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move documents to github.ioAlexey Neyman2017-03-201-403/+0
| | | | | | Will be pulled into release tarball by a release script. Signed-off-by: Alexey Neyman <stilor@att.net>
* docs: document Xtensa configuration overlayMax Filippov2015-11-191-0/+42
| | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* file modes: Set files to be non-executableBryan Hundven2015-11-121-0/+0
| | | | | | | | | | | | | | I was going to start doing some autoconf work, and noticed that configure.in was executable. Then I noticed Makefile.in was executable. o.O So, I ran ```find . -type f -executable``` and found a bunch of files that shouldn't be set executable. This commit makes them normal files again. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Cygwin: Add documentationRay Donnelly2015-11-131-0/+46
| | | | | | | There's a lot that can go wrong if you stray from the path. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
* Added documentation for --with-grepFabian Freyer2014-08-281-0/+1
| | | | Signed-off-by: "Fabian Freyer" <fabian.freyer@physik.tu-berlin.de>
* docs: start cleaning up after the conversion from Hg to gitYann E. MORIN2014-06-281-0/+6
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* docs: update my e-mailYann E. MORIN"2012-03-061-3/+3
| | | | | | | | Since anciens.enib.fr has been dead for two months now, without any hope of recovery, update my e-mail to point to @free.fr instead. Reported-by: "Bryan Hundven" <bryanhundven@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* docs: Document usage with Xcode 4.1Titus von Boxberg"2011-08-221-5/+19
| | | | | | | | | | | | | With Xcode 4.1 'gcc' is symlinked llvm-gcc-4.2 which cannot bootstrap other gccs. See http://llvm.org/bugs/show_bug.cgi?id=9571 On my machine the faulty gcc is gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) Document a workaround. Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
* configure: require libtoolize, create wrapper to itTitus von Boxberg"2011-08-221-5/+6
| | | | | | | | | | libtoolize must be checked_for and there needs to be a wrapper that points to GNU libtoolize since that may be installed as glibtoolize. This fixes a problem with building Cloog/PPL that was Reported-by: "Pierrick Brossin" <pierrick@bs-network.net> Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
* docs: add signed-off-by line to sample commit messageTitus von Boxberg2011-07-281-6/+8
| | | | Signed-off-by: Titus von Boxberg <titus@v9g.de>
* misc: fix more typos here and there...Yann E. MORIN"2011-07-171-1/+1
| | | | | Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* misc: fix typosYann E. MORIN"2011-07-171-1/+1
| | | | | Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs/C : libncurses is not needed anymoreTitus von Boxberg2011-07-031-1/+2
| | | | macports libncurses was required only on SL 10.6.3
* docs/C : use new URL in hg tutorialTitus von Boxberg2011-07-031-1/+1
| | | | ct-ng has moved, update documentation
* docs: move the Mercurial tutorial to the tutorials sectionYann E. MORIN"2010-08-141-0/+197
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: split into multiple filesYann E. MORIN"2010-08-141-0/+93
The overview.txt file has evolved into more than just an overview. Split it into chapters, and include the misc tutorials. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>