summaryrefslogtreecommitdiff
path: root/BUCK
blob: 18f5cf488e4f31a8d627fc67bd03eb60d106bf05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
prebuilt_jar(
  name = 'juh',
  binary_jar = 'instdir/program/classes/juh.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'jurt',
  binary_jar = 'instdir/program/classes/jurt.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'officebean',
  binary_jar = 'instdir/program/classes/officebean.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'ridl',
  binary_jar = 'instdir/program/classes/ridl.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'unoil',
  binary_jar = 'instdir/program/classes/unoil.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'unoloader',
  binary_jar = 'instdir/program/classes/unoloader.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'libreoffice',
  binary_jar = 'instdir/program/classes/libreoffice.jar',
  visibility = ['PUBLIC'],
)

zip_file(
  name = 'api',
  srcs = [
   ':juh',
   '//javaunohelper:juh-src',
   '//javaunohelper:juh-javadoc',
   ':jurt',
   '//jurt:jurt-src',
   '//jurt:jurt-javadoc',
   ':officebean',
   '//bean:officebean-src',
   '//bean:officebean-javadoc',
   ':ridl',
   '//ridljar:ridl-src',
   '//ridljar:ridl-javadoc',
   ':unoil',
   '//unoil:unoil-src',
   '//unoil:unoil-javadoc',
   ':unoloader',
   '//ridljar/source/unoloader:unoloader-src',
   '//ridljar/source/unoloader:unoloader-javadoc',
   ':libreoffice',
   '//ridljar:libreoffice-src',
   '//ridljar:libreoffice-javadoc',
  ]
)
SSE2 cpuid checksDr. David Alan Gilbert 2020-09-28Fix SSSE3 cpuid checksDr. David Alan Gilbert 2020-09-22Fix AVX2 cpuid checksDr. David Alan Gilbert 2020-06-24Add test as an example how to add CPU intrinsics supportTomaž Vajngerl 2020-06-18new json writer for LOKNoel Grandin 2019-11-11Don't compile cpuid test with INTRINSICS_CXXFLAGSTomaž Vajngerl 2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák 2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl 2019-07-09CPU intrinsics detection (SSE, AVX)Tomaž Vajngerl 2019-04-21rework Color to have R,G,B,A public variablesTomaž Vajngerl 2019-01-23Test for XmlWalker to check it parses the xml as expectedTomaž Vajngerl 2018-05-19Revert "tools: test Pair"Noel Grandin 2018-05-16tools: test PairChris Sherlock 2018-05-12tools: test for FRoundChris Sherlock 2018-05-09there are 3600000 seconds in an hourCaolán McNamara 2018-05-08tools: document and test sanitiseMm100ToTwip()Chris Sherlock 2018-04-30tools: test for MinMaxChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko