Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
6a10f561
Kaydet (Commit)
6a10f561
authored
Ara 12, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clean up offapi/type_reference/ documentation
Change-Id: I07d79291d161cf5c1ecc9db557d5025437ca2cc1
üst
3a14fa97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
20 deletions
+7
-20
README
offapi/README
+7
-0
typelibrary_history.txt
offapi/type_reference/typelibrary_history.txt
+0
-20
No files found.
offapi/README
Dosyayı görüntüle @
6a10f561
...
@@ -2,3 +2,10 @@ Contains all of the IDL files except those in [[udkapi]]
...
@@ -2,3 +2,10 @@ Contains all of the IDL files except those in [[udkapi]]
i.e. the interfaces that are specific to the OppenOffice.org application.
i.e. the interfaces that are specific to the OppenOffice.org application.
An artificial (?) separation.
An artificial (?) separation.
The reference offapi/type_reference/types.rdb, used to detect inadvertent
incompatible changes, is maintained via offapi/type_reference/update-rdb.sh (see
its usage message for details) for cases where we deliberately /do/ become
incompatible. Old such cases are listed in
offapi/type_reference/typelibrary_history.txt, new such cases are recorded in
the git log of offapi/type_reference/types.rdb.
offapi/type_reference/typelibrary_history.txt
Dosyayı görüntüle @
6a10f561
...
@@ -16,26 +16,6 @@
...
@@ -16,26 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
#
Example of updating an incompatibly-changed type (com.sun.star.script.Converter,
in this example) in the accompanying types.rdb (see also update-rdb.sh):
.../core> mkdir tmp
.../core> LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
solver/unxlngx6/bin/regmerge tmp/out1.rdb /UCR \
workdir/unxlngx6/UnoApiPartTarget/udkapi/com/sun/star/script/Converter.urd
.../core> LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
solver/unxlngx6/bin/regmerge tmp/out2.rdb / offapi/type_reference/types.rdb \
tmp/out1.rdb
.../core> diff <(LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
solver/unxlngx6/bin/regview offapi/type_reference/types.rdb) \
<(LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib solver/unxlngx6/bin/regview \
tmp/out2.rdb) # sanity check
.../core> mv tmp/out2.rdb offapi/type_reference/types.rdb
.../core> rm -rf tmp
07/07/2004 (SB): BugID=i29741
07/07/2004 (SB): BugID=i29741
Reference registries for the OOo 2.0 branch copied from the OOo 1.1 branch:
Reference registries for the OOo 2.0 branch copied from the OOo 1.1 branch:
OO_20/types.rdb <- OO_11/types.rdb 1.6
OO_20/types.rdb <- OO_11/types.rdb 1.6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment