Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini | |
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | |
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a | |||
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT: | Michael Stahl | |
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d | |||
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | |
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 | |||
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | |
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 | |||
2012-08-22 | more old module-description xml files | Matúš Kukan | |
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220 | |||
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold | |
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4 | |||
2012-08-08 | remove include comments and boxes | Thomas Arnhold | |
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7 | |||
2012-08-07 | Remove commented out code | Thomas Arnhold | |
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998 | |||
2012-07-20 | new does not return null | Stephan Bergmann | |
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b | |||
2012-07-17 | Correct check after memory allocation. | Christophe JAILLET | |
ppenum is already tested for NULL at the beginning of the function. What is intended here is to know if the memory allocation succeeded. Found by cppcheck. Change-Id: I31a3bed93b5dfe1a4d384478267f7c8cc0421181 | |||
2012-07-02 | Remove unused defines | Thomas Arnhold | |
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-07-01 | Remove unused defines | Thomas Arnhold | |
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565 | |||
2012-06-27 | Remove commented out code | Thomas Arnhold | |
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6 | |||
2012-06-25 | re-base on ALv2 code. | Michael Meeks | |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed | |||
2012-06-01 | I think, this is what was intended | Fridrich Štrba | |
Change-Id: I4ba3a6ed761c1c39150fd2f8e481a132c306cd21 | |||
2012-06-01 | trivial tinderbox fix | Michael Meeks | |
Change-Id: I919e44bc99678ba9ab9fa0745513875180fdfe3f | |||
2012-06-01 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26 | |||
2012-05-28 | targetted string re-work | Norbert Thiebaud | |
Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a | |||
2012-05-14 | -I$(SRCDIR)/solenv/inc is from SOLARINC | Matúš Kukan | |
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-15 | can't use auto_ptr with an array, wrong delete vs new[] | Caolán McNamara | |
2012-03-14 | fdo#47246: dtrans: fix multiply linked ImplHelper | Michael Stahl | |
No idea whether linking ftransl against static library dtobj is good, but the other two libraries here link against it already... | |||
2012-03-12 | WaE: "__uuidof" redefined | David Tardon | |
It would probably be better to find out why the "stock" __uuidof from MinGW causes linking error for libdnd (missing symbols) and if it can be fixed , but I am too lazy .-) | |||
2012-03-12 | WaE: variable 'hr' set but not used | David Tardon | |
2012-03-12 | add missing initializer | David Tardon | |
2012-03-12 | WaE: initialization order | David Tardon | |
2012-03-12 | probable intent | David Tardon | |
2012-03-12 | WaE: variable 'dwResult' set but not used | David Tardon | |
2012-03-12 | fix indentation | David Tardon | |
2012-03-12 | WaE: suggest explicit braces to avoid ambiguous 'else' | David Tardon | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-12 | use SAL_N_ELEMENTS | David Tardon | |
2012-03-12 | WaE: multi-character character constant | David Tardon | |
2012-02-17 | Use emptiness check rather than size check for efficiency | Mariusz Dykierek | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-13 | WaE: clipformat may be used uninitialized | Caolán McNamara | |
2011-12-23 | Fix for fdo43460 Part XIV getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XIV Modules drawinglayer, dtrans, editeng | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-02 | inline keyword makes sense only when the definition is in header. | Kohei Yoshida | |