Commit Graph

115 Commits

Author SHA1 Message Date
Pierre Muller
9700c03699 Add several pattern from tests sub-directory to ignore list
(cherry picked from commit a837c8d47a)
2021-08-20 21:19:16 +00: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
florian
c9433c0b1f - removed directory with non-working sources as well with copyrighted sources
git-svn-id: trunk@11019 -
2008-05-19 20:20:01 +00:00
marco
dc56d1c82d * base removed
git-svn-id: trunk@10063 -
2008-01-27 17:32:57 +00:00
marco
e8a4e5281f * extra/ removed + packages/makefile update
git-svn-id: trunk@10057 -
2008-01-27 15:52:05 +00:00
marco
cc58e0f623 * moved ptc
git-svn-id: trunk@10050 -
2008-01-27 14:42:46 +00:00
marco
88851f7852 * amunits moved
git-svn-id: trunk@10043 -
2008-01-27 13:16:04 +00:00
marco
62b5f9f05d * gnome1 moved
git-svn-id: trunk@10040 -
2008-01-27 12:24:32 +00:00
marco
87585083b5 * os2units leftovers removed
git-svn-id: trunk@10039 -
2008-01-27 12:01:35 +00:00
marco
66af0653fb * graph moved
git-svn-id: trunk@10036 -
2008-01-27 11:43:58 +00:00
marco
b7bb43f58b * palmunits moved
git-svn-id: trunk@10035 -
2008-01-27 11:20:55 +00:00
marco
89108ccf3c * gbaunits moved
git-svn-id: trunk@10034 -
2008-01-27 11:15:57 +00:00
marco
cb7bcd39f0 * removed dead utmp dir
git-svn-id: trunk@10028 -
2008-01-27 10:45:21 +00:00
marco
7d5fbd9f38 * sndfile
git-svn-id: trunk@10027 -
2008-01-27 10:43:35 +00:00
marco
3a4b8ea4d5 * ggi moved
git-svn-id: trunk@10022 -
2008-01-27 10:28:44 +00:00
marco
2b8631d722 * rexx moved
git-svn-id: trunk@10019 -
2008-01-27 10:18:45 +00:00
marco
bc114e7b39 * pcap moved
git-svn-id: trunk@10018 -
2008-01-27 10:13:37 +00:00