<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/fpc.git/tests/Makefile.fpc, branch avr</title>
<subtitle>svn.freepascal.org: svn/fpc
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/'/>
<entry>
<title>  * create $(TEST_OUTPUTDIR)/test/cg before copying the object files there,</title>
<updated>2011-03-23T14:17:35+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-03-23T14:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=d9cebdb3dccc02089cb36a95f870e567fab65342'/>
<id>d9cebdb3dccc02089cb36a95f870e567fab65342</id>
<content type='text'>
    hopefully fixes the problems with the nightly testsuite results on Darwin


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17168 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    hopefully fixes the problems with the nightly testsuite results on Darwin


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17168 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  + Group C and CPP sources into C_SOURCES and CPP_SOURCES variables</title>
<updated>2011-03-10T11:45:19+00:00</updated>
<author>
<name>pierre</name>
<email>pierre@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-03-10T11:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=3ed085217037981bef5aa05577742c099cdbf2b4'/>
<id>3ed085217037981bef5aa05577742c099cdbf2b4</id>
<content type='text'>
  * Use these new varaibles to simplify copyfiles rule, copy the objects
  into output subdirectory and not in tests/test/cg.
  + New rules: create_c_objects and delete_c_objects.
  create_c_objects: Compile using TEST_CCOMPILER variable value
  all C_SOURCES and CPP_SOURCES, using TEST_CFLAGS option if set.
  delete_c_objects: Delete the existing C compiled objects to force
  recompilation in create_c_objects.

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17113 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Use these new varaibles to simplify copyfiles rule, copy the objects
  into output subdirectory and not in tests/test/cg.
  + New rules: create_c_objects and delete_c_objects.
  create_c_objects: Compile using TEST_CCOMPILER variable value
  all C_SOURCES and CPP_SOURCES, using TEST_CFLAGS option if set.
  delete_c_objects: Delete the existing C compiled objects to force
  recompilation in create_c_objects.

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17113 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> Add TEST_BENCH config</title>
<updated>2011-01-13T14:18:14+00:00</updated>
<author>
<name>pierre</name>
<email>pierre@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-01-13T14:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=4f254c1ed044532de02fa4f056c518ed8c5f12c2'/>
<id>4f254c1ed044532de02fa4f056c518ed8c5f12c2</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16758 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16758 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  * fixed ABI compliance for parameter passing and function returning on all</title>
<updated>2010-06-03T20:08:50+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-06-03T20:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=0e03b05608fb5490ab6e57997646686d79354c09'/>
<id>0e03b05608fb5490ab6e57997646686d79354c09</id>
<content type='text'>
    x86-64 platforms (except for win64, which uses another ABI and which
    already complied to it) + test
  * fixed returning records containing 1 single or double field on darwin/i386,
    these have to be returned via ST0 instead of as a regular record
  * added support for LOC_FPUREGISTER and LOC_MMREGISTER in several places
    where they can now occur due to the previous two changes
  * made a few internalerrors unique


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15368 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    x86-64 platforms (except for win64, which uses another ABI and which
    already complied to it) + test
  * fixed returning records containing 1 single or double field on darwin/i386,
    these have to be returned via ST0 instead of as a regular record
  * added support for LOC_FPUREGISTER and LOC_MMREGISTER in several places
    where they can now occur due to the previous two changes
  * made a few internalerrors unique


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15368 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Mantis 16504 tar line in tests dir changed to have "f" as last opt.</title>
<updated>2010-05-19T07:22:18+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-05-19T07:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=58b3e3e4b60da570d77b172a8e9adfcb51fdfa6b'/>
<id>58b3e3e4b60da570d77b172a8e9adfcb51fdfa6b</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15294 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15294 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  * also copy cpptcl2.o (r15239)</title>
<updated>2010-05-09T17:18:42+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-05-09T17:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=765aab7e8168aa3c6f83cb8e481f996c413f027e'/>
<id>765aab7e8168aa3c6f83cb8e481f996c413f027e</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15244 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15244 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * avoid problems if two svnversion executable are in SEARCHPATH</title>
<updated>2010-02-06T17:33:47+00:00</updated>
<author>
<name>pierre</name>
<email>pierre@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-02-06T17:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=25a139cf50752a7574be227cb5f7e2714d5e89f8'/>
<id>25a139cf50752a7574be227cb5f7e2714d5e89f8</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14868 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14868 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> + Use TEST_DATETIME in dbdigest.cfg file</title>
<updated>2010-01-25T12:36:42+00:00</updated>
<author>
<name>pierre</name>
<email>pierre@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-01-25T12:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=69e76347d3e247daf7f329eab5f821e6cfdad492'/>
<id>69e76347d3e247daf7f329eab5f821e6cfdad492</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14802 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14802 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> + Add compiler and svn revision information</title>
<updated>2010-01-25T10:50:16+00:00</updated>
<author>
<name>pierre</name>
<email>pierre@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-01-25T10:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=01eb7ba0a2600dd7f961e1c4c92c22a9313120b3'/>
<id>01eb7ba0a2600dd7f961e1c4c92c22a9313120b3</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14800 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14800 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * strutils rtl unit dir + test of posex. (related to bug 15357)</title>
<updated>2010-01-23T22:02:44+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-01-23T22:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=8055bd614c8a9186518004559469597b4c785d84'/>
<id>8055bd614c8a9186518004559469597b4c785d84</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14785 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14785 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
</feed>
