- 23 Agu, 2011 26 kayıt (commit)
-
-
Jordan Ayers yazdı
Reduce scope of $packjobref. Remove $exithandler and its shutdown check, since no handler was ever assigned. Remove some unused install::global:: variables.
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Muthu Subramanian yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Tor Lillqvist yazdı
Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging ordering predicates, which cause compilation errors thanks to the way we use std::equal_range(). In this case it seemed fairly hairy to fix that, so...
-
Tor Lillqvist yazdı
-
Jan Holesovsky yazdı
-
Jan Holesovsky yazdı
-
Muthu Subramanian yazdı
- Imports Legacy Text. - Formatting info is not imported.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Muthu Subramanian yazdı
- Assumes axial gradient fills when more than 3 colors are present. - Implements importing of Transparency Gradients.
-
Jan Holesovsky yazdı
-
Jan Holesovsky yazdı
-
Tor Lillqvist yazdı
-
Martin Hosken yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
MSVC refuses to compile otherwise.
-
- 22 Agu, 2011 14 kayıt (commit)
-
-
Matúš Kukan yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
François Tigeot yazdı
-
Michael Meeks yazdı
-
Tor Lillqvist yazdı
Whether things actually work when pyuno is built against the debugging runtime, but the internal Python (to the best of my knowledge) still against the normal one, I don't know. But anyway, this makes the build succeed here.
-
Tor Lillqvist yazdı
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk. Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging msvcprt.lib when building the Explorer extension. Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag in the diagnosing functions from sal. We don't link the Explorer extension with sal. As such it might not make much sense to actually *use* a shell extension built with assertions in the C++ library, against the debugging C/C++ runtime. You don't want assertions to fire in Explorer, do you? On the other hand, one could be debugging an Explorer extension remotely. Maybe even locally, I don't know if some lower levels of Windows get upset if Explorer is unresponsive due to being debugged, or something. But anyway, the main point for now is to make an --enable-dbgutil build succeed. Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in *all* makefiles in shell.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use msvcprtd.lib.
-
Tor Lillqvist yazdı
-
François Tigeot yazdı
It doesn't make sense to try to use anything else to print on *nix systems these days
-
Tor Lillqvist yazdı
-