Skip to content

Commit 65dfe00

Browse files
sglienkevincentparrett
authored andcommitted
updated documentation
1 parent 81dc635 commit 65dfe00

File tree

5 files changed

+3274
-647
lines changed

5 files changed

+3274
-647
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
![Spring4D medium.png](https://bitbucket.org/repo/jxX7Lj/images/3496466100-Spring4D%20medium.png)
22

33

4-
Spring4D is an open-source code library for Embarcadero Delphi 2010 and higher.
4+
Spring4D is an open-source code library for Embarcadero Delphi XE and higher.
55
It consists of a number of different modules that contain a base class library (common types, interface based collection types, reflection extensions) and a dependency injection framework. It uses the Apache License 2.0.
66

7-
Join us on the [Spring4D Google Group](https://groups.google.com/forum/#!forum/spring4d).
8-
97
Installation
108
------------
11-
Just run the Build.exe and select the Delphi versions you want to install Spring4D for.
9+
Just run the Build.exe and select the Delphi versions you want to install Spring4D for.
10+
Alternatively open the project group in your IDE and compile the packages. Add the `Library\<delphiversion>\<config>` folder to your library path to access the precompiled units.
1211

1312
Current version
1413
---------------
15-
1.2.1 (2018-02-02)
14+
2.0 (tba)
1615

1716
Known issues
1817
------------
18+
* Compilation on XE6 and XE7 might fail spuriously. This seems to be related to some bug in the compiler with some non deterministic state.
19+
* One unit test on XE2 and XE3 fails on Win64 because passing a method parameter is not handled properly by dynamic invokation.
1920
* Some warnings when compiling for mobile compilers.
2021
* The deployment of the unit test project might fail for mobile compilers (iOS ARM and Android).
2122
* Compilation on some older versions for iOS and Android might fail due to compiler bugs.
@@ -25,4 +26,4 @@ Please support us
2526
[![btn_donate_LG.gif](https://bitbucket.org/repo/jxX7Lj/images/1283204942-btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KG4H9QT3MSDN8)
2627

2728

28-
Copyright (c) 2009 - 2018 Spring4D Team
29+
Copyright (c) 2009 - 2023 Spring4D Team

0 commit comments

Comments
 (0)