summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/macfreeze
Commit message (Expand)AuthorAgeFilesLines
* Use new file dialogs.Jack Jansen2003-01-261-3/+3
* macfsn is gone.Jack Jansen2002-12-261-1/+1
* OSX workaround: don't crash if the extentions folder can't be found.Just van Rossum2001-12-131-2/+6
* Use the new macresource module to open the accompanying resource file (if nee...Jack Jansen2001-08-271-11/+3
* When we're freezing to sourcecode and one of the modules is a dynamic module ...Jack Jansen2001-08-271-0/+4
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-253-4/+4
* Got module to work under Carbon. Also disabled a few more bits of cfm68k supp...Jack Jansen2001-03-201-12/+21
* Added riscos modules to modules that don't have to be included.Jack Jansen2001-03-201-1/+3
* Removed exceptions from the required modules (it's builtin nowadays)Jack Jansen2000-09-141-2/+2
* Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat...Jack Jansen2000-06-202-4/+4
* Also add a one-line description of the "optional" directive.Jack Jansen2000-06-131-0/+1
* macfsn should always be included, like exceptions and site.Jack Jansen2000-05-171-1/+1
* Adapted to new macmudulefinder.process() API. (jvr)Just van Rossum1999-11-042-8/+18
* - changed the API of process() so it will return a list of missing modules in...Just van Rossum1999-11-041-6/+8
* Optionally bracket all external declarations of init functions with "ifndef"s.Jack Jansen1999-10-012-4/+4
* Added module "ce" to list of modules known not to exist on the mac.Jack Jansen1999-09-301-1/+1
* Don't set type of application, it's taken care of elsewhere -- jvrJust van Rossum1999-06-301-2/+0
* Added an "optional" directive, that will include a module if it is availableJack Jansen1999-06-042-3/+6
* added 'org.python.core' to the maymiss list (pickly.py tries to import it, pr...Just van Rossum1999-04-241-1/+2
* added ntpath and win32api to MAC_MAYMISS_MODULES -- jvrJust van Rossum1999-01-301-1/+3
* changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvrJust van Rossum1999-01-301-3/+3
* Re-committed as AppleSingleJack Jansen1999-01-291-0/+0
* Removed warnings for packages (Just implemented support for freezingJack Jansen1999-01-212-2/+2
* Project files converted for CW Pro 4. And the daylight savings time switch se...Jack Jansen1998-11-011-0/+0
* Replaced all remaining BinHex files with their binary counterparts.Jack Jansen1998-08-202-21/+0
* Support for freezing packages (Just).Jack Jansen1998-08-182-6/+11
* Replace first sys.path entry with the directory where the script livesJack Jansen1998-08-181-1/+5
* Implementation of freezing from shared libraries, without source. (Just)Jack Jansen1998-07-312-7/+201
* A well-known example for freeze.Jack Jansen1998-06-261-0/+5
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-2610-0/+557
r class='nohover'>| | | | | | | | | | | | | | | | Signed-off-by: Gregor Jasny <gjasny@googlemail.com> * | | | install: Allow generator expressions in TARGETS DESTINATION (#14317)Brad King2015-02-119-3/+25 | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow per-config destinations for targets in EXPORT sets. Using multiple install(TARGETS) with separate CONFIGURATIONS is rejected as a target appearing more than once in an export set. Now instead one can write install(TARGETS foo EXPORT exp DESTINATION lib/$<CONFIG>) to get a single logical membership of the target in the export set while still having a per-config destination. * | | Merge topic 'export-interface-source-files'Brad King2015-02-1165-218/+365 |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7e33820 Add release notes for export-interface-source-files. 6da65b39 Allow export of targets with INTERFACE_SOURCES. 736bcb96 Tests: Move IfacePaths test stderr files. d9f8390d Tests: Run IfacePaths tests with a parameter. cc152094 Tests: Split part of include_directories test to a generic location. | * | | Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-1027-17/+143 | | | | | | | | | | | | | | | | | | | | | | | | Use the same rules for paths in source and binary dirs in installed INTERFACE_SOURCES as are used for INTERFACE_INCLUDE_DIRECTORIES. | * | | Tests: Move IfacePaths test stderr files.Stephen Kelly2015-02-1011-0/+1 | | | | | | | | | | | | | | | | | | | | Rename the files with a property-specific name, so that additional properties can be easily tested. | * | | Tests: Run IfacePaths tests with a parameter.Stephen Kelly2015-02-099-21/+35 | | | | | | | | | | | | | | | | | | | | | | | | Run the tests for the INCLUDE_DIRECTORIES INTERFACE property in a specific build location, and update the stderr expectation to match the new output. | * | | Tests: Split part of include_directories test to a generic location.Stephen Kelly2015-02-0940-157/+163 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The moved tests are related to paths in INTERFACE_INCLUDE_DIRECTORIES in general, and when exporting, and covering cases of the install location being within the build or source prefix etc. Other build properties containing paths should have similar tests, so this allows some parameterization while keeping the preparation of the various directory structures. * | | | Merge topic 'test-RunCMake-updates'Brad King2015-02-1059-61/+18 |\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | c0d8e715 RunCMake: Allow specifying the stderr file for a test. 68d29f51 RunCMake: Allow specifying the directory to run tests in. 1c3918ff RunCMake: Remove unneeded files. | * | | RunCMake: Allow specifying the stderr file for a test.Stephen Kelly2015-02-091-1/+4 | | | | | * | | RunCMake: Allow specifying the directory to run tests in.Stephen Kelly2015-02-091-3/+14 | | | | | * | | RunCMake: Remove unneeded files.Stephen Kelly2015-02-0957-57/+0 | | |/ | |/| | | | | | | | | | The default expectation of RunCMake tests is empty content, so there is no need to specify it. * | | Merge topic 'no-global-setlocale'Brad King2015-02-101-2/+0 |\ \ \ | | |/ | |/| | | | | | | | | | | | | 0f870234 Merge branch 'backport-no-global-setlocale' into no-global-setlocale cd408d93 Add setlocale() calls around use of libarchive APIs (#14934, #15377) 87be2e14 Do not call setlocale() globally in CMake applications (#15377) | * | Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-06