Commit Graph

130 Commits

Author SHA1 Message Date
Nikolay Nikolov
a95cb9f35a - removed /psy-q-sdk/lib/* from .gitignore 2024-09-29 23:51:55 +03:00
Kirill Kranz
ec2f18f8be compiles cube.pas example 2024-09-29 16:56:18 +03:00
Kirill Kranz
e788fa7e3f Initial 2024-09-29 16:56:18 +03:00
Pierre Muller
d44a1c4100 Remove compiler/msgtxt.inc and compiler/msgidx.inc from tracked file list 2024-06-11 09:25:56 +02:00
Michaël Van Canneyt
55deb8cb43 * Do not ignore .lpi files in general 2023-11-25 10:33:12 +01:00
Massimo Magnano
0a58afe71a ignore compiled files 2023-07-12 10:53:59 +02:00
florian
48f6ecc1f1 * improve .gitignore 2022-09-19 23:11:12 +02:00
Karoly Balogh
8f2734e1f1 m68k: ignore the mk68kins binary 2022-08-26 18:42:24 +02:00
Karoly Balogh
3024aea354 * add .prg extension to be ignored by git. this is used on Atari and a number of 8 bit platforms for executables 2022-03-05 17:14:08 +01:00
Thorsten Otto
ef8ad54460 Add *.ttp to .gitignore 2022-02-11 22:50:38 +00:00
Pierre Muller
d9eae2c2c5 Also add short format version of build unit BUnit.pp to ignore list 2021-12-08 14:04:29 +00:00
Pierre Muller
0508f643c0 Add gdb4fpc.ini, generated by gppcCPUSUFFIX utility and utils/fpcm/fpcmake to .gitignore list 2021-12-02 10:31:36 +00:00
Pierre Muller
4acf8d36b8 Add symbol_order*.fpc files to .gitignore 2021-09-07 20:19:09 +00:00
Pierre Muller
b5fca5b094 Ignore all BuildUnit_{package_name}.pp generated file 2021-09-01 09:31:50 +02:00
Pierre Muller
4fe3e1f8f8 Add some more patterns to .gitignore 2021-09-01 09:29:51 +02:00
Pierre Muller
3892689ef7 Add several pattern from tests sub-directory to ignore list
(cherry picked from commit a837c8d47a)
2021-09-01 09:29:50 +02:00
Pierre Muller
c426791a1b Also ignore compiler/gppc* pattern 2021-08-17 13:49:05 +00:00
Pierre Muller
b962abc84f Add compiler/revision.inc to .gitignore list 2021-08-17 12:28:25 +02:00
Michaël Van Canneyt
a7d608dd43 * Add DB testsuite config file to ignore list 2021-08-13 14:09:34 +02:00
Florian Klämpfl
3963e76de9 * restored .gitignore to status from before conversion 2021-08-05 22:11:25 +02:00
pierre
f45bcd615e Add bin directory to ignore list for fpcsrc directory also
git-svn-id: trunk@47259 -
2020-10-30 16:17:05 +00:00
pierre
ea4950ee91 Add missing svn:ignore in some directories
git-svn-id: trunk@46942 -
2020-09-24 10:14:42 +00:00
pierre
644678daaa Add zxspectrum, msxdos and amstradcpc list of unsupported OSes for most utils packages
git-svn-id: trunk@46244 -
2020-08-05 09:30:16 +00:00
pierre
2c3792a1ae Add list of generated executable to svn:ignore
git-svn-id: trunk@45820 -
2020-07-21 14:08:24 +00:00
pierre
17685fe9ca Update svn:ignore porperties
git-svn-id: trunk@45819 -
2020-07-21 12:43:50 +00:00
pierre
9d72e1fa8f Add bin subdirectories to svn:ignore property
git-svn-id: trunk@45818 -
2020-07-21 12:17:40 +00:00
florian
3ce7927096 * made the ide a package, so it can be build in parallel with the other packages, reasons:
- lowers build times
  - ide is not that important anymore than years before
  - other utils like pastojs are also located in the packages tree

git-svn-id: trunk@37926 -
2018-01-06 20:22:30 +00:00
joost
4c9b01dc26 * Removed empty tests directory from svn
git-svn-id: trunk@29025 -
2014-11-08 15:47:53 +00:00
joost
270535fbe5 * Removed empty directories
git-svn-id: trunk@28960 -
2014-11-01 20:05:33 +00:00
marcus
8c2a1ed026 Amiga: sockets, fcl-net, fcl-web included.
git-svn-id: trunk@28709 -
2014-09-22 18:12:43 +00:00
marcus
203089fe1a AROS: sockets, fcl-net, fcl-web included
git-svn-id: trunk@28671 -
2014-09-15 18:33:26 +00:00
Jonas Maebe
04df0d537e * more finegrained parallelism support for testsuite runs: the tests are no
longer split per directory, but in chunks of 100 tests (configurable via
    the new CHUNKSIZE=xxx Makefile parameter), which then all can be checked
    in parallel
   o dependencies between tests are handled by always putting tests whose
     name is the same except for the last character into the same chunk
   o as previously, -jx can only be used for the "all" target, other targets
     cannot be executed in parallel
   o the "units" directory has been renamed "tstunits" because otherwise
     "make distclean" will remove it entirely now that the main tests
     makefile also compiles a program

git-svn-id: trunk@21479 -
2012-06-03 17:56:28 +00:00
sekelsenmat
2df900652e fpvectorial is now moved to lazarus/components/fpvectorial
git-svn-id: trunk@19560 -
2011-10-30 16:42:46 +00:00
Legolas
645744bf51 + Added libogc binding and examples for Wii
git-svn-id: trunk@16989 -
2011-02-23 21:59:42 +00:00
Jonas Maebe
a11709658c - removed outdated versions (superceded by the ones under
utils/uikit-skel/src)

git-svn-id: trunk@16986 -
2011-02-23 12:34:35 +00:00
Legolas
a9188c3aa6 * Updated to libnds 1.5.0 (added dynamic texture allocation)
* Updated Paletted Cube example to use new dynamic textures 
 * Regenerated makefiles
 + Added filesystem example 

git-svn-id: trunk@16920 -
2011-02-15 21:56:10 +00:00
Jonas Maebe
8143a009fd * moved to correct location so it's used by the conversion script
git-svn-id: trunk@16903 -
2011-02-09 21:07:29 +00:00
Legolas
527dd56b28 + Initial Wii support
git-svn-id: trunk@16888 -
2011-02-07 16:56:45 +00:00
Legolas
c3698c84be * Updated libndsfpc to 1.4.10:
+ Added support for Tetris paddle, Guitar Hero grip and easy piano controller
  + Added sdmmc support for reading DSi internal SD card
  + i2c communication functions for DSi
  + Added some time handling related examples 
  * Improved timing functions
  * Some small bug fixes and improvements, both in library and examples
  - Removed unused SVN macros from header and license infos to save space :)

git-svn-id: trunk@16879 -
2011-02-05 14:20:49 +00:00
florian
f5bde338ff - remove unused and non functional kalyptus port
git-svn-id: trunk@16852 -
2011-01-30 17:14:33 +00:00
Jonas Maebe
3ca3276400 * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another
change is that it is now also allowed to specify an external name for
    formal external class definitions, but if they are later mixed with
    regular class definitions the external names have to match.
   o because the "external" status of methods is now set while parsing the
     class rather than afterwards, some procdir compatibility checks had to
     be inlined because they only have to be performed for 
  * also adapted the syntax for external cppclasses in the same way
  * fixed return type of NSObject.retainCount and NSObject.hash
    (NSUInteger instead of cint)
  * moved "patches" directory from cocoaint/src to cocoaint/utils/cocoa-skel
    so they are used by the conversion script when re-parsing the headers
  * updated Objective-C header parser script to
   o use the new external class syntax
   o not write inheritance information for root classes (NSObject, NSProxy)
   o use internal translation tables for some conflicting method names that
    are named specially in objcbase.pp
   and updated parsed headers
  * fixed rtl/inc/objcbase.pp and tests to conform to the new external class
    syntax

git-svn-id: trunk@16684 -
2011-01-02 14:50:46 +00:00
Jonas Maebe
9410f7d5d3 - obsolete, removed (handled by regular script)
git-svn-id: trunk@16532 -
2010-12-10 10:13:55 +00:00
sergei
a360f4c955 + Added a basic test for TCustomVariantType creation functionality.
git-svn-id: trunk@16322 -
2010-11-10 16:21:19 +00:00
nickysn
b1ffb01b42 * updated ptc
git-svn-id: trunk@16018 -
2010-09-19 22:10:28 +00:00
pierre
571ce24835 * ignore stamp files *-stamp.*
git-svn-id: trunk@14847 -
2010-02-02 15:20:07 +00:00
pierre
40f1eaf987 * Add Package.fpc to svn:ignore in utils and packages directories
git-svn-id: trunk@14846 -
2010-02-02 15:05:29 +00:00
pierre
b74e5daccc * default svn:ignore to directories having none
git-svn-id: trunk@14845 -
2010-02-02 13:55:27 +00:00
florian
9280f60779 - alpha simulator removed: we never used it so far, fpc has no alpha support, alpha is basically dead, qemu supports alpha
git-svn-id: trunk@13530 -
2009-08-13 17:55:21 +00:00
Legolas
d2dabe9a33 * updated nds/gba linker scripts and reverted some changes for 2.2.4a release
- Removed unused/outdated stuff from libndsfpc
+ Added new examples for libndsfpc
+ Added working (I hope so...) makefile.fpc for all libndsfpc/libgbafpc examples

git-svn-id: trunk@13217 -
2009-05-31 12:15:24 +00:00
peter
c8bebd2c7d * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc
git-svn-id: trunk@11959 -
2008-10-23 20:41:35 +00:00